From 71b32d412ac4792ca5e8d4a697afddb46c407bd9 Mon Sep 17 00:00:00 2001 From: Andrew Colin Kissa Date: Sun, 12 Mar 2017 19:14:47 +0000 Subject: Malware: new connection type "f-prot6d" for FPSCAND protocol over TCP --- test/confs/4011 | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 test/confs/4011 (limited to 'test/confs/4011') diff --git a/test/confs/4011 b/test/confs/4011 new file mode 100644 index 000000000..7be64dc6d --- /dev/null +++ b/test/confs/4011 @@ -0,0 +1,29 @@ +# Exim test configuration 4011 +# 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 -- cgit v1.2.3