X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F4000;h=81afa5f2debea22c2c956252bc16e9f7d174a1ca;hb=730acb14092de4443ba3c5c38532f3ca9b3e75d3;hp=febe9a5e76e20624ba4f6020343ba8e074bb4af6;hpb=93cad488cb2c9a31aea345c8910a9f9c5815071c;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/4000 b/test/confs/4000 index febe9a5e7..81afa5f2d 100644 --- a/test/confs/4000 +++ b/test/confs/4000 @@ -1,13 +1,9 @@ # Exim test configuration 4000 -exim_path = EXIM_PATH -host_lookup_order = bydns +.include DIR/aux-var/std_conf_prefix + +log_selector = +subject primary_hostname = myhost.test.ex -rfc1413_query_timeout = 0s -spool_directory = DIR/spool -log_file_path = DIR/spool/log/%slog -gecos_pattern = "" -gecos_name = CALLER_NAME # ----- Main settings ----- @@ -21,6 +17,10 @@ acl_smtp_mime = check_mime begin acl check_mime: +.ifdef BAD + deny message = this is a deny from the mime acl +.endif + warn decode = default add_header = X-$mime_part_count-content-type: $mime_content_type\n\ X-$mime_part_count-filename: $mime_filename\n\ @@ -53,6 +53,7 @@ begin transports t1: driver = appendfile file = DIR/test-mail/$local_part + create_file = DIR/test-mail user = CALLER