debian experimental exim-daemon-heavy config
[exim.git] / test / confs / 2109
index afbb03d5d6bdc9f9f49af855053656baaa280213..3f1465fa2217eea9663c73a600532f8d6c83404d 100644 (file)
@@ -2,14 +2,9 @@
 
 SERVER =
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/tls_conf_prefix
+
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
-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