alexgol

Member
Dec 21, 2006
20
0
151
Hi all,

Every 10 minutes I'm getting the following email:

spamd failed @ Fri Dec 22 18:38:36 2006. A restart was attempted automagicly.

On WHM I unticked the spamassassin and I'm still getting the email. Can someone help me out here? what do I need to do to get rid of this annoying email

thanks in advacne
 

AndyReed

Well-Known Member
PartnerNOC
May 29, 2004
2,217
4
193
Minneapolis, MN
spamd failed @ Fri Dec 22 18:38:36 2006. A restart was attempted automagicly.
Do the following (in that order):
ps -efH | grep spamd
kill all spamd pids, or run this command:
killall -9 spamd
Make sure spamd is not running, first, then
rm -rf /var/run/chkservd/spamd
/etc/init.d/chkservd restart