Testsuite: use name for nonexistent host that the testsuite forces to not-resolve
[exim.git] / test / confs / 0417
index e107c5a6eb8ed55b5c75f2a696ecfc024ed8f344..2f3ed5df46786b6e4e598a59eb492c224561472d 100644 (file)
@@ -2,14 +2,8 @@
 
 RETURN_ERROR_DETAILS = false
 
-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 -----
 
@@ -43,5 +37,6 @@ begin transports
 
 t1:
   driver = smtp
+  hosts_try_fastopen = :
 
 # End