summaryrefslogtreecommitdiff
path: root/test/confs/3462
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-11-23 17:01:14 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2014-11-23 22:05:54 +0000
commit0509be3542344cf27658df9935d930cb2d2b9560 (patch)
tree20adad2ae15e3336f309abd21a4f069df17aab31 /test/confs/3462
parent31a4354e12b3bfc2d724f3b521aaa529710f5865 (diff)
Make smtp transport try server cert verify by default
This is an exim client checking a server certificate.
Diffstat (limited to 'test/confs/3462')
-rw-r--r--test/confs/34621
1 files changed, 1 insertions, 0 deletions
diff --git a/test/confs/3462 b/test/confs/3462
index ec155bfdd..3907aecef 100644
--- a/test/confs/3462
+++ b/test/confs/3462
@@ -74,6 +74,7 @@ send_to_server:
hosts = 127.0.0.1
hosts_try_auth = *
port = PORT_D
+ tls_try_verify_hosts = :
# ----- Retry -----