Kaynağa Gözat
Merge pull request #13 from pellertson/master
Make sure the opendkim tools are installed
pull/15/head
Luke Smith
5 yıl önce
committed by
GitHub
ebeveyn
işleme
be2b531327
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
2 ekleme ve
0 silme
-
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" |
|
|
|