DKIM: Allow the DKIM ACL to override verification results. Bug 2186
[exim.git] / test / confs / 0159
1 # Exim test configuration 0159
2
3 SERVER=
4
5 .include DIR/aux-var/std_conf_prefix
6
7 primary_hostname = myhost.test.ex
8
9 # ----- Main settings -----
10
11 acl_smtp_rcpt = accept
12 helo_lookup_domains =
13 queue_only
14 queue_run_in_order
15
16 # ----- Routers -----
17
18 begin routers
19
20 r1:
21 driver = accept
22 transport = t1
23
24
25 # ----- Transports -----
26
27 begin transports
28
29 t1:
30 driver = appendfile
31 file = DIR/test-mail/$local_part
32 user = CALLER
33
34
35 # End