comparison 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
comparison
equal deleted inserted replaced
2736:48004177276d 2737:9986e1f25cd7
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Модуль ngx_mail_pop3_module" 10 <module name="Модуль ngx_mail_pop3_module"
11 link="/ru/docs/mail/ngx_mail_pop3_module.html" 11 link="/ru/docs/mail/ngx_mail_pop3_module.html"
12 lang="ru" 12 lang="ru"
13 rev="4"> 13 rev="5">
14 14
15 <section id="directives" name="Директивы"> 15 <section id="directives" name="Директивы">
16 16
17 <directive name="pop3_auth"> 17 <directive name="pop3_auth">
18 <syntax><value>метод</value> ...</syntax> 18 <syntax><value>метод</value> ...</syntax>
27 27
28 <tag-name><literal>plain</literal></tag-name> 28 <tag-name><literal>plain</literal></tag-name>
29 <tag-desc> 29 <tag-desc>
30 <link url="https://tools.ietf.org/html/rfc1939">USER/PASS</link>, 30 <link url="https://tools.ietf.org/html/rfc1939">USER/PASS</link>,
31 <link url="https://tools.ietf.org/html/rfc4616">AUTH PLAIN</link>, 31 <link url="https://tools.ietf.org/html/rfc4616">AUTH PLAIN</link>,
32 <link url="https://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH LOGIN</link>. 32 <link url="https://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH LOGIN</link>
33 Данные методы отключить нельзя.
34 </tag-desc> 33 </tag-desc>
35 34
36 <tag-name><literal>apop</literal></tag-name> 35 <tag-name><literal>apop</literal></tag-name>
37 <tag-desc> 36 <tag-desc>
38 <link url="https://tools.ietf.org/html/rfc1939">APOP</link>. 37 <link url="https://tools.ietf.org/html/rfc1939">APOP</link>.
49 <tag-desc> 48 <tag-desc>
50 <link url="https://tools.ietf.org/html/rfc4422">AUTH EXTERNAL</link> (1.11.6). 49 <link url="https://tools.ietf.org/html/rfc4422">AUTH EXTERNAL</link> (1.11.6).
51 </tag-desc> 50 </tag-desc>
52 51
53 </list> 52 </list>
53 </para>
54
55 <para>
56 Методы аутентификации с передачей пароля открытым текстом
57 (<literal>USER/PASS</literal>, <literal>AUTH PLAIN</literal>
58 и <literal>AUTH LOGIN</literal>) включены всегда,
59 однако если метод <literal>plain</literal> не указан, то
60 <literal>AUTH PLAIN</literal> и <literal>AUTH LOGIN</literal>
61 не будут автоматически добавляться в <link id="pop3_capabilities"/>.
54 </para> 62 </para>
55 63
56 </directive> 64 </directive>
57 65
58 66