X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/bc3c7bb7d4aba3e563434e5627fe1f2176aa18c0..0851a3bbf4667081d47f5d85b6b3a5cb33cbdba6:/test/confs/0174 diff --git a/test/confs/0174 b/test/confs/0174 index ece486e34..5498e2bee 100644 --- a/test/confs/0174 +++ b/test/confs/0174 @@ -1,13 +1,7 @@ # Exim test configuration 0174 -exim_path = EXIM_PATH -keep_environment = -host_lookup_order = bydns -spool_directory = DIR/spool -log_file_path = DIR/spool/log/%slog -gecos_pattern = "" -gecos_name = CALLER_NAME -tls_advertise_hosts = +.include DIR/aux-var/std_conf_prefix + # ----- Main settings ----- @@ -58,7 +52,7 @@ begin transports appendfile: driver = appendfile - file = DIR/test-mail/$local_part + file = DIR/test-mail/${bless:$local_part} user = CALLER pipe: @@ -69,6 +63,7 @@ pipe: message_prefix = return_output user = CALLER + path = ${env{PATH}} # ----- Retry -----