Make {bounce,warn}_message_file expanded. Bug 2522
[exim.git] / test / confs / 0200
CommitLineData
afda344b
PH
1# Exim test configuration 0200
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9
10
11# ----- Routers -----
12
13begin routers
14
15lookuphost:
16 driver = dnslookup
17 caseful_local_part
18 local_parts = xx
19 widen_domains = _bad
20 no_more
21 transport = smtp
22
23domainlist:
24 driver = manualroute
25 caseful_local_part
26 local_parts = yy
27 no_more
28 route_list = * bad_$domain bydns
29 transport = smtp
30
31
32# ----- Transports -----
33
34begin transports
35
36smtp:
37 driver = smtp
277b9979 38 hosts_try_fastopen = :
afda344b
PH
39
40
41# End