comparison xml/en/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 3ee0ba5f4f08
children de77e295c073
comparison
equal deleted inserted replaced
1064:3ee0ba5f4f08 1065:88c0d96b9825
158 <example> 158 <example>
159 451 4.3.0 Temporary server problem, try again later 159 451 4.3.0 Temporary server problem, try again later
160 </example> 160 </example>
161 </para> 161 </para>
162 162
163 <para>
164 If proxying SMTP does not require authentication,
165 a request will look as follows.
166 <example>
167 GET /auth HTTP/1.0
168 Host: localhost
169 Auth-Method: none
170 Auth-User:
171 Auth-Pass:
172 Auth-Protocol: smtp
173 Auth-Login-Attempt: 1
174 Client-IP: 192.0.2.42
175 Client-Host: client.example.org
176 Auth-SMTP-Helo: client.example.org
177 Auth-SMTP-From: MAIL FROM: &lt;&gt;
178 Auth-SMTP-To: RCPT TO: &lt;postmaster@mail.example.com&gt;
179 </example>
180 </para>
181
163 </section> 182 </section>
164 183
165 </module> 184 </module>