comparison src/mail/ngx_mail.h @ 7725:d63c5373b5ba

Mail: proxy_smtp_auth directive. The proxy_smtp_auth directive instructs nginx to authenticate users on backend via the AUTH command (using the PLAIN SASL mechanism), similar to what is normally done for IMAP and POP3. If xclient is enabled along with proxy_smtp_auth, the XCLIENT command won't try to send the LOGIN parameter.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 03 Oct 2020 21:04:57 +0300
parents 4f9b72a229c1
children d84f13618277
comparison
equal deleted inserted replaced
7724:64b97c8166b8 7725:d63c5373b5ba
160 ngx_smtp_auth_plain, 160 ngx_smtp_auth_plain,
161 ngx_smtp_auth_cram_md5, 161 ngx_smtp_auth_cram_md5,
162 ngx_smtp_auth_external, 162 ngx_smtp_auth_external,
163 ngx_smtp_helo, 163 ngx_smtp_helo,
164 ngx_smtp_helo_xclient, 164 ngx_smtp_helo_xclient,
165 ngx_smtp_helo_auth,
165 ngx_smtp_helo_from, 166 ngx_smtp_helo_from,
166 ngx_smtp_xclient, 167 ngx_smtp_xclient,
167 ngx_smtp_xclient_from, 168 ngx_smtp_xclient_from,
168 ngx_smtp_xclient_helo, 169 ngx_smtp_xclient_helo,
170 ngx_smtp_xclient_auth,
169 ngx_smtp_from, 171 ngx_smtp_from,
170 ngx_smtp_to 172 ngx_smtp_to
171 } ngx_smtp_state_e; 173 } ngx_smtp_state_e;
172 174
173 175