1 # Exim test configuration 5403
3 .include DIR/aux-var/std_conf_prefix
5 primary_hostname = myhost.test.ex
7 log_selector = +received_recipients
9 # ----- Main settings -----
11 domainlist local_domains = test.ex : *.test.ex
21 warn control = cutthrough_delivery
22 logwrite = rcpt for $local_part@$domain
23 warn condition = ${if eq {verify}{$local_part}}
24 verify = recipient/callout=use_sender
33 domains = localhost.test.ex : localhost4.test.ex : thishost.test.ex
39 domains = ! +local_domains
40 route_list = special.com HOSTIPV4 ; * 127.0.0.1
42 transport = ${if eq {special_tpt}{$local_part} {smtp2}{smtp}}
43 headers_remove = X-hdr-rtr
44 headers_add = X-hdr-rtr-new: $h_X-hdr-rtr:+++
48 # ----- Transports -----
56 headers_add = ${if def:h_X-hdr-rtr {X-hdr-tpt-new: new} {}}