From 7c8d7ddf5c4af00f2be305182813ee2d4cf5c1b8 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 22 Sep 2017 15:36:14 +0200 Subject: [PATCH] disable smtputf8 --- rootfs/etc/confd/templates/main.cf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/confd/templates/main.cf.tmpl b/rootfs/etc/confd/templates/main.cf.tmpl index 9c0cb32..736a413 100644 --- a/rootfs/etc/confd/templates/main.cf.tmpl +++ b/rootfs/etc/confd/templates/main.cf.tmpl @@ -61,5 +61,5 @@ message_size_limit = {{getenv "MESSAGE_SIZELIMIT" "20000000"}} tls_preempt_cipherlist = yes -smtputf8_enable = yes +smtputf8_enable = no biff = no