diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-23 17:01:14 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-23 22:05:54 +0000 |
commit | 0509be3542344cf27658df9935d930cb2d2b9560 (patch) | |
tree | 20adad2ae15e3336f309abd21a4f069df17aab31 /test/confs/2126 | |
parent | 31a4354e12b3bfc2d724f3b521aaa529710f5865 (diff) |
Make smtp transport try server cert verify by default
This is an exim client checking a server certificate.
Diffstat (limited to 'test/confs/2126')
-rw-r--r-- | test/confs/2126 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/confs/2126 b/test/confs/2126 index e2b790168..704346e56 100644 --- a/test/confs/2126 +++ b/test/confs/2126 @@ -57,6 +57,7 @@ t1: hosts = 127.0.0.1 : HOSTIPV4 port = PORT_D allow_localhost + tls_try_verify_hosts = : t2: driver = appendfile |