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