Make {bounce,warn}_message_file expanded. Bug 2522
[exim.git] / test / confs / 0613
CommitLineData
fff1b300
EA
1# Exim test configuration 0613
2# manualroute, hosts_randomize and multiple recipients
3
d4dc049f
JH
4.include DIR/aux-var/std_conf_prefix
5
fff1b300 6primary_hostname = myhost.test.ex
fff1b300
EA
7
8# ----- Main settings -----
9
10mua_wrapper = true
11log_selector = +received_recipients
12
13# ----- Routers -----
14
15begin routers
16
17smarthost:
18 driver = manualroute
19 hosts_randomize = true
20 route_list = * "</ ten-2.test.ex:15600 / ten-3.test.ex:15600"
21 transport = remote_smtp
22 no_more
23
24# ----- Transports -----
25
26begin transports
27
28remote_smtp:
29 driver = smtp
277b9979 30 hosts_try_fastopen = :
fff1b300
EA
31
32# End