Feature macros, show-supported and build-time selection for malware interfaces
[exim.git] / test / confs / 4011
index 7be64dc6d8d9fe3fd6c2f9149d29d9a3e09b43d2..96f5460b9eba7539c2611ac8a817868e650e3946 100644 (file)
@@ -1,11 +1,12 @@
 # Exim test configuration 4011
-# Content-scan: f-prot6d interface
+# Content-scan: aveserver interface
 
 .include DIR/aux-var/std_conf_prefix
 
+log_selector = +subject
 primary_hostname = myhost.test.ex
 
-av_scanner = f-prot6d : localhost4 PORT_S
+av_scanner = aveserver : DIR/eximdir/aveserver_sock
 
 # ----- Main settings -----
 
@@ -16,7 +17,7 @@ begin acl
 
 c_data:
   accept !malware = * OPT
-  deny  logwrite = $callout_address malware_name $malware_name
+  deny  logwrite = malware_name $malware_name
 
 # ----- Routers -----