Commit b6f7a105 authored by Felix's avatar Felix

Add missing dependencies for DKIM validation

parent 53a9fc0e
......@@ -17,7 +17,8 @@ source setup/functions.sh # load our functions
# Install packages.
echo "Installing SpamAssassin..."
apt_install spampd razor pyzor dovecot-antispam
apt_install spampd razor pyzor dovecot-antispam libcrypt-openssl-bignum-perl \
libcrypt-openssl-rsa-perl libmail-dkim-perl libcrypt-openssl-random-perl
# Allow spamassassin to download new rules.
tools/editconf.py /etc/default/spamassassin \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment