| Welcome to the Zimbra :: Forums! | |
Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
|  | 
10-20-2010, 05:07 AM
| | | Content Filter Virus Alerts sent to admin mailbox and recipient? Hi everyone
Is it correct that content filter/virus reports get sent to the admin mailbox, as well as the original recipient?
Is there a way to disable them getting sent to the admin mailbox?
I've looked in the Admin UI under Global Settings, the AS/AV tab and there's no option for that.
It's just the admin account gets filled with hundreds of these per day.
I could create a filter to send them to Trash but I just wondered if there was an option hiding somewhere in the Admin UI that I hadn't spotted.
Cheers, B | 
10-21-2010, 12:39 PM
| | | I think this will do the trick, but I haven't tested.
Edit /opt/zimbra/conf/amavisd.conf.in
Look for the line $virus_admin = '@@av_notify_user@@'; # notifications recip.
Change it to $virus_admin = ''; # null notifications recip, disables notification to admin.
You'll then want to trigger a rewrite of amavisd.conf with zmamavisdctl restart
This is based on discussion at View topic - Virus Notification Routing
Last edited by ewilen; 10-26-2010 at 12:38 PM..
Reason: noted correction downthread
| 
10-26-2010, 06:40 AM
| | | Ok that's quite cool. Thanks for the info.
Just to confirm, this only affects the admin notification?
The user will still get notified, is that correct?
Cheers, B | 
10-26-2010, 12:36 PM
| | | Actually, I think I have a better way of doing what you originally requested.
It turns out that both recipient warning and admin warning in Zimbra are controlled by Zimbra configuration options, called respectively zimbraVirusWarnRecipient and zimbraVirusWarnAdmin. See [SOLVED] Drop virus messages? and Zimbra Attributes ZCS6 - Zimbra :: Wiki
So really all you need to do is (as zimbra user): Code: zmprov mcf zimbraVirusWarnAdmin FALSE Then zmamavisdctl restart.
And yes, only the user will be notified, unless you also also change zimbraVirusWarnRecipient. | | Thread Tools | Search this Thread | | | | | Display Modes | Linear Mode | | Why Join? Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.  |