comparison 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
comparison
equal deleted inserted replaced
2721:7041bddec07d 2722:1261698ec228
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_mail_core_module" 10 <module name="Module ngx_mail_core_module"
11 link="/en/docs/mail/ngx_mail_core_module.html" 11 link="/en/docs/mail/ngx_mail_core_module.html"
12 lang="en" 12 lang="en"
13 rev="17"> 13 rev="18">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 This module is not built by default, it should be 18 This module is not built by default, it should be
243 </para> 243 </para>
244 244
245 </directive> 245 </directive>
246 246
247 247
248 <directive name="max_errors">
249 <syntax><value>number</value></syntax>
250 <default>5</default>
251 <context>mail</context>
252 <context>server</context>
253 <appeared-in>1.21.0</appeared-in>
254
255 <para>
256 Sets the number of protocol errors after which the connection is closed.
257 </para>
258
259 </directive>
260
261
248 <directive name="protocol"> 262 <directive name="protocol">
249 <syntax> 263 <syntax>
250 <literal>imap</literal> | 264 <literal>imap</literal> |
251 <literal>pop3</literal> | 265 <literal>pop3</literal> |
252 <literal>smtp</literal></syntax> 266 <literal>smtp</literal></syntax>