Support wire-format spoolfiles
[exim.git] / test / confs / 0612
index 7730457525229e0741d88d5a31f98d22d03ce498..84260df657d6fa913f7651d29950682a75637de2 100644 (file)
@@ -1,13 +1,9 @@
 # Exim test configuration 0612
 # log_defer_output on pipe transport
 
-exim_path = EXIM_PATH
-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
 
 # ----- Main settings -----
 
@@ -32,6 +28,7 @@ pipe:
     temp_errors = *
     command     = perl -e "print 'Hi from pipe'; exit 5;"
     log_defer_output = true
+    path       = ${env{PATH}}
 
 # ----- Retry -----