comparison xml/en/docs/mail/ngx_mail_core_module.xml @ 3069:d4639ff91e10

Documented max_commands in mail module.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 01 Apr 2024 04:08:07 +0300
parents 9eadb98ec770
children
comparison
equal deleted inserted replaced
3068:5a0725cb366b 3069:d4639ff91e10
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="22"> 13 rev="23">
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
245 </para> 245 </para>
246 246
247 </directive> 247 </directive>
248 248
249 249
250 <directive name="max_commands">
251 <syntax><value>number</value></syntax>
252 <default>1000</default>
253 <context>mail</context>
254 <context>server</context>
255 <appeared-in>1.25.5</appeared-in>
256
257 <para>
258 Sets the maximum number of commands allowed during authentication.
259 If the limit is reached and proxying to the backend is not started yet,
260 the connection is closed.
261 </para>
262
263 </directive>
264
265
250 <directive name="max_errors"> 266 <directive name="max_errors">
251 <syntax><value>number</value></syntax> 267 <syntax><value>number</value></syntax>
252 <default>5</default> 268 <default>5</default>
253 <context>mail</context> 269 <context>mail</context>
254 <context>server</context> 270 <context>server</context>