Hi all,
as I'm banging my head against my desk since two days, I think it makes
most sense to ask you guys ;)
What is configured:
$final_virus_destiny = D_DISCARD;
$final_banned_destiny = D_DISCARD;
$warnvirussender = undef;
$warnbannedsender = undef;
$warnvirusrecip = 1;
$warnbannedrecip = 1;
$policy_bank{'MYNETS'} = {
originating => 1,
warnvirussender => 1,
warnbannedsender => 1,
};
What is working:
An incoming virus/banned mail gets to my postfix/amavis, gets moved into
quarantine and the local recipient gets the information about that
quarantined mail.
What is not working:
An outgoing virus/banned mail gets to my postfix/amavis, gets moved into
quarantine but the local sender gets no information about that
quarantined mail.
Afaik the params "warnvirussender" and "warnbannedsender" can not be
used on D_DISCARD. So the policy bank is not working ;(
What I want:
External sender/recipients never get an information. Internal
sender/recipients always get an information.
Any idea how to fix this
Regards
Mathias
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
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/