Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 0186
CommitLineData
afda344b
PH
1# Exim test configuration 0186
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8domainlist local_domains = test.ex
9qualify_domain = test.ex
10
11# ----- Routers -----
12
13begin routers
14
15domainlist:
16 driver = manualroute
17 domains = ! +local_domains
18 ignore_target_hosts = !V4NET.0.0.5 : V4NET.0.0.0/8
19 route_list = ten-5-6.test.ex $domain byname
20 transport = smtp
21
22lookuphost:
23 driver = dnslookup
24 domains = ! +local_domains
25 ignore_target_hosts = ${if eq{$domain}{other2.test.ex}{V4NET.12.3.2}fail}
26 transport = smtp
27 no_more
28
29
30# ----- Transports -----
31
32begin transports
33
34smtp:
35 driver = smtp
36 port = PORT_S
277b9979 37 hosts_try_fastopen = :
afda344b
PH
38
39
40# End