starting spamd after reboot?

thephantom

Verified User
Joined
Dec 29, 2003
Messages
22
hello,

i have installed Spamassassin 2.64 on my server. everything works fine but when reboot the server i must manual start the spamd server again with: /usr/bin/spamd -d -a -c -m 5. :(

is this once (becourse the server did not respond so whe did an hardreset) or by every reboot?:confused:

i have installed it as the discripton on: http://help.directadmin.com/item.php?id=36

thnx for hoping an solution
 
Do you have a startup script for spamd?

On RHL or RHEL look for both of these files:

/etc/rc.d/init.d/spamd

and

/etc/rc.d/rc3.d/S??spamd

where the ?? are two digits.

If you've got

/etc/rc.d/rc3.d/K??spamd

and you DO have

/etc/rc.d/init.d/spamd

then you just need to rename it so the leading K is an S.

Jeff
 
I think that exim will start spamd on it's own once you have edited the exim.conf file and restarted exim.

It does that on my servers anyway...
 
Back
Top