comparison xml/en/docs/mail/ngx_mail_smtp_module.xml @ 2831:4add6ae1296f

Updated links to datatracker.ietf.org.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 26 Jan 2022 16:26:47 +0300
parents 9986e1f25cd7
children 7b7dbaa7d777
comparison
equal deleted inserted replaced
2830:419b081fd2fa 2831:4add6ae1296f
20 <context>mail</context> 20 <context>mail</context>
21 <context>server</context> 21 <context>server</context>
22 22
23 <para> 23 <para>
24 Sets permitted methods of 24 Sets permitted methods of
25 <link url="https://tools.ietf.org/html/rfc2554">SASL authentication</link> 25 <link url="https://datatracker.ietf.org/doc/html/rfc2554">SASL authentication</link>
26 for SMTP clients. 26 for SMTP clients.
27 Supported methods are: 27 Supported methods are:
28 <list type="tag"> 28 <list type="tag">
29 29
30 <tag-name><literal>plain</literal></tag-name> 30 <tag-name><literal>plain</literal></tag-name>
31 <tag-desc> 31 <tag-desc>
32 <link url="https://tools.ietf.org/html/rfc4616">AUTH PLAIN</link> 32 <link url="https://datatracker.ietf.org/doc/html/rfc4616">AUTH PLAIN</link>
33 </tag-desc> 33 </tag-desc>
34 34
35 <tag-name><literal>login</literal></tag-name> 35 <tag-name><literal>login</literal></tag-name>
36 <tag-desc> 36 <tag-desc>
37 <link url="https://tools.ietf.org/html/draft-murchison-sasl-login-00">AUTH LOGIN</link> 37 <link url="https://datatracker.ietf.org/doc/html/draft-murchison-sasl-login-00">AUTH LOGIN</link>
38 </tag-desc> 38 </tag-desc>
39 39
40 <tag-name><literal>cram-md5</literal></tag-name> 40 <tag-name><literal>cram-md5</literal></tag-name>
41 <tag-desc> 41 <tag-desc>
42 <link url="https://tools.ietf.org/html/rfc2195">AUTH CRAM-MD5</link>. 42 <link url="https://datatracker.ietf.org/doc/html/rfc2195">AUTH CRAM-MD5</link>.
43 In order for this method to work, the password must be stored unencrypted. 43 In order for this method to work, the password must be stored unencrypted.
44 </tag-desc> 44 </tag-desc>
45 45
46 <tag-name><literal>external</literal></tag-name> 46 <tag-name><literal>external</literal></tag-name>
47 <tag-desc> 47 <tag-desc>
48 <link url="https://tools.ietf.org/html/rfc4422">AUTH EXTERNAL</link> (1.11.6). 48 <link url="https://datatracker.ietf.org/doc/html/rfc4422">AUTH EXTERNAL</link> (1.11.6).
49 </tag-desc> 49 </tag-desc>
50 50
51 <tag-name><literal>none</literal></tag-name> 51 <tag-name><literal>none</literal></tag-name>
52 <tag-desc> 52 <tag-desc>
53 Authentication is not required. 53 Authentication is not required.
78 <para> 78 <para>
79 Sets the SMTP protocol extensions list 79 Sets the SMTP protocol extensions list
80 that is passed to the client in response to the 80 that is passed to the client in response to the
81 <literal>EHLO</literal> command. 81 <literal>EHLO</literal> command.
82 The authentication methods specified in the <link id="smtp_auth"/> directive and 82 The authentication methods specified in the <link id="smtp_auth"/> directive and
83 <link url="https://tools.ietf.org/html/rfc3207">STARTTLS</link> 83 <link url="https://datatracker.ietf.org/doc/html/rfc3207">STARTTLS</link>
84 are automatically added to this list depending on the 84 are automatically added to this list depending on the
85 <link doc="ngx_mail_ssl_module.xml" id="starttls"/> directive value. 85 <link doc="ngx_mail_ssl_module.xml" id="starttls"/> directive value.
86 </para> 86 </para>
87 87
88 <para> 88 <para>