diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-06-04 14:54:13 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-06-04 14:57:04 +0100 |
commit | 9940096804c9f3985ca3bc9d862cefa0daa29c96 (patch) | |
tree | 1550f5e72b19015f4be26ff00c3d6f1419a1bd18 /doc | |
parent | 389ca47a59cc0247fcee8a50da42aa00af5f7a90 (diff) |
Add hosts_verify_avoid_tls option to smtp transport.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index ee3193bef..858438431 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -22302,6 +22302,13 @@ that matches this list, even if the server host advertises PIPELINING support. Exim will not try to start a TLS session when delivering to any host that matches this list. See chapter &<<CHAPTLS>>& for details of TLS. +.option hosts_verify_avoid_tls smtp "host list&!!" * +.cindex "TLS" "avoiding for certain hosts" +Exim will not try to start a TLS session for a verify callout, +or when delivering in cutthrough mode, +to any host that matches this list. +Note that the default is to not use TLS. + .option hosts_max_try smtp integer 5 .cindex "host" "maximum number to try" |