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