diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-23 17:01:14 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-12 18:58:34 +0000 |
commit | 610ff4388b33ddc2753c17eefb8b03e2fdd7e124 (patch) | |
tree | 7c93cbe25d6091208059e9d3999f1299c6ccfeb6 /test/stderr/5420 | |
parent | 0e0f3f562bf23cf035baf85cdd071d392751b676 (diff) |
Make smtp transport try server cert verify by default
This is an exim client checking a server certificate.
Diffstat (limited to 'test/stderr/5420')
-rw-r--r-- | test/stderr/5420 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/stderr/5420 b/test/stderr/5420 index 464cb2c4d..f08ae8e9e 100644 --- a/test/stderr/5420 +++ b/test/stderr/5420 @@ -82,7 +82,8 @@ expanding: ${if eq {$address_data}{userz}{*}{:}} SMTP>> STARTTLS SMTP<< 220 TLS go ahead 127.0.0.1 in tls_verify_hosts? no (option unset) -127.0.0.1 in tls_try_verify_hosts? no (option unset) +127.0.0.1 in tls_try_verify_hosts? yes (matched "*") +127.0.0.1 in tls_verify_cert_hostnames? yes (matched "*") SMTP>> EHLO myhost.test.ex SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4] 250-SIZE 52428800 |