1 # Exim test configuration 2132 (close copy of 2102)
3 .include DIR/aux-var/tls_conf_prefix
5 primary_hostname = myhost.test.ex
7 # ----- Main settings -----
9 acl_smtp_rcpt = check_recipient
11 log_selector = +tls_peerdn
16 tls_advertise_hosts = 127.0.0.1 : HOSTIPV4
18 tls_certificate = DIR/aux-fixed/exim-ca/example.com/server2.example.com/server2.example.com.pem
19 tls_privatekey = DIR/aux-fixed/exim-ca/example.com/server2.example.com/server2.example.com.unlocked.key
21 tls_verify_hosts = HOSTIPV4
22 tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/server1.example.com/certdir
32 !encrypted = AES256-SHA : \
37 DHE-RSA-AES256-SHA : \
38 DHE-RSA-AES256-GCM-SHA384 : \
39 DHE_RSA_AES_256_CBC_SHA1 : \
40 DHE_RSA_3DES_EDE_CBC_SHA : \
41 ECDHE-RSA-AES256-GCM-SHA384 : \
42 ECDHE-RSA-AES128-GCM-SHA256 : \
43 ECDHE-RSA-CHACHA20-POLY1305
44 warn logwrite = ${if def:tls_in_ourcert \
45 {Our cert SN: <${certextract{subject}{$tls_in_ourcert}}>} \
46 {We did not present a cert}}
47 accept condition = ${if !def:tls_in_peercert}
48 logwrite = Peer did not present a cert
49 accept logwrite = SN <${certextract {subject} {$tls_in_peercert}}>
59 transport = local_delivery
60 headers_add = tls-certificate-verified: $tls_certificate_verified
63 # ----- Transports -----
69 file = DIR/test-mail/$local_part
70 headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn