testsuite: abstract out common conf settings
[exim.git] / test / confs / 0367
CommitLineData
afda344b
PH
1# Exim test configuration 0367
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8qualify_domain = test.ex
9queue_run_in_order
10
11
12# ----- Routers -----
13
14begin routers
15
16others:
17 driver = manualroute
18 route_list = domain1 127.0.0.1 byname
19 self = send
20 transport = smtp
21 no_more
22
23
24# ----- Transports -----
25
26begin transports
27
28smtp:
29 driver = smtp
30 port = PORT_S
31
32
33# ----- Retry -----
34
35
36begin retry
37
38* * F,5d,1d
39
40
41# End