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