testsuite: abstract out common conf settings
[exim.git] / test / confs / 0276
1 # Exim test configuration 0276
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 qualify_domain = test.ex
10
11 # ----- Transports -----
12
13 begin transports
14
15 t1:
16   driver = smtp
17   hosts = 127.0.0.1
18   port = PORT_S
19   allow_localhost
20
21 # ----- Routers -----
22
23 begin routers
24
25 r1:
26   driver = accept
27   transport = t1
28
29 # End