testsuite: abstract out common conf settings
[exim.git] / test / confs / 0434
CommitLineData
afda344b
PH
1# Exim test configuration 0434
2
3ELI=
4
d4dc049f
JH
5.include DIR/aux-var/std_conf_prefix
6
afda344b 7primary_hostname = myhost.test.ex
afda344b
PH
8
9# ----- Main settings -----
10
11extra_local_interfaces=ELI
12
13
14# ----- Routers -----
15
16begin routers
17
18r1:
19 driver = manualroute
20 route_list = * 1.2.3.4
21 transport = t1
22
23
24# ----- Transports -----
25
26begin transports
27
28t1:
29 driver = smtp
30
31
32
33# End