mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
Exclude libmail-dkim-perl if spamassassin will not be installed
This commit is contained in:
parent
a2fa6b7215
commit
92e7b970ec
1 changed files with 1 additions and 0 deletions
|
@ -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//")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue