diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-03-19 20:14:24 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-03-19 20:14:24 +0000 |
commit | dc4dc04e65b8011b9242c47099ab1f87f5143b3e (patch) | |
tree | 12bd33742828588cd96a6d474b71e78e66a7ea9c /doc/doc-txt/NewStuff | |
parent | 52f93eed9f96e1630b181857289d5f2423f55cd7 (diff) |
Docs for transport tls_verify_hosts &c.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 95b4119d1..c168cf2a7 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -27,10 +27,10 @@ Version 4.83 and a second regex to extract malware_name. The mail spoofile name can be included in the command line. - 5. When built with OpenSSL the smtp transport now supports options - "tls_verify_hosts" and "tls_try_verify_hosts". If either is set the - certificate verification is split from the encryption operation. The - default remains that a failed verification cancels the encryption. + 5. The smtp transport now supports options "tls_verify_hosts" and + "tls_try_verify_hosts". If either is set the certificate verification + is split from the encryption operation. The default remains that a failed + verification cancels the encryption. Version 4.82 |