summaryrefslogtreecommitdiff
path: root/test/confs/4013
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/4013')
-rw-r--r--test/confs/401329
1 files changed, 29 insertions, 0 deletions
diff --git a/test/confs/4013 b/test/confs/4013
new file mode 100644
index 000000000..f45082827
--- /dev/null
+++ b/test/confs/4013
@@ -0,0 +1,29 @@
+# Exim test configuration 4013
+# Content-scan: f-prot6d interface
+
+.include DIR/aux-var/std_conf_prefix
+
+primary_hostname = myhost.test.ex
+
+av_scanner = f-prot6d : localhost4 PORT_S
+
+# ----- Main settings -----
+
+acl_smtp_rcpt = accept
+acl_smtp_data = c_data
+
+begin acl
+
+c_data:
+ accept !malware = * OPT
+ deny logwrite = $callout_address malware_name $malware_name
+
+# ----- Routers -----
+
+begin routers
+
+r:
+ driver = redirect
+ data = :blackhole:
+
+# End