Fix dkim_verify_signers option. Bug 2366
[exim.git] / test / confs / 0358
CommitLineData
afda344b
PH
1# Exim test configuration 0358
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
29
30
31# ----- Retry -----
32
33begin retry
34
54882a4e 35* * F,6s,2s; G,1h,4s,2
afda344b
PH
36
37# End