1 # Exim test configuration 5420
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 rfc1413_query_timeout = 0s
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
10 gecos_name = CALLER_NAME
12 # ----- Main settings -----
14 log_selector = +smtp_confirmation
15 tls_advertise_hosts = *
16 tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
18 domainlist local_domains = test.ex : *.test.ex
20 acl_smtp_rcpt = ${if eq {SERVER}{server}{queue}{cutthrough}}
27 accept control = cutthrough_delivery
31 accept control = queue_only
39 domains = ! +local_domains
40 route_list = * 127.0.0.1
42 address_data = $local_part
47 # ----- Transports -----
55 hosts_avoid_tls = ${if eq {$address_data}{usery}{*}{:}}
56 hosts_verify_avoid_tls = ${if eq {$address_data}{userz}{*}{:}}