Console Spamassasin Enable/Disable

Here you can find tutorials and notes for server-side maintenance/configuration

Console Spamassasin Enable/Disable

Postby lik » Sat Mar 28, 2009 11:29 pm

Spamassassin can be enable or disabled through ssh on your server. This is quite useful when the server has very high loads which make whm inaccessible. It is also useful in some cases where WHM does not work correctly. So in order to disable spamassassing login to your server through SSH and execute the command:

Code: Select all
touch /etc/spamdisable
/etc/init.d/exim restart

On the contrary if you want to enable it again, just remove the above file and restart exim.
Code: Select all
rm -f /etc/spamdisable
/etc/init.d/exim restart
lik
Founder
Founder
 
Posts: 497
Joined: Wed Dec 15, 2010 3:21 am

Return to Server Side Actions

 


  • Related topics
    Replies
    Views
    Last post
cron