comparison xml/en/docs/mail/ngx_mail_pop3_module.xml @ 1924:237a10fb98d2

Clarified imap/pop3/smtp_capabilities and starttls interaction.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 06 Mar 2017 17:01:22 +0300
parents 66a30a380fba
children 9986e1f25cd7
comparison
equal deleted inserted replaced
1923:66a30a380fba 1924:237a10fb98d2
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_mail_pop3_module" 10 <module name="Module ngx_mail_pop3_module"
11 link="/en/docs/mail/ngx_mail_pop3_module.html" 11 link="/en/docs/mail/ngx_mail_pop3_module.html"
12 lang="en" 12 lang="en"
13 rev="3"> 13 rev="4">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="pop3_auth"> 17 <directive name="pop3_auth">
18 <syntax><value>method</value> ...</syntax> 18 <syntax><value>method</value> ...</syntax>
65 <para> 65 <para>
66 Sets the 66 Sets the
67 <link url="https://tools.ietf.org/html/rfc2449">POP3 protocol</link> 67 <link url="https://tools.ietf.org/html/rfc2449">POP3 protocol</link>
68 extensions list that is passed to the client in response to 68 extensions list that is passed to the client in response to
69 the <literal>CAPA</literal> command. 69 the <literal>CAPA</literal> command.
70 70 The authentication methods specified in the <link id="pop3_auth"/> directive
71 The authentication methods specified in the <link id="pop3_auth"/> and
72 (<link url="https://tools.ietf.org/html/rfc2449">SASL</link> extension) and 71 (<link url="https://tools.ietf.org/html/rfc2449">SASL</link> extension) and
73 <link url="https://tools.ietf.org/html/rfc2595">STLS</link> directives, 72 <link url="https://tools.ietf.org/html/rfc2595">STLS</link>
74 are automatically added to this list if the 73 are automatically added to this list depending on the
75 <link doc="ngx_mail_ssl_module.xml" id="starttls"/> directive is enabled. 74 <link doc="ngx_mail_ssl_module.xml" id="starttls"/> directive value.
76 </para> 75 </para>
77 76
78 <para> 77 <para>
79 It makes sense to specify the extensions 78 It makes sense to specify the extensions
80 supported by the POP3 backends 79 supported by the POP3 backends