mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 18:15:29 +02:00
remove unnecessary spamd process (#312)
This commit is contained in:
parent
2241f9b61e
commit
d9e1c0ad61
4 changed files with 3 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue