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