DKIM: Allow the DKIM ACL to override verification results. Bug 2186
[exim.git] / test / confs / 0412
CommitLineData
afda344b
PH
1# Exim test configuration 0412
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 = DIR/aux-fixed/TESTNUM.F
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 user = CALLER
29 file = DIR/test-mail/$local_part
30 headers_add = "\n\
31 FROM: $h_from:\n\
32 --------------------------------\n\
33 REPLY_ADDRESS: $reply_address\n\
34 --------------------------------\n\
35 "
36
37# End