DKIM: Allow the DKIM ACL to override verification results. Bug 2186
[exim.git] / test / confs / 5103
1 # Exim test configuration 5103
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9
10 # ----- Routers -----
11
12 begin routers
13
14 r1:
15 driver = accept
16 transport = $h_transport:
17
18
19 # ----- Transports -----
20
21 begin transports
22
23 t1:
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
31 begin retry
32
33 * * F,1d,1d
34
35 # End