diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-03 20:36:12 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-03 21:36:25 +0000 |
commit | 77020c7983ba76ddb0b5741b501d97af89f794b3 (patch) | |
tree | 1f3c1e2b478878dd08c1a42f85e8ccf85da06b9e | |
parent | 86b62d918435993f8e4ecc4878a4c92f360543fb (diff) |
Docs: clarify smtp transport tls_verify_certificates option
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 285849122..f2709418e 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -27660,11 +27660,10 @@ if it requests it. If the server is Exim, it will request a certificate only if If the &%tls_verify_certificates%& option is set on the &(smtp)& transport, it specifies a collection of expected server certificates. -These may be the system default set (depending on library version), -a file or, -depending on library version, a directory, -must name a file or, -for OpenSSL only (not GnuTLS), a directory. +These may be +the system default set (depending on library version), +a file, +or (depending on library version) a directory. The client verifies the server's certificate against this collection, taking into account any revoked certificates that are in the list defined by &%tls_crl%&. |