On 2/9/2011 9:12 AM, Mike A. Leonetti wrote: > Is it possible to disable header checks based on the IP of the client > connecting to the postfix server? > > A search on Google produces this link > http://www.seaglass.com/postfix/turning-off-body-checks.html which is > helpful but the idea for me is to disable header checking from trusted > outside sources. > > Thanks. >
There is no per-whatever whitelist mechanism for header_checks or body_checks. You can configure a separate postfix smtpd listener with no header/body checks on an alternate IP address and have trusted clients connect to that alternate IP. Typically, one would disable these checks on the submission and smtps ports for authenticated remote users. -- Noel Jones