1 # Exim test configuration 2025
5 .include DIR/aux-var/tls_conf_prefix
7 primary_hostname = myhost.test.ex
9 # ----- Main settings -----
11 acl_smtp_rcpt = accept
13 log_selector = +tls_peerdn+tls_certificate_verified
18 tls_advertise_hosts = *
19 tls_require_ciphers = NORMAL:-VERS-ALL:+VERS-TLS1.2:-MAC-ALL:+SHA256
20 tls_certificate = DIR/aux-fixed/cert1
29 condition = ${if eq {SERVER}{server}{no}{yes}}
31 transport = send_to_server
34 # ----- Transports -----
41 hosts = HOSTIPV4 : 127.0.0.1
43 hosts_try_fastopen = :
44 hosts_require_tls = HOSTIPV4
45 tls_require_ciphers = NORMAL:-VERS-ALL:+VERS-TLS1.2:-MAC-ALL:+SHA\
46 ${if eq{$host}{HOSTIPV4} {384} {256} }