comparison xml/en/docs/mail/ngx_mail_smtp_module.xml @ 1887:9af1e88e10c8

Documented SASL EXTERNAL support in mail.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 16 Jan 2017 12:33:15 +0300
parents 88c0d96b9825
children 66a30a380fba
comparison
equal deleted inserted replaced
1886:6299f9cabfe4 1887:9af1e88e10c8
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_mail_smtp_module" 10 <module name="Module ngx_mail_smtp_module"
11 link="/en/docs/mail/ngx_mail_smtp_module.html" 11 link="/en/docs/mail/ngx_mail_smtp_module.html"
12 lang="en" 12 lang="en"
13 rev="2"> 13 rev="3">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="smtp_auth"> 17 <directive name="smtp_auth">
18 <syntax><value>method</value> ...</syntax> 18 <syntax><value>method</value> ...</syntax>
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="http://tools.ietf.org/html/rfc2195">AUTH CRAM-MD5</link>. 42 <link url="http://tools.ietf.org/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>
45
46 <tag-name><literal>external</literal></tag-name>
47 <tag-desc>
48 <link url="http://tools.ietf.org/html/rfc4422">AUTH EXTERNAL</link> (1.11.6).
44 </tag-desc> 49 </tag-desc>
45 50
46 <tag-name><literal>none</literal></tag-name> 51 <tag-name><literal>none</literal></tag-name>
47 <tag-desc> 52 <tag-desc>
48 Authentication is not required. 53 Authentication is not required.