Expansions: new ${authresults {mch}} for an Authentication-Results header
[exim.git] / test / confs / 0613
1 # Exim test configuration 0613
2 # manualroute, hosts_randomize and multiple recipients
3
4 .include DIR/aux-var/std_conf_prefix
5
6 primary_hostname = myhost.test.ex
7
8 # ----- Main settings -----
9
10 mua_wrapper = true
11 log_selector = +received_recipients
12
13 # ----- Routers -----
14
15 begin routers
16
17 smarthost:
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
26 begin transports
27
28 remote_smtp:
29 driver = smtp
30
31 # End