1 # Exim test configuration 5400
3 # any options on the cutthrough_delivery control
6 # optional verify-callout
9 .include DIR/aux-var/std_conf_prefix
11 primary_hostname = myhost.test.ex
13 log_selector = +received_recipients +all_parents
16 # ----- Main settings -----
18 domainlist local_domains = test.ex : *.test.ex
29 control = cutthrough_deliveryCONTROL
31 logwrite = rcpt for $local_part@$domain
40 data = ${substr_1:$local_part}@$domain
44 domains = localhost.test.ex : localhost4.test.ex : thishost.test.ex
50 domains = ! +local_domains
51 route_list = special.com HOSTIPV4 ; * 127.0.0.1
53 transport = ${if eq {special_tpt}{$local_part} {smtp2}{smtp}}
54 headers_remove = X-hdr-rtr
55 headers_add = X-hdr-rtr-new: $h_X-hdr-rtr:+++
60 # ----- Transports -----
68 headers_add = ${if def:h_X-hdr-rtr {X-hdr-tpt-new: new} {}}