# HG changeset patch # User Sergey Kandaurov # Date 1484559195 -10800 # Node ID 9af1e88e10c82ef6fb455c4f4432ee8af47361f4 # Parent 6299f9cabfe4efd90771612b37d64635c93e9ada Documented SASL EXTERNAL support in mail. diff -r 6299f9cabfe4 -r 9af1e88e10c8 xml/en/docs/mail/ngx_mail_auth_http_module.xml --- 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 @@ + rev="9">
@@ -96,7 +96,7 @@ 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 diff -r 6299f9cabfe4 -r 9af1e88e10c8 xml/en/docs/mail/ngx_mail_imap_module.xml --- 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 @@ + rev="2">
@@ -41,6 +41,11 @@ In order for this method to work, the password must be stored unencrypted. +external + +AUTH=EXTERNAL (1.11.6). + + diff -r 6299f9cabfe4 -r 9af1e88e10c8 xml/en/docs/mail/ngx_mail_pop3_module.xml --- 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 @@ + rev="2">
@@ -45,6 +45,11 @@ In order for this method to work, the password must be stored unencrypted. +external + +AUTH EXTERNAL (1.11.6). + + diff -r 6299f9cabfe4 -r 9af1e88e10c8 xml/en/docs/mail/ngx_mail_smtp_module.xml --- 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 @@ + rev="3">
@@ -43,6 +43,11 @@ In order for this method to work, the password must be stored unencrypted. +external + +AUTH EXTERNAL (1.11.6). + + none Authentication is not required. diff -r 6299f9cabfe4 -r 9af1e88e10c8 xml/ru/docs/mail/ngx_mail_auth_http_module.xml --- 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 @@ + rev="9">
@@ -95,7 +95,7 @@ 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 diff -r 6299f9cabfe4 -r 9af1e88e10c8 xml/ru/docs/mail/ngx_mail_imap_module.xml --- 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 @@ + rev="2">
@@ -41,6 +41,11 @@ Для работы этого метода пароль должен храниться в незашифрованном виде. +external + +AUTH=EXTERNAL (1.11.6). + + diff -r 6299f9cabfe4 -r 9af1e88e10c8 xml/ru/docs/mail/ngx_mail_pop3_module.xml --- 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 @@ + rev="2">
@@ -45,6 +45,11 @@ Для работы этого метода пароль должен храниться в незашифрованном виде. +external + +AUTH EXTERNAL (1.11.6). + + diff -r 6299f9cabfe4 -r 9af1e88e10c8 xml/ru/docs/mail/ngx_mail_smtp_module.xml --- 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 @@ + rev="3">
@@ -43,6 +43,11 @@ Для работы этого метода пароль должен храниться в незашифрованном виде. +external + +AUTH EXTERNAL (1.11.6). + + none Аутентификация не требуется.