-
-
Notifications
You must be signed in to change notification settings - Fork 2k
spamd doesn't start on docker-compose up #2414
Copy link
Copy link
Closed
Labels
kind/questionSomeone asked a question - feel free to answerSomeone asked a question - feel free to answermeta/help wantedThe OP requests help from others - chime in! :DThe OP requests help from others - chime in! :Dmeta/needs triageThis issue / PR needs checks and verification from maintainersThis issue / PR needs checks and verification from maintainerspriority/low
Metadata
Metadata
Assignees
Labels
kind/questionSomeone asked a question - feel free to answerSomeone asked a question - feel free to answermeta/help wantedThe OP requests help from others - chime in! :DThe OP requests help from others - chime in! :Dmeta/needs triageThis issue / PR needs checks and verification from maintainersThis issue / PR needs checks and verification from maintainerspriority/low
I have:
ENABLE_AMAVIS=1ENABLE_SPAMASSASSIN=1But somehow,
spamddoesn't seem to run at all.I don't find any
spamdlog files under /var/log/ either.Does it run in a different way in this mailserver?
sa-updateworks fine, but,If I run
/etc/init.d/spamassassin start,spamdstarts successfully and stays active.But if I restart the container, it doesn't seem to be active after.
Please note that the cronjob at
/etc/cron.daily/spamassassinruns/etc/init.d/spamassassin reloadafter an update, but ifspamdisn't running, then it doesn't start either.