Hintsdb: fix build config phase for sqlite
[exim.git] / test / confs / 0145
index ab8cc6691c5d0bcc3caa6556cc37f0fb354d3aab..c7d8c8612b0178eea12307e852b4cdf8982d52c4 100644 (file)
@@ -1,14 +1,9 @@
 # Exim test configuration 0145
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-primary_hostname = myhost.test.ex
+.include DIR/aux-var/std_conf_prefix
+
 qualify_domain = test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
+primary_hostname = myhost.test.ex
 
 # ----- Main settings -----
 
@@ -40,6 +35,7 @@ begin transports
 
 smtp:
   driver = smtp
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----