jjma
Verified User
interfasys said:
*********************************
Officially launch MailScanner
*********************************
Now that we've checked that everything is working, we can officially launch Mailscanner on the server.
# service exim stop
# service MailScanner stop
# service MailScanner start
If properly configured, Mailscanner will launch exim and scan your emails.
This works for me as far as i can tell however I should point out that you cannot kill all the exim processses from the DA control panel.
It may be that the process is being run as mail and not root:
[root@sp1 cron.hourly]# ps auxw | grep exim
mail 21892 0.0 0.0 6496 1824 ? S May26 0:00 /usr/sbin/exim -q15m -OPidFile=/var/run/exim.pid
I find I have to manually enter shell and do a ps aux | grep exim and then kill the process.
Mailscanner stops as normal:
service MailScanner stop
I've also noticed that I have zombie MailScanner process (about 5 at the moment). Not too happy about that and would like to fix this.
Jon