>
> Brian,
>
> Looks reasonable, but in my main.cf permit_mynetworks is on line 538
> and body_checks is on line 611.
>
> Might other tests be involved?
>
There are a number of places where Postfix runs tests. For example,
smtpd_helo_restrictions lists a series tests to run when a remote system
first tries to connect to Postfix to deliver mail. You could use this
to block known spammers. Then there's the smtpd_recipient_restrictions
list, which happens much later and can accept or block mail based on who
it's addressed to. Having "permit_mynetworks" (or some other test) in
one of these lists doesn't influence the another list.
The fact that your "permit_mynetworks" is 73 lines ahead of the
"body_checks" line tells me that it is included in the list for some
other test besides the body_checks. You may want to add it to the
body_checks list, probably pretty early in the list. I'm working a
little blind here. You may also want to share the body_checks snippit
of your configuration (the line itself plus any immediately following
lines that begin with whitespace), either here on the list or to me
privately so I/we know what you're looking at.
-Brian
--
--------------------
Brian P. Martin, Chief Consultant
Martin Consulting Services, Inc.
Phone: 503-617-4500
E-mail: [email protected]
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug