1 # Exim test configuration 2152
2 # as per 2100 but with TCP Fast Open
6 .include DIR/aux-var/tls_conf_prefix
8 primary_hostname = myhost.test.ex
11 # that was purely to trigger the lazy-create of builtin macros
13 # ----- Main settings -----
15 acl_smtp_rcpt = accept
17 log_selector = +tls_peerdn
22 tls_advertise_hosts = *
24 # Set certificate only if server
26 tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
27 tls_privatekey = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
30 tls_verify_certificates = ${if eq {SERVER}{server}{DIR/aux-fixed/cert2}fail}
39 condition = ${if eq {SERVER}{server}{no}{yes}}
41 transport = send_to_server
44 # ----- Transports -----
53 hosts_try_fastopen = *
54 tls_certificate = DIR/aux-fixed/cert2
55 tls_privatekey = DIR/aux-fixed/cert2
56 tls_verify_certificates = DIR/aux-fixed/cert2
57 tls_try_verify_hosts = :