1 # Exim test configuration 5820
6 .include DIR/aux-var/tls_conf_prefix
8 primary_hostname = myhost.test.ex
10 # ----- Main settings -----
13 acl_smtp_rcpt = accept logwrite = "rcpt ACL"
15 acl_smtp_rcpt = accept verify = recipient/callout
18 log_selector = +received_recipients +tls_peerdn +tls_certificate_verified
22 tls_advertise_hosts = *
23 # needed to force generation
24 tls_dhparam = historic
26 # Set certificate only if server
27 CDIR1 = DIR/aux-fixed/exim-ca/example.net/server1.example.net
28 CDIR2 = DIR/aux-fixed/exim-ca/example.com/server1.example.com
31 tls_certificate = ${if eq {SERVER}{server} \
32 {${if or {{eq {DETAILS}{ta}} {eq {DETAILS}{ca}} {eq {DETAILS}{ee}}} \
33 {CDIR2/fullchain.pem}\
34 {CDIR1/fullchain.pem}}}\
37 tls_privatekey = ${if eq {SERVER}{server} \
38 {${if or {{eq {DETAILS}{ta}} {eq {DETAILS}{ca}} {eq {DETAILS}{ee}}} \
39 {CDIR2/server1.example.com.unlocked.key}\
40 {CDIR1/server1.example.net.unlocked.key}}}\
49 condition = ${if eq {SERVER}{}}
50 dnssec_request_domains = *
52 transport = send_to_server
60 # ----- Transports -----
70 hosts_require_dane = HOSTIPV4
71 tls_verify_cert_hostnames = ${if eq {OPT}{no_certname} {}{*}}
72 tls_try_verify_hosts = thishost.test.ex
73 tls_verify_certificates = ${if eq {DETAILS}{ca} {CDIR2/ca_chain.pem} {}}