1 # Exim test configuration 5890
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 = *
25 # needed to force generation
26 tls_dhparam = historic
29 # Set certificate only if server
30 CDIR1 = DIR/aux-fixed/exim-ca/example.net/server1.example.net
31 CDIR2 = DIR/aux-fixed/exim-ca/example.com/server1.example.com
34 tls_certificate = ${if eq {SERVER}{server} \
35 {${if or {{eq {DETAILS}{ta}} {eq {DETAILS}{ca}} {eq {DETAILS}{ee}}} \
36 {CDIR2/fullchain.pem}\
37 {CDIR1/fullchain.pem}}}\
40 tls_privatekey = ${if eq {SERVER}{server} \
41 {${if or {{eq {DETAILS}{ta}} {eq {DETAILS}{ca}} {eq {DETAILS}{ee}}} \
42 {CDIR2/server1.example.com.unlocked.key}\
43 {CDIR1/server1.example.net.unlocked.key}}}\
50 accept condition = ${if eq {dane} {${listextract{1}{$event_name}}}}
51 logwrite = $event_name <$event_data>
59 condition = ${if eq {SERVER}{}}
60 dnssec_request_domains = *
62 transport = send_to_server
70 # ----- Transports -----
80 hosts_require_dane = HOSTIPV4
81 tls_verify_cert_hostnames = ${if eq {OPT}{no_certname} {}{*}}
82 tls_try_verify_hosts = thishost.test.ex
83 tls_verify_certificates = CDIR2/ca_chain.pem
84 event_action = ${acl {dane_fail}}