summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-02-17 13:40:02 +0100
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2021-03-15 10:03:25 +0100
commitb68217b7953df813b7ffd7d6b02d2618847076d8 (patch)
tree09d20e5f17ae473f850af119a3e0b6ba1d3d272d /src
parent3083c9ca60beb9aacae81d0d108117251da5f276 (diff)
Doc: more explicit hinting on tls_try_verify_hosts.
Diffstat (limited to 'src')
-rw-r--r--src/src/configure.default6
1 files changed, 3 insertions, 3 deletions
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;