Lookups: avoid leaking user/passwd from server spec to log. Bug 3066
[exim.git] / test / confs / 0519
index c516fa84cfc3c73f4738122e2b4160abbf4f5fa0..98d55a2b34c9137832214308a66d9e737919a854 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 0519
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -30,6 +25,7 @@ t1:
   driver = smtp
   hosts = 127.0.0.1 : non-exist.test.ex
   port = PORT_S
+  hosts_try_fastopen = :
   allow_localhost
 
 # End