changeset 1887:9af1e88e10c8

Documented SASL EXTERNAL support in mail.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 16 Jan 2017 12:33:15 +0300
parents 6299f9cabfe4
children 3ed02f21146b
files xml/en/docs/mail/ngx_mail_auth_http_module.xml xml/en/docs/mail/ngx_mail_imap_module.xml xml/en/docs/mail/ngx_mail_pop3_module.xml xml/en/docs/mail/ngx_mail_smtp_module.xml xml/ru/docs/mail/ngx_mail_auth_http_module.xml xml/ru/docs/mail/ngx_mail_imap_module.xml xml/ru/docs/mail/ngx_mail_pop3_module.xml xml/ru/docs/mail/ngx_mail_smtp_module.xml
diffstat 8 files changed, 40 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/mail/ngx_mail_auth_http_module.xml	Thu Oct 27 21:02:10 2016 +0300
+++ b/xml/en/docs/mail/ngx_mail_auth_http_module.xml	Mon Jan 16 12:33:15 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_auth_http_module"
         link="/en/docs/mail/ngx_mail_auth_http_module.html"
         lang="en"
-        rev="8">
+        rev="9">
 
 <section id="directives" name="Directives">
 
@@ -96,7 +96,7 @@
 <example>
 GET /auth HTTP/1.0
 Host: localhost
-Auth-Method: plain # plain/apop/cram-md5
+Auth-Method: plain # plain/apop/cram-md5/external
 Auth-User: user
 Auth-Pass: password
 Auth-Protocol: imap # imap/pop3/smtp
--- a/xml/en/docs/mail/ngx_mail_imap_module.xml	Thu Oct 27 21:02:10 2016 +0300
+++ b/xml/en/docs/mail/ngx_mail_imap_module.xml	Mon Jan 16 12:33:15 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_imap_module"
         link="/en/docs/mail/ngx_mail_imap_module.html"
         lang="en"
-        rev="1">
+        rev="2">
 
 <section id="directives" name="Directives">
 
@@ -41,6 +41,11 @@
 In order for this method to work, the password must be stored unencrypted.
 </tag-desc>
 
+<tag-name><literal>external</literal></tag-name>
+<tag-desc>
+<link url="http://tools.ietf.org/html/rfc4422">AUTH=EXTERNAL</link> (1.11.6).
+</tag-desc>
+
 </list>
 </para>
 
--- a/xml/en/docs/mail/ngx_mail_pop3_module.xml	Thu Oct 27 21:02:10 2016 +0300
+++ b/xml/en/docs/mail/ngx_mail_pop3_module.xml	Mon Jan 16 12:33:15 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_pop3_module"
         link="/en/docs/mail/ngx_mail_pop3_module.html"
         lang="en"
-        rev="1">
+        rev="2">
 
 <section id="directives" name="Directives">
 
@@ -45,6 +45,11 @@
 In order for this method to work, the password must be stored unencrypted.
 </tag-desc>
 
+<tag-name><literal>external</literal></tag-name>
+<tag-desc>
+<link url="http://tools.ietf.org/html/rfc4422">AUTH EXTERNAL</link> (1.11.6).
+</tag-desc>
+
 </list>
 </para>
 
--- a/xml/en/docs/mail/ngx_mail_smtp_module.xml	Thu Oct 27 21:02:10 2016 +0300
+++ b/xml/en/docs/mail/ngx_mail_smtp_module.xml	Mon Jan 16 12:33:15 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_smtp_module"
         link="/en/docs/mail/ngx_mail_smtp_module.html"
         lang="en"
-        rev="2">
+        rev="3">
 
 <section id="directives" name="Directives">
 
@@ -43,6 +43,11 @@
 In order for this method to work, the password must be stored unencrypted.
 </tag-desc>
 
+<tag-name><literal>external</literal></tag-name>
+<tag-desc>
+<link url="http://tools.ietf.org/html/rfc4422">AUTH EXTERNAL</link> (1.11.6).
+</tag-desc>
+
 <tag-name><literal>none</literal></tag-name>
 <tag-desc>
 Authentication is not required.
--- a/xml/ru/docs/mail/ngx_mail_auth_http_module.xml	Thu Oct 27 21:02:10 2016 +0300
+++ b/xml/ru/docs/mail/ngx_mail_auth_http_module.xml	Mon Jan 16 12:33:15 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_mail_auth_http_module"
         link="/ru/docs/mail/ngx_mail_auth_http_module.html"
         lang="ru"
-        rev="8">
+        rev="9">
 
 <section id="directives" name="Директивы">
 
@@ -95,7 +95,7 @@
 <example>
 GET /auth HTTP/1.0
 Host: localhost
-Auth-Method: plain # plain/apop/cram-md5
+Auth-Method: plain # plain/apop/cram-md5/external
 Auth-User: user
 Auth-Pass: password
 Auth-Protocol: imap # imap/pop3/smtp
--- a/xml/ru/docs/mail/ngx_mail_imap_module.xml	Thu Oct 27 21:02:10 2016 +0300
+++ b/xml/ru/docs/mail/ngx_mail_imap_module.xml	Mon Jan 16 12:33:15 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_mail_imap_module"
         link="/ru/docs/mail/ngx_mail_imap_module.html"
         lang="ru"
-        rev="1">
+        rev="2">
 
 <section id="directives" name="Директивы">
 
@@ -41,6 +41,11 @@
 Для работы этого метода пароль должен храниться в незашифрованном виде.
 </tag-desc>
 
+<tag-name><literal>external</literal></tag-name>
+<tag-desc>
+<link url="http://tools.ietf.org/html/rfc4422">AUTH=EXTERNAL</link> (1.11.6).
+</tag-desc>
+
 </list>
 </para>
 
--- a/xml/ru/docs/mail/ngx_mail_pop3_module.xml	Thu Oct 27 21:02:10 2016 +0300
+++ b/xml/ru/docs/mail/ngx_mail_pop3_module.xml	Mon Jan 16 12:33:15 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_mail_pop3_module"
         link="/ru/docs/mail/ngx_mail_pop3_module.html"
         lang="ru"
-        rev="1">
+        rev="2">
 
 <section id="directives" name="Директивы">
 
@@ -45,6 +45,11 @@
 Для работы этого метода пароль должен храниться в незашифрованном виде.
 </tag-desc>
 
+<tag-name><literal>external</literal></tag-name>
+<tag-desc>
+<link url="http://tools.ietf.org/html/rfc4422">AUTH EXTERNAL</link> (1.11.6).
+</tag-desc>
+
 </list>
 </para>
 
--- a/xml/ru/docs/mail/ngx_mail_smtp_module.xml	Thu Oct 27 21:02:10 2016 +0300
+++ b/xml/ru/docs/mail/ngx_mail_smtp_module.xml	Mon Jan 16 12:33:15 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_mail_smtp_module"
         link="/ru/docs/mail/ngx_mail_smtp_module.html"
         lang="ru"
-        rev="2">
+        rev="3">
 
 <section id="directives" name="Директивы">
 
@@ -43,6 +43,11 @@
 Для работы этого метода пароль должен храниться в незашифрованном виде.
 </tag-desc>
 
+<tag-name><literal>external</literal></tag-name>
+<tag-desc>
+<link url="http://tools.ietf.org/html/rfc4422">AUTH EXTERNAL</link> (1.11.6).
+</tag-desc>
+
 <tag-name><literal>none</literal></tag-name>
 <tag-desc>
 Аутентификация не требуется.