Make smtp_accept_max_per_connection expanded
[exim.git] / doc / doc-txt / NewStuff
index abbcf4c6c4c0f09dd3c3f8d8ca0a2dc7e4d8f061..50f7b435777e1f0c0d01df8fe4188eecb336a09f 100644 (file)
@@ -38,6 +38,15 @@ Version 4.95
 
 10. A command-line option to have a daemon not create a notifier socket.
 
+11. Faster TLS startup.  When various configuration options contain no
+    expandable elements, the information can be preloaded and cached rather
+    than the provious behaviour of always loading at startup time for every
+    connection.  This helps particularly for the CA bundle.
+
+12. Proxy Protocol Timeout is configurable via "proxy_protocol_timeout"
+    main config option.
+
+13. Option "smtp_accept_msx_per_connection" is now expanded.
 
 Version 4.94
 ------------