# HG changeset patch # User Maxim Dounin # Date 1623339295 -10800 # Node ID 9986e1f25cd7b8f79ed626d6e34fa1a44bb5049c # Parent 48004177276d313f00404c6a9e9722972658a9e7 Improved pop3_auth, imap_auth, and smtp_auth descriptions. Notably, now it is outlined that plain text authentication methods are always enabled. Previously this was only documented in the pop3_auth directive description. diff -r 48004177276d -r 9986e1f25cd7 xml/en/docs/mail/ngx_mail_imap_module.xml --- a/xml/en/docs/mail/ngx_mail_imap_module.xml Thu Jun 10 18:34:32 2021 +0300 +++ b/xml/en/docs/mail/ngx_mail_imap_module.xml Thu Jun 10 18:34:55 2021 +0300 @@ -10,7 +10,7 @@ + rev="7">
@@ -27,6 +27,7 @@ plain +LOGIN, AUTH=PLAIN @@ -49,6 +50,16 @@ + +Plain text authentication methods +(the LOGIN command, AUTH=PLAIN, +and AUTH=LOGIN) are always enabled, +though if the plain and login methods +are not specified, +AUTH=PLAIN and AUTH=LOGIN +will not be automatically included in . + + diff -r 48004177276d -r 9986e1f25cd7 xml/en/docs/mail/ngx_mail_pop3_module.xml --- a/xml/en/docs/mail/ngx_mail_pop3_module.xml Thu Jun 10 18:34:32 2021 +0300 +++ b/xml/en/docs/mail/ngx_mail_pop3_module.xml Thu Jun 10 18:34:55 2021 +0300 @@ -10,7 +10,7 @@ + rev="5">
@@ -29,8 +29,7 @@ USER/PASS, AUTH PLAIN, -AUTH LOGIN. -It is not possible to disable these methods. +AUTH LOGIN apop @@ -53,6 +52,15 @@ + +Plain text authentication methods +(USER/PASS, AUTH PLAIN, +and AUTH LOGIN) are always enabled, +though if the plain method is not specified, +AUTH PLAIN and AUTH LOGIN +will not be automatically included in . + + diff -r 48004177276d -r 9986e1f25cd7 xml/en/docs/mail/ngx_mail_smtp_module.xml --- a/xml/en/docs/mail/ngx_mail_smtp_module.xml Thu Jun 10 18:34:32 2021 +0300 +++ b/xml/en/docs/mail/ngx_mail_smtp_module.xml Thu Jun 10 18:34:55 2021 +0300 @@ -10,7 +10,7 @@ + rev="8">
@@ -56,6 +56,16 @@ + +Plain text authentication methods +(AUTH PLAIN and AUTH LOGIN) +are always enabled, +though if the plain and login methods +are not specified, +AUTH PLAIN and AUTH LOGIN +will not be automatically included in . + + diff -r 48004177276d -r 9986e1f25cd7 xml/ru/docs/mail/ngx_mail_imap_module.xml --- a/xml/ru/docs/mail/ngx_mail_imap_module.xml Thu Jun 10 18:34:32 2021 +0300 +++ b/xml/ru/docs/mail/ngx_mail_imap_module.xml Thu Jun 10 18:34:55 2021 +0300 @@ -10,7 +10,7 @@ + rev="7">
@@ -27,6 +27,7 @@ plain +LOGIN, AUTH=PLAIN @@ -49,6 +50,16 @@ + +Методы аутентификации с передачей пароля открытым текстом +(команда LOGIN, AUTH=PLAINAUTH=LOGIN) включены всегда, +однако если методы plain и login +не указаны, то +AUTH=PLAIN и AUTH=LOGIN +не будут автоматически добавляться в . + + diff -r 48004177276d -r 9986e1f25cd7 xml/ru/docs/mail/ngx_mail_pop3_module.xml --- a/xml/ru/docs/mail/ngx_mail_pop3_module.xml Thu Jun 10 18:34:32 2021 +0300 +++ b/xml/ru/docs/mail/ngx_mail_pop3_module.xml Thu Jun 10 18:34:55 2021 +0300 @@ -10,7 +10,7 @@ + rev="5">
@@ -29,8 +29,7 @@ USER/PASS, AUTH PLAIN, -AUTH LOGIN. -Данные методы отключить нельзя. +AUTH LOGIN apop @@ -53,6 +52,15 @@ + +Методы аутентификации с передачей пароля открытым текстом +(USER/PASS, AUTH PLAINAUTH LOGIN) включены всегда, +однако если метод plain не указан, то +AUTH PLAIN и AUTH LOGIN +не будут автоматически добавляться в . + + diff -r 48004177276d -r 9986e1f25cd7 xml/ru/docs/mail/ngx_mail_smtp_module.xml --- a/xml/ru/docs/mail/ngx_mail_smtp_module.xml Thu Jun 10 18:34:32 2021 +0300 +++ b/xml/ru/docs/mail/ngx_mail_smtp_module.xml Thu Jun 10 18:34:55 2021 +0300 @@ -10,7 +10,7 @@ + rev="8">
@@ -56,6 +56,16 @@ + +Методы аутентификации с передачей пароля открытым текстом +(AUTH PLAIN и AUTH LOGIN) +включены всегда, +однако если методы plain и login +не указаны, то +AUTH PLAIN и AUTH LOGIN +не будут автоматически добавляться в . + +