Pipe transport: expand the path option
[exim.git] / test / confs / 0173
index ddde76cb4f428dd01bc1191df10f5591e33deded..bfddc71e867158ef3218778b9e0f958d836ae354 100644 (file)
@@ -1,11 +1,7 @@
 # Exim test configuration 0173
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -40,6 +36,7 @@ pipe:
   driver = pipe
   return_output
   user = CALLER
+  path = ${env{PATH}}
 
 
 # ----- Retry -----