summaryrefslogtreecommitdiff
path: root/doc/doc-txt/NewStuff
diff options
context:
space:
mode:
authorWolfgang Breyha <wbreyha@gmx.net>2014-03-15 14:16:05 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2014-03-15 14:18:16 +0000
commite8793bad207763b266bedcb9d859e238b6a3a04e (patch)
tree4bbe25c461740cf54a672db822214bc546df9b81 /doc/doc-txt/NewStuff
parent6a43fca1821be6919fe0660f8ee5ef4b07b6ae37 (diff)
parent02bf26279e41fa715e74ea45d2a5903635ad5ee1 (diff)
Add tls_verify_hosts and tls_try_verify_hosts to smtp transport. Bug 1371
Code by Wolfgang Breyha, docs and testsuite by Jeremy Harris
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r--doc/doc-txt/NewStuff5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index c4de902c0..95b4119d1 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -27,6 +27,11 @@ 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.
+
Version 4.82
------------