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