Luke Smith
5 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
2 aggiunte e
0 eliminazioni
-
emailwiz.sh
|
|
@@ -17,6 +17,8 @@ |
|
|
|
|
|
|
|
echo "Installing programs..." |
|
|
|
apt install postfix dovecot-imapd opendkim spamassassin spamc |
|
|
|
# Install another requirement for opendikm only if the above command didn't get it already |
|
|
|
[ -e $(which opendkim-genkey) ] || apt install opendkim-tools |
|
|
|
domain="$(cat /etc/mailname)" |
|
|
|
subdom="mail" |
|
|
|
maildomain="$subdom.$domain" |
|
|
|