Lookups: avoid leaking user/passwd from server spec to log. Bug 3066
[exim.git] / test / confs / 0392
index 9b062526baa2d2c4ae84ff003557cda586898aa0..95feb39bdf30ccd0dd089f7a26a20952bd43af51 100644 (file)
@@ -1,14 +1,8 @@
 # Exim test configuration 0392
 
-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,9 +28,11 @@ begin transports
 
 t1:
   driver = smtp
+  hosts_try_fastopen = :
 
 t2:
   driver = smtp
+  hosts_try_fastopen = :
 
 
 # End