From 92e7b970ece456cc524fdf9dc4de287be8119581 Mon Sep 17 00:00:00 2001 From: dpeca Date: Mon, 31 Oct 2016 14:08:39 +0100 Subject: [PATCH] Exclude libmail-dkim-perl if spamassassin will not be installed --- install/vst-install-debian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index 9904b4a4..20ee17ed 100755 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -556,6 +556,7 @@ if [ "$clamd" = 'no' ]; then fi if [ "$spamd" = 'no' ]; then software=$(echo "$software" | sed -e "s/spamassassin//") + software=$(echo "$software" | sed -e "s/libmail-dkim-perl//") fi if [ "$dovecot" = 'no' ]; then software=$(echo "$software" | sed -e "s/dovecot-imapd//")