SpamAssassin 3.0.0 was released

spamd no longer starts on reboot though.

Directadmin Help says to do this:

/usr/bin/spamd -d -a -c -m 5

Gives error about "-a" though so I do:

/usr/bin/spamd -d -c -m 5

Then works until reboot and stops then. Whats up?

Matthew
 
Try to add it as a service or /etc/rc.local. On my machine SPAMD has never started up automaticaly :p

Try using on redhat: ntsysv

If it isn't there then just add it to the /etc/rc.local : /usr/bin/spamd -d -c -m 5

Without indeed the "-a", because this isn't used anymore.
 
Back
Top