diff xml/en/docs/mail/ngx_mail_core_module.xml @ 2722:1261698ec228

Documented the max_errors directive for mail.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 17 May 2021 12:30:21 +0100
parents 5f961aa083db
children 00afc7c4d4df
line wrap: on
line diff
--- a/xml/en/docs/mail/ngx_mail_core_module.xml	Wed Apr 28 22:37:48 2021 +0100
+++ b/xml/en/docs/mail/ngx_mail_core_module.xml	Mon May 17 12:30:21 2021 +0100
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_core_module"
         link="/en/docs/mail/ngx_mail_core_module.html"
         lang="en"
-        rev="17">
+        rev="18">
 
 <section id="summary">
 
@@ -245,6 +245,20 @@
 </directive>
 
 
+<directive name="max_errors">
+<syntax><value>number</value></syntax>
+<default>5</default>
+<context>mail</context>
+<context>server</context>
+<appeared-in>1.21.0</appeared-in>
+
+<para>
+Sets the number of protocol errors after which the connection is closed.
+</para>
+
+</directive>
+
+
 <directive name="protocol">
 <syntax>
   <literal>imap</literal> |