Spamd Failing
by Manoj[ Edit ] 2012-04-21 17:12:41
If you find the spamd failing error on an exim restart.
root@server [~]# /etc/init.d/exim restart
Shutting down exim: [ OK ]
Shutting down antirelayd: [ OK ]
Shutting down spamd: [ FAILED ]
Starting exim-26: [ OK ]
Starting exim: [ OK ]
Starting exim-smtps: [ OK ]
Starting antirelayd: [ OK ]
Then use he following steps
When disabling spamd, the Cpanel create a file named /etc/spamdisable which may not get deleted on enabling the spamd feature again. Check the presence of the above said file.
The issue may also arise due to unavailability of the perl module Mail::SpamAssassin by installing the the same and on restarting the exim, the issue will be fixed.
# /scripts/perlinstaller --force Mail::SpamAssassin
#/etc/init.d/exim restart