[EMAIL PROTECTED] a écrit :
> Hello,
> 
> i fight with this problem: 
> 
> I defined some header_checks in main.cf:
> 
> header_checks = pcre:/etc/postfix/header_checks.pcre
> 
> this works fine but the checks were applied for incoming and outgoing mail. 
> For sepcial reasons the checks should only be applied for outgoing mail. Is 
> there any configuration setting for this?
> 

header_checks are global.

so you need to "split" the flow (for example, by dedicating port 587 for
"outgoing" mail. an alternative is to pass "outgoing" mail to another
smtpd using the FILTER statement).

Reply via email to