diff xml/ru/docs/mail/ngx_mail_pop3_module.xml @ 2737:9986e1f25cd7

Improved pop3_auth, imap_auth, and smtp_auth descriptions. Notably, now it is outlined that plain text authentication methods are always enabled. Previously this was only documented in the pop3_auth directive description.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 10 Jun 2021 18:34:55 +0300
parents 237a10fb98d2
children 4add6ae1296f
line wrap: on
line diff
--- a/xml/ru/docs/mail/ngx_mail_pop3_module.xml	Thu Jun 10 18:34:32 2021 +0300
+++ b/xml/ru/docs/mail/ngx_mail_pop3_module.xml	Thu Jun 10 18:34:55 2021 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_mail_pop3_module"
         link="/ru/docs/mail/ngx_mail_pop3_module.html"
         lang="ru"
-        rev="4">
+        rev="5">
 
 <section id="directives" name="Директивы">
 
@@ -29,8 +29,7 @@
 <tag-desc>
 <link url="https://tools.ietf.org/html/rfc1939">USER/PASS</link>,
 <link url="https://tools.ietf.org/html/rfc4616">AUTH PLAIN</link>,
-<link url="https://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH LOGIN</link>.
-Данные методы отключить нельзя.
+<link url="https://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH LOGIN</link>
 </tag-desc>
 
 <tag-name><literal>apop</literal></tag-name>
@@ -53,6 +52,15 @@
 </list>
 </para>
 
+<para>
+Методы аутентификации с передачей пароля открытым текстом
+(<literal>USER/PASS</literal>, <literal>AUTH PLAIN</literal>
+и <literal>AUTH LOGIN</literal>) включены всегда,
+однако если метод <literal>plain</literal> не указан, то
+<literal>AUTH PLAIN</literal> и <literal>AUTH LOGIN</literal>
+не будут автоматически добавляться в <link id="pop3_capabilities"/>.
+</para>
+
 </directive>