Fix dkim_verify_signers option. Bug 2366
[exim.git] / test / confs / 0213
CommitLineData
afda344b
PH
1# Exim test configuration 0213
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8domainlist local_domains = test.ex
9qualify_domain = test.ex
10
11
12# ----- Routers -----
13
14begin routers
15
16others:
17 driver = manualroute
18 domains = ! +local_domains
19 route_list = * 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,1h
40
41
42# End