remove unnecessary spamd process (#312)

This commit is contained in:
Kai Ren 2016-09-06 14:06:25 +03:00 committed by Thomas VIAL
parent 2241f9b61e
commit d9e1c0ad61
4 changed files with 3 additions and 17 deletions

View file

@ -392,9 +392,6 @@ if [ "$ENABLE_FETCHMAIL" = 1 ]; then
fi
# Start services related to SMTP
if ! [ "$DISABLE_SPAMASSASSIN" = 1 ]; then
/etc/init.d/spamassassin start
fi
if ! [ "$DISABLE_CLAMAV" = 1 ]; then
/etc/init.d/clamav-daemon start
fi