OCSP Stapling support, under EXPERIMENTAL_OCSP.
[exim.git] / doc / doc-txt / NewStuff
index 2872d241f0f74857095d85ba1b521e3c4e44142e..96839cde6fdf0c48fcd20753d7a35371aa6b70dc 100644 (file)
@@ -56,6 +56,20 @@ Version 4.78
 
     Currently OpenSSL only.
 
+ 8. The existing "accept_8bitmime" option now defaults to true.  This means
+    that Exim is deliberately not strictly RFC compliant.  We're following
+    Dan Bernstein's advice in http://cr.yp.to/smtp/8bitmime.html by default.
+    Those who disagree, or know that they are talking to mail servers that,
+    even today, are not 8-bit clean, need to turn off this option.
+
+ 9. With OpenSSL, if built with EXPERIMENTAL_OCSP, a new option tls_ocsp_file
+    is now available.  If the contents of the file are valid, then Exim will
+    send that back in response to a TLS status request; this is OCSP Stapling.
+    Exim will not maintain the contents of the file in any way: administrators
+    are responsible for ensuring that it is up-to-date.
+
+    See "experimental-spec.txt" for more details.
+
 
 Version 4.77
 ------------