Andrea wrote:

> I installed postifix-2.2.2 and amavisd-new-2.3.3.
> I am using amavisd-new for viruses.
> I set
> $warn_offsite=0;
> $warn_virus_recip=1;
> @viruses_that_fake_sender_maps=(new_Re());

> If an external-user, of another domain, sends me e-mail with a virus, I
> receive a notify and the external-user receives a notify too.
> I set $warn_offsite=0 therefore the notify would be only local.
> Where is the mistake?
> Thank
> Andrea

$warn_offsite pertains to 'not considered local' recipients, not senders.

If you don't want to send notification (bounce) to the sender, set
$final_virus_destiny      = D_DISCARD;
(or D_PASS if you want your users to receive infected mail!)

The virus will still get quarantined (if you have a configured a
virus quarantine).

Gary V



-------------------------------------------------------
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
AMaViS-user@lists.sourceforge.net
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