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