Hello list,

I use amavisd-new 2.3.3 with postfix on a linux server.
I want to configure amavisd that it sends a Virus notification to the sender 
and the recipient. 
If the detected virus isn't in viruses_that_fake_sender_maps then it'll work 
fine with my configuration. Both get an email. But if the virus is in  
viruses_that_fake_sender_maps then the recipient will get an email. But this 
shouldn't be so. In this case nobody should get a notification by amavisd.

Here is the important part of my amavisd.conf:
Start###################################

$MYHOME = '/var/amavis';
$daemon_user  = 'vscan';
$daemon_group = 'vscan';
$TEMPBASE = "$MYHOME/tmp";
$enable_db = 1;
$enable_global_cache = 1;
$forward_method = 'smtp:[127.0.0.1]:10025';
$notify_method = $forward_method;
$max_servers  =  20;
$max_requests = 10;
$child_timeout=5*60;
@local_domains_maps = ( new_RE( qr'.*'i ) );

$final_virus_destiny      = D_BOUNCE;
$final_banned_destiny     = D_DISCARD;
$final_spam_destiny       = D_PASS;
$final_bad_header_destiny = D_PASS;
$warnvirussender = 1;
$warnspamsender = 0;
$warnbannedsender = 0;
$warnbadhsender = 0;
$warnvirusrecip = 1;
$warnbannedrecip = 0;
$warnbadhrecip = 0;

@viruses_that_fake_sender_maps = (new_RE(
  qr'wukill|tanx|hiton|cissi|roca|lovgate|nyxem|zafi|mabutu|flcss|zerolin'i,
  qr'mywife|phish-bankfraud|dragst|bagz|bkfraud|mhtredir|html\.phishing'i,
  qr'exploit|trojan|mytob|phish-postcard|js.xss.a|bagle|js.feebs'i,
));

##################################End

Can somebody explain me why the recipient gets a notification by amavisd?

Greetings
Stefan


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
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/

Reply via email to