Lookups: avoid leaking user/passwd from server spec to log. Bug 3066
[exim.git] / test / confs / 0196
index 096aa30ab843dd00412195f240b5dab3f8806942..23bed12674434247e3d204686cb360a5667ce5f9 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 0196
 
-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
-tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -47,6 +42,7 @@ begin transports
 local_delivery:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 # End