Mike Schleif
2016-05-18 14:48:18 UTC
postfix 2.10.1
How can I turn OFF the following particular header check ONLY for outgoing
email?
"Improper folded header field made up entirely of whitespace"
We're using postfix between the internet and MS Exchange 2010, and MS
Outlook 2010 MUA.
Several times per week, outgoing mail is quarantined for this header
violation, always in the References: header, example below:
...
References: <
***@BY1PR13MB0151.namprd13.prod.outlook.com
<***@SemExchange.sempris.local>
<
***@BY1PR13MB0151.namprd13.prod.outlook.com
Accept-Language: en-US
...
We do not want to turn header checks off completely. Incoming email is not
a problem for us.
For internal automated emails from legacy systems, we have already
implemented:
$interface_policy{'10027'} = 'SENDERBYPASS';
$policy_bank{'SENDERBYPASS'} = {
bypass_header_checks_maps => [1],
final_bad_header_destiny => D_PASS,
... }
via: /etc/postfix/amavis_sender_bypass
How can we turn OFF only this one header check for all outbound email?
How can I turn OFF the following particular header check ONLY for outgoing
email?
"Improper folded header field made up entirely of whitespace"
We're using postfix between the internet and MS Exchange 2010, and MS
Outlook 2010 MUA.
Several times per week, outgoing mail is quarantined for this header
violation, always in the References: header, example below:
...
References: <
***@BY1PR13MB0151.namprd13.prod.outlook.com
<***@SemExchange.sempris.local>
<
***@BY1PR13MB0151.namprd13.prod.outlook.com
Accept-Language: en-US
...
We do not want to turn header checks off completely. Incoming email is not
a problem for us.
For internal automated emails from legacy systems, we have already
implemented:
$interface_policy{'10027'} = 'SENDERBYPASS';
$policy_bank{'SENDERBYPASS'} = {
bypass_header_checks_maps => [1],
final_bad_header_destiny => D_PASS,
... }
via: /etc/postfix/amavis_sender_bypass
How can we turn OFF only this one header check for all outbound email?