Sunday, March 16, 2008

How do I stop all our exim and spamd processes via ssh?

In order to do this through SSH, you can run the init scripts that ar provided. On Redhat, the commands would be:

/etc/init.d/exim stop
/etc/init.d/spamassassin stop

On FreeBSD, the commands would be:

/etc/rc.d/init.d/exim stop
And you will need to also run 'killall spamd'

No comments: