X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/a108e3eae2841ec938041460bcb201e15131c17f..ce80533b305c56d57cb7ec1484491f191132cf84:/test/confs/4010 diff --git a/test/confs/4010 b/test/confs/4010 deleted file mode 120000 index eb8888460..000000000 --- a/test/confs/4010 +++ /dev/null @@ -1 +0,0 @@ -4009 \ No newline at end of file diff --git a/test/confs/4010 b/test/confs/4010 new file mode 100644 index 000000000..d7998dc49 --- /dev/null +++ b/test/confs/4010 @@ -0,0 +1,30 @@ +# Exim test configuration 4010 +# Content-scan: fsecure interface + +.include DIR/aux-var/std_conf_prefix + +log_selector = +subject +primary_hostname = myhost.test.ex + +av_scanner = fsecure : DIR/eximdir/fsec_sock + +# ----- Main settings ----- + +acl_smtp_rcpt = accept +acl_smtp_data = c_data + +begin acl + +c_data: + accept !malware = <; * OPT + deny logwrite = malware_name $malware_name + +# ----- Routers ----- + +begin routers + +r: + driver = redirect + data = :blackhole: + +# End