On 4/13/2011 5:07 PM, Stan Hoeppner wrote:
Noel Jones put forth on 4/13/2011 7:38 AM:
Repeat 100 times:
The client is marked "unknown" if *any* of the three tests fail.
Got it. Thanks for clarifying this Noel, and Sahil. The postconf
documentation covers both reject parameters, but it doesn't explain the
criteria used to decide when "unknown" is places in the Received:
header. This is why I made the error.
The criteria to label a client "unknown" is here:
http://www.postfix.org/postconf.5.html#reject_unknown_client_hostname
although it doesn't specifically say so, the same criteria is
used for Received: headers, logging, policy services, access
tables, and anywhere else postfix uses a verified hostname.
All client hostnames used in postfix are verified unless the
docs for an individual feature specifically say otherwise.
-- Noel Jones