Testsuite: move dsearch-dependent testcase
[exim.git] / test / confs / 0426
index 438b284295511c1cb87389b895c560746db53d51..c5b773fae2f5b3e4a28e0c3d91bea8c176e68f56 100644 (file)
@@ -1,12 +1,7 @@
 # Exim test configuration 0426
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -34,7 +29,7 @@ begin transports
 t1:
   driver = smtp
   port = PORT_S
-  interface = ${if eq {$host}{127.0.0.1} {127.0.0.1}}
+  hosts_try_fastopen = :
 
 
 # End