Doc: more explicit hinting on tls_try_verify_hosts.
authorJeremy Harris <jgh146exb@wizmail.org>
Wed, 17 Feb 2021 12:40:02 +0000 (13:40 +0100)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Mon, 15 Mar 2021 09:03:25 +0000 (10:03 +0100)
doc/doc-docbook/spec.xfpt
src/src/configure.default

index 6ce9d87da47587c2960c4a6e506b4bfd1fee6296..7372dd3febf1490478317fe7a4e6447a3edd01f4 100644 (file)
@@ -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;
index 2fecae2a0a68c90ddf350ee7af916ac4186e1508..6127a9bf081504f653ae56f461f81cdde78b27ab 100644 (file)
@@ -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;