Ralph Seichter: > # /etc/postfix/master.cf > submission inet n - n - - smtpd > -o smtpd_milters=unix:/run/dkimpy-milter/socket > -o content_filter=amavis:localhost:10124 > [...] > amavis unix - - n - 2 smtp > -o smtp_send_xforward_command=yes
You may want to add
-o disable_mime_output_conversion=yes
to avoid conversions from 8BITMIME to quoted-printable.
Postfix by default converts when it does not see 8BITMIME
support announced in the SMTP "server" EHLO response.
Wietse
