Feature macros, show-supported and build-time selection for malware interfaces
[exim.git] / test / confs / 4013
1 # Exim test configuration 4013
2 # Content-scan: f-prot6d interface
3
4 .include DIR/aux-var/std_conf_prefix
5
6 primary_hostname = myhost.test.ex
7
8 av_scanner = f-prot6d : localhost4 PORT_S
9
10 # ----- Main settings -----
11
12 acl_smtp_rcpt = accept
13 acl_smtp_data = c_data
14
15 begin acl
16
17 c_data:
18 accept !malware = * OPT
19 deny logwrite = $callout_address malware_name $malware_name
20
21 # ----- Routers -----
22
23 begin routers
24
25 r:
26 driver = redirect
27 data = :blackhole:
28
29 # End