X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/bc3c7bb7d4aba3e563434e5627fe1f2176aa18c0..3c90bbcdc7cf73298156f7bcd5f5e750e7814e72:/test/confs/0612 diff --git a/test/confs/0612 b/test/confs/0612 index cac65b184..84260df65 100644 --- a/test/confs/0612 +++ b/test/confs/0612 @@ -1,15 +1,9 @@ # Exim test configuration 0612 # log_defer_output on pipe transport -exim_path = EXIM_PATH -keep_environment = -host_lookup_order = bydns +.include DIR/aux-var/std_conf_prefix + primary_hostname = myhost.test.ex -spool_directory = DIR/spool -log_file_path = DIR/spool/log/%slog -gecos_pattern = "" -gecos_name = CALLER_NAME -tls_advertise_hosts = # ----- Main settings ----- @@ -34,6 +28,7 @@ pipe: temp_errors = * command = perl -e "print 'Hi from pipe'; exit 5;" log_defer_output = true + path = ${env{PATH}} # ----- Retry -----