comparison xml/en/docs/mail/ngx_mail_core_module.xml @ 2451:721f78cff4ef

Documented resolver statistics for stream and mail.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 29 Oct 2019 19:19:25 +0300
parents 351cefd5ff9c
children 4487310de7e7
comparison
equal deleted inserted replaced
2450:a26a42699207 2451:721f78cff4ef
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="10"> 13 rev="11">
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
281 </directive> 281 </directive>
282 282
283 283
284 <directive name="resolver"> 284 <directive name="resolver">
285 <syntax> 285 <syntax>
286 <value>address</value> ... 286 <value>address</value> ...
287 [<literal>valid</literal>=<value>time</value>]</syntax> 287 [<literal>valid</literal>=<value>time</value>]
288 [<literal>status_zone</literal>=<value>zone</value>]</syntax>
288 <syntax><literal>off</literal></syntax> 289 <syntax><literal>off</literal></syntax>
289 <default>off</default> 290 <default>off</default>
290 <context>mail</context> 291 <context>mail</context>
291 <context>server</context> 292 <context>server</context>
292 293
319 Before version 1.1.9, tuning of caching time was not possible, 320 Before version 1.1.9, tuning of caching time was not possible,
320 and nginx always cached answers for the duration of 5 minutes. 321 and nginx always cached answers for the duration of 5 minutes.
321 </note> 322 </note>
322 </para> 323 </para>
323 324
325 <para id="resolver_status_zone">
326 The optional <literal>status_zone</literal> parameter (1.17.1)
327 enables
328 <link doc="../http/ngx_http_api_module.xml" id="resolvers_">collection</link>
329 of DNS server statistics of requests and responses
330 in the specified <value>zone</value>.
331 The parameter is available as part of our
332 <commercial_version>commercial subscription</commercial_version>.
333 </para>
334
324 <para> 335 <para>
325 The special value <literal>off</literal> disables resolving. 336 The special value <literal>off</literal> disables resolving.
326 </para> 337 </para>
327 338
328 </directive> 339 </directive>