1 # Exim test configuration 5420
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
9 gecos_name = CALLER_NAME
11 # ----- Main settings -----
13 log_selector = +smtp_confirmation
14 tls_advertise_hosts = *
15 tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
17 domainlist local_domains = test.ex : *.test.ex
19 acl_smtp_rcpt = ${if eq {SERVER}{server}{queue}{cutthrough}}
26 accept control = cutthrough_delivery
30 accept control = queue_only
38 domains = ! +local_domains
39 route_list = * 127.0.0.1
41 address_data = $local_part
46 # ----- Transports -----
54 hosts_avoid_tls = ${if eq {$address_data}{usery}{*}{:}}
55 hosts_verify_avoid_tls = ${if eq {$address_data}{userz}{*}{:}}