X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/0e42da1b15894b66e3726d8ce0e41e25bdc21149..HEAD:/test/confs/4003 diff --git a/test/confs/4003 b/test/confs/4003 index 7fbd61ba0..043a1eccb 100644 --- a/test/confs/4003 +++ b/test/confs/4003 @@ -1,16 +1,17 @@ # Exim test configuration 4002 -# Content-scan: fsecure interface +# Content-scan: spamassassin interface + +OPT= 127.0.0.1 7833 + +.include DIR/aux-var/std_conf_prefix -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 log_selector = +subject +primary_hostname = myhost.test.ex + +# we need to set the sender +trusted_users = CALLER -av_scanner = fsecure : DIR/eximdir/fsec_sock +spamd_address = OPT # ----- Main settings ----- @@ -20,8 +21,11 @@ acl_smtp_data = c_data begin acl c_data: - accept !malware = <; * OPT - deny logwrite = malware_name $malware_name + warn + spam = nobody + warn + log_message = $callout_address $spam_action $spam_report + accept # ----- Routers -----