DKIM: Allow the DKIM ACL to override verification results. Bug 2186
[exim.git] / test / confs / 5103
CommitLineData
afda344b
PH
1# Exim test configuration 5103
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
9
10# ----- Routers -----
11
12begin routers
13
14r1:
15 driver = accept
16 transport = $h_transport:
17
18
19# ----- Transports -----
20
21begin transports
22
23t1:
24 driver = lmtp
25 command = DIR/bin/mtpscript DIR/aux-fixed/TESTNUM.script +DIR/spool/log/mainlog
26 transport_filter = /non/existent/file
27
28
29# ----- Retry -----
30
31begin retry
32
33* * F,1d,1d
34
35# End