DKIM: Allow the DKIM ACL to override verification results. Bug 2186
[exim.git] / test / confs / 0333
CommitLineData
afda344b
PH
1# Exim test configuration 0333
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9qualify_domain = test.ex
10
11
12# ----- Routers -----
13
14begin routers
15
16r1:
17 driver = accept
18 domains = no.delay
19 transport = t1
20
21r2:
22 driver = dnslookup
23 transport = t1
24
25
26# ----- Transports -----
27
28begin transports
29
30t1:
31 driver = smtp
32 allow_localhost
33 hosts = 127.0.0.1
34 hosts_override
35 port = PORT_S
36
37
38# ----- Retry -----
39
40begin retry
41
42* * F,1d,10m
43
44
45# End