X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/afda344b580b54a4513569720aec3260cd5ba546..92562f63be6fae2526d68171d60bf87027551f88:/test/confs/0270 diff --git a/test/confs/0270 b/test/confs/0270 index f05958861..e09ff0e76 100644 --- a/test/confs/0270 +++ b/test/confs/0270 @@ -1,13 +1,8 @@ # Exim test configuration 0270 -exim_path = EXIM_PATH -host_lookup_order = bydns +.include DIR/aux-var/std_conf_prefix + 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 ----- @@ -20,7 +15,7 @@ begin transports t1: driver = appendfile - file = DIR/test-mail/$local_part + file = DIR/test-mail/${bless:$local_part} user = CALLER envelope_to_add return_path_add @@ -34,14 +29,14 @@ r1: skip_syntax_errors local_parts = ^list syntax_errors_to = postmaster@test.ex - file = DIR/aux-fixed/TESTNUM.$local_part + file = DIR/aux-fixed/TESTNUM.${bless:$local_part} r1a: driver = redirect skip_syntax_errors local_parts = ^nmlist syntax_errors_to = postmaster@test.ex - file = DIR/aux-fixed/TESTNUM.$local_part + file = DIR/aux-fixed/TESTNUM.${bless:$local_part} no_more r2: @@ -51,7 +46,7 @@ r2: syntax_errors_to = postmaster@test.ex syntax_errors_text = "There's an error in your filter file.\n\ The file has been ignored." - file = DIR/aux-fixed/TESTNUM.$local_part + file = DIR/aux-fixed/TESTNUM.${bless:$local_part} allow_filter router_home_directory = DIR/ user = CALLER