# HG changeset patch # User Sergey Kandaurov # Date 1389878627 -14400 # Node ID b81ad8234f90e0c5c848e1ff85c0d93fa8636b86 # Parent 908ef8900ce8434cb0fcc3abd4e4640d2738c740 Minor assorted fixes. diff -r 908ef8900ce8 -r b81ad8234f90 xml/en/docs/mail/ngx_mail_auth_http_module.xml --- a/xml/en/docs/mail/ngx_mail_auth_http_module.xml Tue Jan 14 17:03:35 2014 +0400 +++ b/xml/en/docs/mail/ngx_mail_auth_http_module.xml Thu Jan 16 17:23:47 2014 +0400 @@ -101,12 +101,12 @@ -If there is no
Auth-Wait
header in a request, +If there is no
Auth-Wait
header, an error will be returned and the connection will be closed. The current implementation allocates memory for each authentication attempt. The memory is freed only at the end of a session. Therefore, the number of invalid authentication attempts in a single session -must be limited — the server must response without +must be limited — the server must respond without the
Auth-Wait
header after 10-20 attempts (the attempt number is passed in the
Auth-Login-Attempt
header). diff -r 908ef8900ce8 -r b81ad8234f90 xml/en/docs/mail/ngx_mail_core_module.xml --- a/xml/en/docs/mail/ngx_mail_core_module.xml Tue Jan 14 17:03:35 2014 +0400 +++ b/xml/en/docs/mail/ngx_mail_core_module.xml Thu Jan 16 17:23:47 2014 +0400 @@ -176,7 +176,7 @@ Unnecessary protocols can be disabled using the configuration parameters --without-mail_imap_module, ---without-mail_pop3_module and +--without-mail_pop3_module, and --without-mail_smtp_module.
diff -r 908ef8900ce8 -r b81ad8234f90 xml/en/docs/mail/ngx_mail_proxy_module.xml --- a/xml/en/docs/mail/ngx_mail_proxy_module.xml Tue Jan 14 17:03:35 2014 +0400 +++ b/xml/en/docs/mail/ngx_mail_proxy_module.xml Thu Jan 16 17:23:47 2014 +0400 @@ -22,7 +22,7 @@ server -Does not tested anywhere in the current version. +Not tested anywhere in the current version. diff -r 908ef8900ce8 -r b81ad8234f90 xml/ru/docs/mail/ngx_mail_auth_http_module.xml --- a/xml/ru/docs/mail/ngx_mail_auth_http_module.xml Tue Jan 14 17:03:35 2014 +0400 +++ b/xml/ru/docs/mail/ngx_mail_auth_http_module.xml Thu Jan 16 17:23:47 2014 +0400 @@ -111,7 +111,7 @@ -При использовании APOP или CRAM-MD5 запрос-ответ будут выглядеть так: +При использовании APOP или CRAM-MD5 запрос и ответ будут выглядеть так: GET /auth HTTP/1.0 Host: localhost diff -r 908ef8900ce8 -r b81ad8234f90 xml/ru/docs/mail/ngx_mail_core_module.xml --- a/xml/ru/docs/mail/ngx_mail_core_module.xml Tue Jan 14 17:03:35 2014 +0400 +++ b/xml/ru/docs/mail/ngx_mail_core_module.xml Thu Jan 16 17:23:47 2014 +0400 @@ -110,7 +110,7 @@ listen слушает на всех адресах для данного порта (*:порт), то nginx сделает bind только на *:порт. -Необходимо заметить, что в этом случае для определения адреса, на которой +Необходимо заметить, что в этом случае для определения адреса, на который пришло соединение, делается системный вызов getsockname.