X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/376e377e2de95486a752620f8e52d270cdab5c7c..HEAD:/test/confs/4006 diff --git a/test/confs/4006 b/test/confs/4006 index 230f1159e..f8b216b99 100644 --- a/test/confs/4006 +++ b/test/confs/4006 @@ -1,15 +1,16 @@ -# Exim test configuration 4002 -# Content-scan: avast interface +# Exim test configuration 4006 +# Content-scan: clamav interface -exim_path = EXIM_PATH -host_lookup_order = bydns +OPT= +SRV=unset +CONTROL= + +.include DIR/aux-var/std_conf_prefix + +log_selector = +subject primary_hostname = myhost.test.ex -spool_directory = DIR/spool -log_file_path = DIR/spool/log/%slog -gecos_pattern = "" -gecos_name = CALLER_NAME -av_scanner = avast : DIR/eximdir/avast_sock : OPTION +av_scanner = clamd : SRV CONTROL # ----- Main settings ----- @@ -19,7 +20,7 @@ acl_smtp_data = c_data begin acl c_data: - accept !malware = * + accept !malware = * OPT deny logwrite = malware_name $malware_name # ----- Routers -----