DKIM: Allow the DKIM ACL to override verification results. Bug 2186
[exim.git] / test / confs / 0354
CommitLineData
afda344b
PH
1# Exim test configuration 0354
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8domainlist local_domains = test.ex
9
10qualify_domain = test.ex
11system_filter = non-absolute-file
12system_filter_user = EXIMUSER
13
14
15# ----- Routers -----
16
17begin routers
18
19r1:
20 driver = accept
21 transport = t1
22
23# ----- Transports -----
24
25begin transports
26
27t1:
28 driver = appendfile
29 user = CALLER
30 file = DIR/test-mail/$local_part
31
32# End