comparison xml/en/docs/mail/ngx_mail_core_module.xml @ 2471:c8f0f30e1513

Added a note about DNS spoofing to all "resolver" directives.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 02 Dec 2019 13:39:23 +0300
parents 1b0cc44de0fd
children 468e6e14e5cc
comparison
equal deleted inserted replaced
2470:504536999408 2471:c8f0f30e1513
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="13"> 13 rev="14">
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
332 </example> 332 </example>
333 <note> 333 <note>
334 Before version 1.1.9, tuning of caching time was not possible, 334 Before version 1.1.9, tuning of caching time was not possible,
335 and nginx always cached answers for the duration of 5 minutes. 335 and nginx always cached answers for the duration of 5 minutes.
336 </note> 336 </note>
337 <note>
338 To prevent DNS spoofing, it is recommended
339 configuring DNS servers in a properly secured trusted local network.
340 </note>
337 </para> 341 </para>
338 342
339 <para id="resolver_status_zone"> 343 <para id="resolver_status_zone">
340 The optional <literal>status_zone</literal> parameter (1.17.1) 344 The optional <literal>status_zone</literal> parameter (1.17.1)
341 enables 345 enables