Merge pull request #13 from pellertson/master

Make sure the opendkim tools are installed
This commit is contained in:
Luke Smith 2019-09-03 06:11:36 -04:00 committed by GitHub
commit be2b531327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"