Maurizio wrote:
> Hi tehre
> sorry for lamer post :(
> i would:
> for banned contents emails, i would quarantine banned attachments,
configure a quarantine, for example:
$banned_files_quarantine_method = 'local:banned-%m'; # default
$banned_quarantine_to = 'banned-quarantine'; # local default
# quarantine
> notify sender and receiver
$final_banned_destiny = D_BOUNCE;
$warnbannedrecip = 1;
> (next, i will install mailzu)
> for virus or spamming, do not quarantine
$virus_quarantine_to = undef;
$spam_quarantine_to = undef;
> and do not notify anyone
$final_virus_destiny = D_DISCARD;
$final_spam_destiny = D_DISCARD;
(and do not configure virus_admin, spam_admin or any
additional $warn* settings)
> at the moment, in my basic conf, none is notified (postmaster only), no
> quarantine
> TIA
> Maurizio
Gary V
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/