|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Making FILTER work in UCE header_checks
From: Noel Jones (njones
megan.vbhcs.org)
Date: Tue Apr 01 2003 - 15:04:52 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 03:36 PM 4/1/03 -0500, Crispin Olson wrote:
>Noel,
>Thanks for getting back - but I've tried that (and that was in essence
>the point of my message)
>
>It creates a loop, because the -o header_checks="" (i originally had
>blank, but tried your suggestion of two empty quotes - same result)
>doesn't seem to override the value in main.cf. It reinjects until I get
>"too many hops"
>
>Any other ideas, or is something broken in smtpd (i.e. its not
>allowing -o header_checks when it should?)
smtpd does not use the -o header_checks option, you specify that in a
different cleanup service, and use that cleanup in the reinjection smtpd.
Your master.cf must use something like (you may add to the options listed
here):
# master.cf
127.0.0.1:10025 inet n - n - 20 smtpd
-o content_filter=
-o cleanup_service_name=cleanup2
cleanup2 unix n - n - 0 cleanup2
-o body_checks=
-o header_checks=
If you have already tried something like this, please post your config
because there's an error in it somewhere.
--
Noel Jones
-
To unsubscribe from the postfix-users list, click the link below:
<mailto:majordomo
postfix.org?body=unsubscribe%20postfix-users>
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]