|
From: Anne R. <an...@bl...> - 2004-04-12 16:48:01
|
No, I want to receive mails about banned file extentions--just not the ones about viruses. $final_virus_destiny = D_BOUNCE; # (defaults to D_BOUNCE) $final_banned_destiny = D_BOUNCE; # (defaults to D_BOUNCE) Any ideas why I am still receiving virus mails. Anne On Apr 12, 2004, at 12:38 PM, Eric Toll wrote: >> >> I wanted to turn off notifications for virus recipients. my >> /etc/amavis.conf looks like: >> >> # Notify virus (or banned files) RECIPIENT? >> # (not very useful, but some policies demand it) >> #$warnvirusrecip = 1; # (defaults to false (undef)) >> $warnbannedrecip = 1; # (defaults to false (undef)) >> >> but I'm still getting virus notifications...??? >> > $warnbannedrecip = 0; # (defaults to false (undef)) > > 1 = True > 0 = False > > Also: > > $final_virus_destiny = D_BOUNCE; # (defaults to D_BOUNCE) > $final_banned_destiny = D_DISCARD; # (defaults to D_BOUNCE) > $final_spam_destiny = D_BOUNCE; # (defaults to D_REJECT) > $final_bad_header_destiny = D_BOUNCE; # (defaults to D_PASS), > D_BOUNCE suggested > > HTH > Eric |