comparison xml/en/docs/mail/ngx_mail_proxy_module.xml @ 672:8e1538faeacb

Fixed apostrophes used.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 06 Sep 2012 06:14:17 +0000
parents 6726249b66ef
children 95c3c3bbf1ce
comparison
equal deleted inserted replaced
671:59def594b0c9 672:8e1538faeacb
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 successful, 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.
99 For the <literal>XCLIENT</literal> command to work it is required to have 99 For the <literal>XCLIENT</literal> command to work it is required to have
100 Postfix with the 100 Postfix with the
101 <link url="http://citrin.ru/nginx:xclient-login-patch">patch</link>, 101 <link url="http://citrin.ru/nginx:xclient-login-patch">patch</link>,
102 which adds the <literal>LOGIN</literal> parameter. 102 which adds the <literal>LOGIN</literal> parameter.
103 If the <literal>XCLIENT</literal> command is not used, the MTA will be unable 103 If the <literal>XCLIENT</literal> command is not used, the MTA will be unable
104 to write the client's 104 to write the client’s
105 <literal>IP</literal>/<literal>HELO</literal>/<literal>LOGIN</literal> 105 <literal>IP</literal>/<literal>HELO</literal>/<literal>LOGIN</literal>
106 to the log and apply various limitations based on this data. 106 to the log and apply various limitations based on this data.
107 </para> 107 </para>
108 108
109 <para> 109 <para>