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