|
From: Mathias T. <tau...@hd...> - 2010-03-17 09:58:42
|
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
|