浏览代码
Merge pull request #13 from pellertson/master
Make sure the opendkim tools are installed
pull/15/head
Luke Smith
5 年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有
1 个文件被更改,包括
2 次插入 和
0 次删除
-
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" |
|
|
|