comparison xml/ru/docs/mail/ngx_mail_auth_http_module.xml @ 1065:88c0d96b9825

Documented the smtp_auth "none" method. Provided with exemplary auth request.
author Sergey Kandaurov <pluknet@nginx.com>
date Sat, 08 Feb 2014 17:42:40 +0400
parents 6a19aadc15b2
children de77e295c073
comparison
equal deleted inserted replaced
1064:3ee0ba5f4f08 1065:88c0d96b9825
155 <example> 155 <example>
156 451 4.3.0 Temporary server problem, try again later 156 451 4.3.0 Temporary server problem, try again later
157 </example> 157 </example>
158 </para> 158 </para>
159 159
160 <para>
161 Если при проксировании SMTP не требуется аутентификация,
162 запрос будет выглядеть так:
163 <example>
164 GET /auth HTTP/1.0
165 Host: localhost
166 Auth-Method: none
167 Auth-User:
168 Auth-Pass:
169 Auth-Protocol: smtp
170 Auth-Login-Attempt: 1
171 Client-IP: 192.0.2.42
172 Client-Host: client.example.org
173 Auth-SMTP-Helo: client.example.org
174 Auth-SMTP-From: MAIL FROM: &lt;&gt;
175 Auth-SMTP-To: RCPT TO: &lt;postmaster@mail.example.com&gt;
176 </example>
177 </para>
178
160 </section> 179 </section>
161 180
162 </module> 181 </module>