We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fa6b7 commit 92e7b97Copy full SHA for 92e7b97
install/vst-install-debian.sh
@@ -556,6 +556,7 @@ if [ "$clamd" = 'no' ]; then
556
fi
557
if [ "$spamd" = 'no' ]; then
558
software=$(echo "$software" | sed -e "s/spamassassin//")
559
+ software=$(echo "$software" | sed -e "s/libmail-dkim-perl//")
560
561
if [ "$dovecot" = 'no' ]; then
562
software=$(echo "$software" | sed -e "s/dovecot-imapd//")
0 commit comments