Hi all,

I have made some headway in trying to create a configuration where postfix 
handles mail from both the internet and submission, and ASSP acts as a content 
filter in the middle. (see http://www.postfix.org/SMTPD_PROXY_README.html)

I have accomplished the outgoing side.  Where I am having trouble is incoming 
mail from the internet.  Here is the setup:

Outgoing:       mail client -> postfix(587) -> ASSP(10587) -> postfix(10026) -> 
internet
Incoming:       Internet -> postfix(25) -> ASSP(10025) -> postfix(10026) -> 
dovecot -> mail client

Because postfix picks up incoming mail first, ASSP gets mail with a header that 
includes:
Received: from mail ([127.0.0.1] ...

This is a problem.  I need set AcceptAllMail to 127.0.0.1 so that outgoing 
email is not picked off by ASSP.  But if I do, this causes all incoming mail to 
be let through.  You see the problem.  Both incoming and outgoing mail are, as 
far as ASSP is concerned, coming from the localhost 127.0.0.1. 

So here's the question: how can I allow outgoing mail to pass through ASSP 
without spam detection, but still have spam detection on incoming mail?

Thanks.

- Jason


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to