Debug: pass ACL-initiated debug through execs
[exim.git] / test / confs / 2110
index 045f21d9a43f9eed2ee703065ed0f61ffce6d4f7..cc4a7f03279a76fe71ee98dba7b1840251eb06a4 100644 (file)
@@ -3,14 +3,9 @@
 SERVER =
 HOSTS = 127.0.0.1 : HOSTIPV4
 
-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 -----
 
@@ -48,8 +43,9 @@ send_to_server:
   driver = smtp
   allow_localhost
   hosts = HOSTS
-  hosts_require_tls = *
   port = PORT_D
+  hosts_try_fastopen = :
+  hosts_require_tls = *
 
 
 # ----- Retry -----