debian experimental exim-daemon-heavy config
[exim.git] / test / confs / 0357
CommitLineData
afda344b
PH
1# Exim test configuration 0357
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8qualify_domain = test.ex
9
10
11# ----- Routers -----
12
13begin routers
14
15r1:
16 driver = accept
17 transport = t1
18
19
20# ----- Transports -----
21
22begin transports
23
24t1:
25 driver = smtp
26 hosts = 127.0.0.1
27 allow_localhost
28 port = PORT_S
277b9979 29 hosts_try_fastopen = :
afda344b
PH
30
31
32# ----- Retry -----
33
34begin retry
35
54882a4e 36* * F,6s,2s; G,1h,4s,2
afda344b
PH
37
38# End