From 9e0381185ca7e12d7c51f1a5550794fbe037e6b0 Mon Sep 17 00:00:00 2001 From: andryyy Date: Fri, 9 Aug 2019 14:10:26 +0200 Subject: [PATCH] [Postfix] Disable UTF8 SMTP as Dovecots LMTP does not support it, also disable Zeyple --- data/conf/postfix/main.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/conf/postfix/main.cf b/data/conf/postfix/main.cf index a3d70501..ab4832b4 100644 --- a/data/conf/postfix/main.cf +++ b/data/conf/postfix/main.cf @@ -125,7 +125,6 @@ smtpd_milters = inet:rspamd:9900 non_smtpd_milters = inet:rspamd:9900 milter_mail_macros = i {mail_addr} {client_addr} {client_name} {auth_authen} mydestination = localhost.localdomain, localhost -#content_filter=zeyple # Prefere IPv4, useful for v4-only envs smtp_address_preference = ipv4 smtp_sender_dependent_authentication = yes @@ -140,3 +139,4 @@ transport_maps = pcre:/opt/postfix/conf/local_transport, proxy:mysql:/opt/postfi smtp_sasl_auth_soft_bounce = no postscreen_discard_ehlo_keywords = silent-discard, dsn compatibility_level = 2 +smtputf8_enable = no