Hintsdb: fix build config phase for sqlite
[exim.git] / test / confs / 0292
index 1dd0769d0e69b69a30dd8e0779268040345e329b..d3ea4f342f78efa06d9148b3da4b840beacfae0e 100644 (file)
@@ -1,14 +1,9 @@
 # Exim test configuration 0292
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-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
+.include DIR/aux-var/std_conf_prefix
+
 trusted_users = CALLER
+primary_hostname = myhost.test.ex
 
 # ----- Main settings -----
 
@@ -43,6 +38,7 @@ t1:
 
 t2:
   driver = smtp
+  hosts_try_fastopen = :
   debug_print = \$host=$host \$host_address=$host_address
 
 # End