PRDR: add implementation notes in sample configuration
[exim.git] / test / confs / 0173
index 7fd9179dd2839bbb79d8ebafed851bbc1c67cf4a..bfddc71e867158ef3218778b9e0f958d836ae354 100644 (file)
@@ -1,13 +1,7 @@
 # Exim test configuration 0173
 
-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 -----
 
@@ -42,6 +36,7 @@ pipe:
   driver = pipe
   return_output
   user = CALLER
+  path = ${env{PATH}}
 
 
 # ----- Retry -----