diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-21 21:32:13 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-21 21:32:13 +0000 |
commit | b28e663219a4fa5046826d948796b982c608a6c9 (patch) | |
tree | 10894efff693aca93cefc88d1cbb25bfc5aa4950 /test/confs/4002 | |
parent | e92536936e0ea665f4cd6d12d8d7b5d5d4390110 (diff) |
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.
Diffstat (limited to 'test/confs/4002')
-rw-r--r-- | test/confs/4002 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/test/confs/4002 b/test/confs/4002 new file mode 100644 index 000000000..5ebb937a6 --- /dev/null +++ b/test/confs/4002 @@ -0,0 +1,33 @@ +# Exim test configuration 4002 +# Content-scan: aveserver 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 = aveserver : DIR/eximdir/aveserver_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 |