diff options
author | u34 <u34@net9.ga> | 2023-09-07 16:14:55 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-09-07 16:17:06 +0100 |
commit | 87ae73f8bea31b51fbcd6e1ae80742cd4d792308 (patch) | |
tree | 32c444ec6b4a536d09e35623cf0f9b0065fd045c | |
parent | 5304327c962ff5d8d5a1cb15fbb44923fe213435 (diff) |
Docs: typo in comment in example config. Bug 3022
-rw-r--r-- | src/src/configure.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/configure.default b/src/src/configure.default index 83380bdaa..633c6539e 100644 --- a/src/src/configure.default +++ b/src/src/configure.default @@ -847,7 +847,7 @@ 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 this will have no effect, + # As long as tls_verify_hosts is enabled 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 = * |