Testsuite: stabilize output sequence for case 0906
[exim.git] / test / confs / 0350
... / ...
CommitLineData
1# Exim test configuration 0350
2
3.include DIR/aux-var/std_conf_prefix
4
5primary_hostname = myhost.test.ex
6
7# ----- Main settings -----
8
9
10
11# ----- Routers -----
12
13begin routers
14
15r1:
16 driver = manualroute
17 ignore_target_hosts = ${if eq{$host_address}{V4NET.12.3.1}{$host_address}{}}
18 route_list = * 1.2.3.4:other2.test.ex
19 transport = t1
20
21
22# ----- Transports -----
23
24begin transports
25
26t1:
27 driver = smtp
28
29# End