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