Add documentation for additional packages, remove unneeded package libcrypt-openssl-random-perl

This commit is contained in:
Felix 2015-09-04 15:45:47 +02:00
parent b6f7a10569
commit bd7728ac94
1 changed files with 6 additions and 1 deletions

View File

@ -16,9 +16,14 @@ source setup/functions.sh # load our functions
# ----------------------------------------
# Install packages.
# libmail-dkim-perl is needed to make the spamassassin DKIM module work.
# For more information see Debian Bug #689414:
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689414
# libcrypt-openssl-bignum-perl and libcrypt-openssl-rsa-perl are
# direct dependencies of libmail-dkim-perl.
echo "Installing SpamAssassin..."
apt_install spampd razor pyzor dovecot-antispam libcrypt-openssl-bignum-perl \
libcrypt-openssl-rsa-perl libmail-dkim-perl libcrypt-openssl-random-perl
libcrypt-openssl-rsa-perl libmail-dkim-perl
# Allow spamassassin to download new rules.
tools/editconf.py /etc/default/spamassassin \