Merge pull request #13 from pellertson/master
Make sure the opendkim tools are installed
This commit is contained in:
commit
be2b531327
@ -17,6 +17,8 @@
|
|||||||
|
|
||||||
echo "Installing programs..."
|
echo "Installing programs..."
|
||||||
apt install postfix dovecot-imapd opendkim spamassassin spamc
|
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)"
|
domain="$(cat /etc/mailname)"
|
||||||
subdom="mail"
|
subdom="mail"
|
||||||
maildomain="$subdom.$domain"
|
maildomain="$subdom.$domain"
|
||||||
|
Loading…
Reference in New Issue
Block a user