On 09/05/2010 07:20 PM, Ralph Seichter wrote:
I'm currently trying to figure out if it is possible to use different
header_checks for TCP ports 25 (mail from world) and 587 (mail submitted
by authenticated users). I tried the following without success:
Since header_checks is performed by cleanup(8), the submission method
has no influence on them.
They will be performed for all submitted mail, via any method.
You'd have to run multiple postfix instances to be able to configure
separate header_checks.
J.