comparison xml/en/docs/mail/ngx_mail_smtp_module.xml @ 1065:88c0d96b9825

Documented the smtp_auth "none" method. Provided with exemplary auth request.
author Sergey Kandaurov <pluknet@nginx.com>
date Sat, 08 Feb 2014 17:42:40 +0400
parents 95c3c3bbf1ce
children 9af1e88e10c8
comparison
equal deleted inserted replaced
1064:3ee0ba5f4f08 1065:88c0d96b9825
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="1"> 13 rev="2">
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>none</literal></tag-name>
47 <tag-desc>
48 Authentication is not required.
44 </tag-desc> 49 </tag-desc>
45 50
46 </list> 51 </list>
47 </para> 52 </para>
48 53