Lookups: fix dbmnz crash on zero-length datum. Bug 3079
[exim.git] / test / confs / 5300
index cda78f89ed9705852f8f2ab399e29a83d1473019..165e0ea08eaffbf881ac0bf7dff89a0c9a35046d 100644 (file)
@@ -2,15 +2,9 @@
 
 ALLOW=true
 
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -25,6 +19,7 @@ begin transports
 
 t1:
   driver = smtp
+  hosts_try_fastopen = :
 
 # ----- Routers -----