diff 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
line wrap: on
line diff
--- a/xml/en/docs/mail/ngx_mail_core_module.xml	Thu Oct 24 21:47:42 2019 +0300
+++ b/xml/en/docs/mail/ngx_mail_core_module.xml	Tue Oct 29 19:19:25 2019 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_core_module"
         link="/en/docs/mail/ngx_mail_core_module.html"
         lang="en"
-        rev="10">
+        rev="11">
 
 <section id="summary">
 
@@ -283,8 +283,9 @@
 
 <directive name="resolver">
 <syntax>
-<value>address</value> ...
-[<literal>valid</literal>=<value>time</value>]</syntax>
+    <value>address</value> ...
+    [<literal>valid</literal>=<value>time</value>]
+    [<literal>status_zone</literal>=<value>zone</value>]</syntax>
 <syntax><literal>off</literal></syntax>
 <default>off</default>
 <context>mail</context>
@@ -321,6 +322,16 @@
 </note>
 </para>
 
+<para id="resolver_status_zone">
+The optional <literal>status_zone</literal> parameter (1.17.1)
+enables
+<link doc="../http/ngx_http_api_module.xml" id="resolvers_">collection</link>
+of DNS server statistics of requests and responses
+in the specified <value>zone</value>.
+The parameter is available as part of our
+<commercial_version>commercial subscription</commercial_version>.
+</para>
+
 <para>
 The special value <literal>off</literal> disables resolving.
 </para>