From a60f6c07eea74e79b88828295a191e79595d8960 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 21 Dec 2014 21:32:13 +0000 Subject: Testsuite: cases for malware= interfaces to f-protd, aveserver, fsecure, soophie & clamav There are running against scripts not the rea thing so only useful for spotting gross breakage. --- test/confs/4003 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 test/confs/4003 (limited to 'test/confs/4003') diff --git a/test/confs/4003 b/test/confs/4003 new file mode 100644 index 000000000..e2d65baa1 --- /dev/null +++ b/test/confs/4003 @@ -0,0 +1,33 @@ +# Exim test configuration 4002 +# Content-scan: fsecure interface + +exim_path = EXIM_PATH +host_lookup_order = bydns +primary_hostname = myhost.test.ex +spool_directory = DIR/spool +log_file_path = DIR/spool/log/%slog +gecos_pattern = "" +gecos_name = CALLER_NAME + +av_scanner = fsecure : DIR/eximdir/fsec_sock + +# ----- Main settings ----- + +acl_smtp_rcpt = accept +acl_smtp_data = c_data + +begin acl + +c_data: + accept !malware = * + deny logwrite = malware_name $malware_name + +# ----- Routers ----- + +begin routers + +r: + driver = redirect + data = :blackhole: + +# End -- cgit v1.2.3