diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-19 22:14:18 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-19 22:14:18 +0000 |
commit | d4fd1b83a197d73cbac114fe53f3448d8b5c7cc2 (patch) | |
tree | 595ac359ff45f8e9f8b29f6432cb088a17cf7a88 /test/confs/2014 | |
parent | 3721c5545411010ffbea82fc58b883664d07e865 (diff) | |
parent | b4ad78623875988d016ff816dc6c9c382be897f9 (diff) |
Merge branch '4.next'
Diffstat (limited to 'test/confs/2014')
-rw-r--r-- | test/confs/2014 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/confs/2014 b/test/confs/2014 index f9e2e6a22..a50a875cf 100644 --- a/test/confs/2014 +++ b/test/confs/2014 @@ -22,7 +22,7 @@ tls_privatekey = DIR/aux-fixed/cert1 tls_verify_hosts = HOSTIPV4 tls_try_verify_hosts = * -tls_verify_certificates = DIR/aux-fixed/cert2 +tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/server1.example.com/ca_chain.pem tls_crl = CRL @@ -31,7 +31,7 @@ tls_crl = CRL begin acl check_recipient: - deny message = certificate not verified: peerdn=$tls_peerdn + deny message = certificate not verified: peerdn=$tls_in_peerdn ! verify = certificate accept @@ -53,7 +53,7 @@ begin transports local_delivery: driver = appendfile file = DIR/test-mail/$local_part - headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn + headers_add = TLS: cipher=$tls_cipher peerdn=$tls_in_peerdn user = CALLER # End |