[exim-cvs] Doc: more explicit hinting on tls_try_verify_host…

Inizio della pagina
Delete this message
Reply to this message
Autore: Exim Git Commits Mailing List
Data:  
To: exim-cvs
Oggetto: [exim-cvs] Doc: more explicit hinting on tls_try_verify_hosts.
Gitweb: https://git.exim.org/exim.git/commitdiff/b68217b7953df813b7ffd7d6b02d2618847076d8
Commit:     b68217b7953df813b7ffd7d6b02d2618847076d8
Parent:     3083c9ca60beb9aacae81d0d108117251da5f276
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Wed Feb 17 13:40:02 2021 +0100
Committer:  Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Mon Mar 15 10:03:25 2021 +0100


    Doc: more explicit hinting on tls_try_verify_hosts.
---
 doc/doc-docbook/spec.xfpt | 6 +++---
 src/src/configure.default | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)


diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 6ce9d87..7372dd3 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 2fecae2..6127a9b 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;