diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-07 14:11:49 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-07 14:55:47 +0100 |
commit | b16c9f8bdcfd4cce490af9e493489e128f5c8f52 (patch) | |
tree | e50e702d6eb97f90d4d1288d78d21e885496ffc9 /test/confs/4211 | |
parent | b6df68c68ad86cafb9531bb6c25fac648d0e706b (diff) |
I18N: change default on smtp transport, to downconvert-when-needed
Diffstat (limited to 'test/confs/4211')
-rw-r--r-- | test/confs/4211 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/confs/4211 b/test/confs/4211 index d4aaa441b..044888314 100644 --- a/test/confs/4211 +++ b/test/confs/4211 @@ -114,9 +114,10 @@ local_delivery: return_path_add rmt_smtp: - driver = smtp + driver = smtp hosts_try_fastopen = : - hosts_require_tls = * + hosts_require_tls = * tls_try_verify_hosts = : + utf8_downconvert = 0 # End |