Page 1 of 1

Stop email alerts for each virus found

Posted: 13 May 2013 14:23
by Uk Bloke
Hi
I am the admin of the EFA server.
Each time the system detects a virus it emails me, I don't need this, is there a way to turn it off?

Thanks
Rob

Re: Stop email alerts for each virus found

Posted: 15 May 2013 10:58
by darky83
Hi Rob,

You can change this in MailScanner.conf there is an option called 'Send Notices' that can be changed.

Or use the following command:

Code: Select all

sed -i 's/Send Notices = yes/Send Notices = no/g' /etc/MailScanner/MailScanner.conf
service mailscanner reload

Re: Stop email alerts for each virus found

Posted: 15 May 2013 11:34
by Uk Bloke
Thanks :D