comparison xml/en/docs/mail/ngx_mail_proxy_module.xml @ 668:6726249b66ef

Typos fixed.
author Maxim Konovalov <maxim@nginx.com>
date Wed, 05 Sep 2012 16:01:04 +0000
parents 8283b1048b27
children 8e1538faeacb
comparison
equal deleted inserted replaced
667:81ac18894319 668:6726249b66ef
54 Defines whether to pass the error message obtained during 54 Defines whether to pass the error message obtained during
55 an authentication on the backend to the client. 55 an authentication on the backend to the client.
56 </para> 56 </para>
57 57
58 <para> 58 <para>
59 Usually, if the authentication in nginx was sucessfull, 59 Usually, if the authentication in nginx was successful,
60 backend can't return an error, but if it nonetheless exists, 60 backend can't return an error, but if it nonetheless exists,
61 this means there is some problem inside. 61 this means there is some problem inside.
62 In such cases the backend message can contain the information 62 In such cases the backend message can contain the information
63 that should not be shown to the client. 63 that should not be shown to the client.
64 However responding with an error for the correct password 64 However responding with an error for the correct password
65 is a normal behavior of some POP3 servers. 65 is a normal behavior of some POP3 servers.
66 For example, CommuniGatePro informs user about 66 For example, CommuniGatePro informs user about
67 <link url="http://www.stalker.com/CommuniGatePro/Alerts.html#Quota">mailbox 67 <link url="http://www.stalker.com/CommuniGatePro/Alerts.html#Quota">mailbox
68 overflow</link> or other events by periodically outputting the 68 overflow</link> or other events by periodically outputting the
69 <link url="http://www.stalker.com/CommuniGatePro/POP.html#Alerts">authentcation 69 <link url="http://www.stalker.com/CommuniGatePro/POP.html#Alerts">authentication
70 error</link>. 70 error</link>.
71 The directive should be enabled in this case. 71 The directive should be enabled in this case.
72 </para> 72 </para>
73 73
74 </directive> 74 </directive>