This is a discussion on Re: [AMaViS-user] auto deleting virus malware within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; Voytek, > originally, I 've set virus to be emailed to a defined email box, that > works fine ... since ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Voytek,
> originally, I 've set virus to be emailed to a defined email box, that > works fine ... since then, I've decided I'd rather auto deleting virus > > so, I have this in /etc/amavisd.conf: > $virus_quarantine_to = 'infected@'; # fwd to MTA for delivery > > do I 'undefine it' to accomplish virus self delete ? > $virus_quarantine_to = ''; See http://www.ijs.si/software/amavisd/a...tml#quarantine The $virus_quarantine_to='' or $virus_quarantine_to=undef does turn off quaraning of infected messages. To also turn off their delivery to recipients, the $final_virus_destiny must not be D_PASS (which it isn't by default). To also turn off sender non-delivery notification, set $final_virus_destiny=D_DISCARD or let @viruses_that_fake_sender_maps do its job of quenching DSN for most viruses. Mark ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |
![]() |
| Thread Tools | |
| Display Modes | |
|
|