DKIM: Allow the DKIM ACL to override verification results. Bug 2186
[exim.git] / test / confs / 0155
1 # Exim test configuration 0155
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 domainlist local_domains = test.ex
9 qualify_domain = test.ex
10 queue_run_in_order
11 split_spool_directory
12
13
14 # ----- Routers -----
15
16 begin routers
17
18 defer_always:
19 driver = redirect
20 allow_defer
21 data = :defer: forced defer
22 retry_use_local_part
23
24
25 # ----- Retry -----
26
27 begin retry
28
29 * * F,5d,1d
30
31
32 # End