OpenSSL: in server, detect TCP RST from client after QUIT under SSL,
[users/heiko/exim.git] / doc / doc-txt / experimental-spec.txt
index 68366a4a944bcf5f15d7f241b6b51a45af8b4ddf..e4a9301c312bf424f2cde3db4d79452cf6abd117 100644 (file)
@@ -666,6 +666,20 @@ and a whitespace-separated port number must be given.
 
 
 
+
+Logging protocol unusual states
+---------------------------------------------------------------
+An extra log_selector, "protocol_detail" has been added in the default build.
+The name may change in future, hence the Experimenal status.
+
+Currrently the only effect is to enable logging, under OpenSSL,
+of a TCP RST received directly after a QUIT (in server mode).
+
+Outlook is consistently doing this; not waiting for the SMTP response
+to its QUIT, not properly closing the TLS session and not properly closing
+the TCP connection.  Previously this resulted is an error from SSL_write
+being logged.
+
 --------------------------------------------------------------
 End of file
 --------------------------------------------------------------