DKIM: Allow the DKIM ACL to override verification results. Bug 2186
[exim.git] / test / confs / 4001
CommitLineData
a60f6c07
JH
1# Exim test configuration 4001
2# Content-scan: f-protd interface
3
d4dc049f
JH
4.include DIR/aux-var/std_conf_prefix
5
a60f6c07 6primary_hostname = myhost.test.ex
a60f6c07 7
f1bd189b 8av_scanner = f-protd : localhost4 PORT_S
a60f6c07
JH
9
10# ----- Main settings -----
11
12acl_smtp_rcpt = accept
13acl_smtp_data = c_data
14
15begin acl
16
17c_data:
0f0c8159 18 accept !malware = * OPT
055e2cb4 19 deny logwrite = $callout_address malware_name $malware_name
a60f6c07
JH
20
21# ----- Routers -----
22
23begin routers
24
25r:
26 driver = redirect
27 data = :blackhole:
28
29# End