Stop email alerts for each virus found

Questions and answers about how to do stuff
Post Reply
Uk Bloke
Posts: 37
Joined: 07 Mar 2013 14:56

Stop email alerts for each virus found

Post 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
User avatar
darky83
Site Admin
Posts: 540
Joined: 30 Sep 2012 11:03
Location: eFa
Contact:

Re: Stop email alerts for each virus found

Post 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
Version eFa 4.x now available!
Uk Bloke
Posts: 37
Joined: 07 Mar 2013 14:56

Re: Stop email alerts for each virus found

Post by Uk Bloke »

Thanks :D
Post Reply