From bd7728ac94cb78e653aae8e7c2a80e0f50b403f8 Mon Sep 17 00:00:00 2001 From: Felix <0xFelix@users.noreply.github.com> Date: Fri, 4 Sep 2015 15:45:47 +0200 Subject: [PATCH] Add documentation for additional packages, remove unneeded package libcrypt-openssl-random-perl --- setup/spamassassin.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/setup/spamassassin.sh b/setup/spamassassin.sh index 61114740..795edc08 100755 --- a/setup/spamassassin.sh +++ b/setup/spamassassin.sh @@ -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 \