From: Scott Muller (no email)
Date: Tue Mar 01 2005 - 00:26:33 EST
>
> I'm running Postfix + Amavisd-new on a few boxes. On all of them,
> testing amavisd-new standalone works as expected (I have
> $final_virus_destiny = D_REJECT, and mail is rejected):
D_REJECT is your problem. amavisd-new is an after queue content filter.
This means that postfix accepts the message and the filters it.
You need to either DISCARD or PASS the message so that you don't
generate bounces/backscatter. See the Settings and Description
in the amavisd.conf file where is describes DISCARD/PASS/BOUNCE/REJECT
Basically REJECT causes postfix to generate a DSN. Check the config file
to get a real understanding of the settings.
-- Scott Muller
|
|
|