comparison xml/en/docs/mail/ngx_mail_proxy_module.xml @ 2614:1f8f12a32ecd

Documented the proxy_smtp_auth directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 23 Oct 2020 18:57:14 +0100
parents 7b15698cbdb7
children a4d3e6db81b9
comparison
equal deleted inserted replaced
2613:19adce855a3f 2614:1f8f12a32ecd
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_mail_proxy_module" 10 <module name="Module ngx_mail_proxy_module"
11 link="/en/docs/mail/ngx_mail_proxy_module.html" 11 link="/en/docs/mail/ngx_mail_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="3"> 13 rev="4">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <!-- 17 <!--
18 <directive name="proxy"> 18 <directive name="proxy">
68 <link url="http://www.stalker.com/CommuniGatePro/Alerts.html#Quota">mailbox 68 <link url="http://www.stalker.com/CommuniGatePro/Alerts.html#Quota">mailbox
69 overflow</link> or other events by periodically outputting the 69 overflow</link> or other events by periodically outputting the
70 <link url="http://www.stalker.com/CommuniGatePro/POP.html#Alerts">authentication 70 <link url="http://www.stalker.com/CommuniGatePro/POP.html#Alerts">authentication
71 error</link>. 71 error</link>.
72 The directive should be enabled in this case. 72 The directive should be enabled in this case.
73 </para>
74
75 </directive>
76
77
78 <directive name="proxy_smtp_auth">
79 <syntax><literal>on</literal> | <literal>off</literal></syntax>
80 <default>off</default>
81 <context>mail</context>
82 <context>server</context>
83 <appeared-in>1.19.4</appeared-in>
84
85 <para>
86 Enables or disables user authentication on the SMTP backend
87 using the <literal>AUTH</literal> command.
88 </para>
89
90 <para>
91 If <link id="xclient">XCLIENT</link> is also enabled,
92 then the <literal>XCLIENT</literal> command will not send
93 the <literal>LOGIN</literal> parameter.
73 </para> 94 </para>
74 95
75 </directive> 96 </directive>
76 97
77 98