DKIM: Allow the DKIM ACL to override verification results. Bug 2186
[exim.git] / test / confs / 5900
1 # Exim test configuration 5900
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 qualify_domain = test.ex
9
10
11 # ----- Routers -----
12
13 begin routers
14
15 scan:
16 driver = accept
17 transport = scan
18
19
20 # ----- Transports -----
21
22 begin transports
23
24 scan:
25 driver = queuefile
26 directory = DIR/test-mail/subdir
27
28 # ----- Retry -----
29
30 begin retry
31
32 * * F,10m,2d
33
34
35 # End