Lookups: fix dbmnz crash on zero-length datum. Bug 3079
[exim.git] / test / confs / 3404
index afff4bf7320e471048666a2ef8e7a5f24b380855..73cb524b0f1ebb2337a7aa78a444b15eae32e472 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 3404
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 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
 
 # ----- Main settings -----
 
@@ -27,6 +22,7 @@ login:
   driver = plaintext
   public_name = LOGIN
   client_send = :userx:secret
+  client_ignore_invalid_base64
 
 
 # ----- Routers -----
@@ -47,8 +43,9 @@ begin transports
 
 smtp:
   driver = smtp
-  hosts_try_auth = *
   port = PORT_S
+  hosts_try_fastopen = :
+  hosts_try_auth = *
 
 
 # ----- Retry -----