diff options
Diffstat (limited to 'conf/options.inc')
-rw-r--r-- | conf/options.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/options.inc b/conf/options.inc index 41004c262..fd9b662ab 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -71,5 +71,5 @@ task_timeout = 8s; # Emit soft reject when timeout takes place soft_reject_on_timeout = false; -# Use utf8 mode for mime operations -enable_mime_utf = true; +# Use utf8 mode for mime operations (use if your MTA announces SMTPUTF8 support) +enable_mime_utf = false; |