DKIM: Allow the DKIM ACL to override verification results. Bug 2186
[exim.git] / test / confs / 0258
CommitLineData
afda344b
PH
1# Exim test configuration 0258
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
9acl_smtp_rcpt = accept
10
11
12# ----- Routers -----
13
14begin routers
15
16r1:
17 driver = accept
18 transport = local_delivery
19
20
21# ----- Transports -----
22
23begin transports
24
25local_delivery:
26 driver = appendfile
27 file = DIR/test-mail/$local_part
28 user = CALLER
29
30
31# End