]> git.kaiwu.me - nginx.git/commit
Mail: proxy_smtp_auth directive.
authorMaxim Dounin <mdounin@mdounin.ru>
Sat, 3 Oct 2020 18:04:57 +0000 (21:04 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Sat, 3 Oct 2020 18:04:57 +0000 (21:04 +0300)
commit1e92a0a4cef98902aed35d7b402a6a402951aba4
tree64779fd37e143a30d36fb0e30eca6b144ed30eaf
parent8523ef8e8673cb4c586125b9913e753ee3a62f0c
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.
src/mail/ngx_mail.h
src/mail/ngx_mail_proxy_module.c