John Andersen a écrit :
> We scan mail inbound and outbound via Amavisd-New. (2.4.3 via Opensuse).
>
> Occasionally someone will send something outbound that might get flagged
> as spammy.  Amavis then attaches our recipient delimiter +spam on the
> outbound mail, all of which bounce.
>   

amavisd-new will only do that if the recipient is "local". so it looks
like you defined remote domains as local. Is it so?
> Is there anyway to prevent Plus addressing from being added by
> amavisd on outbound mail.
>
> I can't think of a single good reason to apply local extensions
> to outgoing mail.
>   

whatever you do, you can have amavisd-new listen on two ports, say 10024
for inbound mail and 10586 for outbound mail. then use policy banks to
have different configs for these ports. and have your MTA pass inbound
to 10024 and outbound to 10586. with postfix, you can use the FILTER
statement to do this (if your port 25 receives both inbound and
outbound), or you could simply force outbound mail to use the standard
submission port (587) instead of 25.



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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