1 # Exim test configuration 1110
3 .include DIR/aux-var/tls_conf_prefix
5 primary_hostname = myhost.test.ex
7 # ----- Main settings -----
9 acl_smtp_rcpt = check_recipient
14 tls_advertise_hosts = *
16 tls_certificate = DIR/aux-fixed/cert1
17 tls_privatekey = DIR/aux-fixed/cert1
19 tls_verify_hosts = HOSTIPV4
20 tls_verify_certificates = DIR/aux-fixed/exim-ca/example.org/server2.example.org/ca_chain.pem
41 transport = local_delivery
44 # ----- Transports -----
50 file = DIR/test-mail/$local_part
51 create_file = DIR/test-mail
53 headers_add = TLS: cipher=$tls_cipher peerdn/cn '${listextract {-1} {<, $tls_in_peerdn}}'
56 headers_add = TLS: cipher=$tls_cipher peerdn/cn '${listextract {-1} {</ $tls_in_peerdn}}'