Andreas Kuhlen via Postfix-users:
> Both postfix servers announce "250-8BITMIME" support.
> And no special rules have been defined for handling 8bit character encoding.
> 
> So that doesn't explain what is happening.

You need to figure out where the difference happens: before Postfix,
in Postfix before or after content filter, or elsewhere.

You can use mime_header_checks to log MIME headers while Postfix
receives mail, and you can use smtp_mime_header_checks log MIME
headers while the Postfix SMTP or LMTP client delivers mail.

mime_header_checks = static:info
smtp_mime_header_checks = static:info

If the two produce different logging, then Postfix made a change.

        Wietse
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to