Fix $mime_part_count for non-mime message on multi-message connection. Bug 2537
[exim.git] / test / confs / 2109
index 4987211e12f3334ce4a64c81a0f49c37b7e264f8..3f1465fa2217eea9663c73a600532f8d6c83404d 100644 (file)
@@ -2,14 +2,9 @@
 
 SERVER =
 
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
+.include DIR/aux-var/tls_conf_prefix
+
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/SERVER%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -59,7 +54,8 @@ send_to_server:
   driver = smtp
   allow_localhost
   hosts = 127.0.0.1
-  hosts_avoid_tls = 127.0.0.1
   port = PORT_D
+  hosts_try_fastopen = :
+  hosts_avoid_tls = 127.0.0.1
 
 # End