1 # Exim test configuration 5420
5 host_lookup_order = bydns
6 primary_hostname = myhost.test.ex
7 rfc1413_query_timeout = 0s
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
11 gecos_name = CALLER_NAME
13 # ----- Main settings -----
15 log_selector = +smtp_confirmation
16 tls_advertise_hosts = *
17 tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
19 domainlist local_domains = test.ex : *.test.ex
21 acl_smtp_rcpt = ${if eq {SERVER}{server}{queue}{cutthrough}}
28 accept control = cutthrough_delivery
32 accept control = queue_only
40 domains = ! +local_domains
41 route_list = * 127.0.0.1
43 address_data = $local_part
48 # ----- Transports -----
56 hosts_avoid_tls = ${if eq {$address_data}{usery}{*}{:}}
57 hosts_verify_avoid_tls = ${if eq {$address_data}{userz}{*}{:}}