Early-pipe: clear unused feature bits
[users/jgh/exim.git] / test / confs / 0036
index 7d54acbee203385ee5dd2e788ba8faabc2665ce3..ded64879f49ae71a5a1db1ec815fa2727216fcc3 100644 (file)
@@ -2,15 +2,9 @@
 
 SERVER =
 
-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/SERVER%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -49,5 +43,6 @@ local_delivery:
 send_to_server:
   driver = smtp
   port = PORT_D
+  hosts_try_fastopen = :
 
 # End