diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-22 19:16:19 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-23 17:38:53 +0000 |
commit | 44383db480a782c56a2195d46bea6df89e4cef3e (patch) | |
tree | b2e5600eedb94413af3ad2503d1b3d300a3923ec /test/confs/5750 | |
parent | 27df4b34b1135b0cf29b08e4d90676689b09d1ae (diff) |
Move certificate name checking to mainline, default enabled
This is an exim client checking a server certificate.
Diffstat (limited to 'test/confs/5750')
-rw-r--r-- | test/confs/5750 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/confs/5750 b/test/confs/5750 index a0bce0282..193041d62 100644 --- a/test/confs/5750 +++ b/test/confs/5750 @@ -102,6 +102,7 @@ send_to_server: ${if eq {$local_part}{good}\ {example.com/server1.example.com/ca_chain.pem}\ {example.net/server1.example.net/ca_chain.pem}} + tls_verify_cert_hostnames = event_action = ${acl {logger} {$event_name} {$domain} } |