Docs: clarify smtp transport tls_verify_certificates option
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 3 Dec 2017 20:36:12 +0000 (20:36 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 3 Dec 2017 21:36:25 +0000 (21:36 +0000)
doc/doc-docbook/spec.xfpt

index 28584912291eab0f900576709c5518a122d933bd..f2709418e193a9a2f4e673f10da3924f1b9d0973 100644 (file)
@@ -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%&.