1 # Exim test configuration 2052
2 # as per 2000 but with TCP Fast Open
6 .include DIR/aux-var/tls_conf_prefix
8 primary_hostname = myhost.test.ex
10 # ----- Main settings -----
12 acl_smtp_rcpt = accept
14 log_selector = +tls_peerdn
19 tls_advertise_hosts = *
20 # needed to force generation
21 tls_dhparam = historic
23 # Set certificate only if server
25 tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
26 tls_privatekey = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
29 tls_verify_certificates = ${if eq {SERVER}{server}{DIR/aux-fixed/cert2}fail}
38 condition = ${if eq {SERVER}{server}{no}{yes}}
40 transport = send_to_server
43 # ----- Transports -----
52 hosts_try_fastopen = *
53 tls_certificate = DIR/aux-fixed/cert2
54 tls_privatekey = DIR/aux-fixed/cert2
55 tls_verify_certificates = DIR/aux-fixed/cert2
56 tls_try_verify_hosts =