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