From: Jeremy Harris Date: Wed, 17 Feb 2021 12:40:02 +0000 (+0100) Subject: Doc: more explicit hinting on tls_try_verify_hosts. X-Git-Tag: exim-4.95-RC0~112 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/b68217b7953df813b7ffd7d6b02d2618847076d8 Doc: more explicit hinting on tls_try_verify_hosts. --- diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 6ce9d87da..7372dd3fe 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -6424,9 +6424,9 @@ smarthost_smtp: # request with your smarthost provider to get things fixed: hosts_require_tls = * tls_verify_hosts = * - # As long as tls_verify_hosts is enabled, this won't matter, but if you - # have to comment it out then this will at least log whether you succeed - # or not: + # As long as tls_verify_hosts is enabled, this this will have no effect, + # but if you have to comment it out then this will at least log whether + # you succeed or not: tls_try_verify_hosts = * # # The SNI name should match the name which we'll expect to verify; diff --git a/src/src/configure.default b/src/src/configure.default index 2fecae2a0..6127a9bf0 100644 --- a/src/src/configure.default +++ b/src/src/configure.default @@ -834,9 +834,9 @@ smarthost_smtp: # request with your smarthost provider to get things fixed: hosts_require_tls = * tls_verify_hosts = * - # As long as tls_verify_hosts is enabled, this won't matter, but if you - # have to comment it out then this will at least log whether you succeed - # or not: + # As long as tls_verify_hosts is enabled, this this will have no effect, + # but if you have to comment it out then this will at least log whether + # you succeed or not: tls_try_verify_hosts = * # # The SNI name should match the name which we'll expect to verify;