# HG changeset patch # User Sergey Kandaurov # Date 1488808882 -10800 # Node ID 237a10fb98d26c7ebf6c521dc8aa76c045ff19d4 # Parent 66a30a380fba9eabd3f91c518bb4afff5efa35d3 Clarified imap/pop3/smtp_capabilities and starttls interaction. 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="4">
@@ -63,10 +63,10 @@ Sets the IMAP protocol extensions list that is passed to the client in response to the CAPABILITY command. -The authentication methods specified in the and -STARTTLS directives -are automatically added to this list if the - directive is enabled. +The authentication methods specified in the directive and +STARTTLS +are automatically added to this list depending on the + directive value. 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="4">
@@ -67,12 +67,11 @@ Sets the POP3 protocol extensions list that is passed to the client in response to the CAPA command. - -The authentication methods specified in the and +The authentication methods specified in the directive (SASL extension) and -STLS directives, -are automatically added to this list if the - directive is enabled. +STLS +are automatically added to this list depending on the + directive value. 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="5">
@@ -69,8 +69,10 @@ Authentication is not required. Sets the SMTP protocol extensions list that is passed to the client in response to the EHLO command. -Authentication methods specified in the directive -are automatically added to this list. +The authentication methods specified in the directive and +STARTTLS +are automatically added to this list depending on the + directive value. diff --git a/xml/en/docs/mail/ngx_mail_ssl_module.xml b/xml/en/docs/mail/ngx_mail_ssl_module.xml --- a/xml/en/docs/mail/ngx_mail_ssl_module.xml +++ b/xml/en/docs/mail/ngx_mail_ssl_module.xml @@ -10,7 +10,7 @@ + rev="15">
@@ -573,7 +573,7 @@ Sets the verification depth in the clien on allow usage of the STLS command for the POP3 -and the STARTTLS command for the IMAP; +and the STARTTLS command for the IMAP and SMTP; off 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="4">
@@ -63,10 +63,11 @@ протокола IMAP, выдаваемый клиенту по команде CAPABILITY. -К этому списку автоматически добавляются -методы аутентификации, указанные в директиве и -STARTTLS, -если включена директива . +В зависимости от значения директивы + +к этому списку автоматически добавляются +методы аутентификации, указанные в директиве , и +STARTTLS. 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="4">
@@ -67,11 +67,12 @@ протокола POP3, выдаваемый клиенту по команде CAPA. -К этому списку автоматически добавляются +В зависимости от значения директивы + +к этому списку автоматически добавляются методы аутентификации, указанные в директиве -(расширение SASL) и -STLS, -если включена директива . +(расширение SASL), и +STLS. 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="5">
@@ -69,8 +69,11 @@ SMTP-клиентов. Позволяет указать список расширений протокола SMTP, выдаваемый клиенту в ответе на команду EHLO. -К этому списку автоматически добавляются -методы аутентификации, указанные в директиве . +В зависимости от значения директивы + +к этому списку автоматически добавляются +методы аутентификации, указанные в директиве , и +STARTTLS. diff --git a/xml/ru/docs/mail/ngx_mail_ssl_module.xml b/xml/ru/docs/mail/ngx_mail_ssl_module.xml --- a/xml/ru/docs/mail/ngx_mail_ssl_module.xml +++ b/xml/ru/docs/mail/ngx_mail_ssl_module.xml @@ -10,7 +10,7 @@ + rev="15">
@@ -573,7 +573,7 @@ AES256 (для 80-байтных ключей, 1.11.8), либо AES128 (для 48-байтных ключей). on разрешить использование команд STLS для POP3 -и STARTTLS для IMAP; +и STARTTLS для IMAP и SMTP; off