comparison xml/en/docs/mail/ngx_mail_core_module.xml @ 1070:73b31b44d3a0

Updated and simplified the "xclient" directive description. Implementation details are hidden behind the reference XCLIENT documentation. Adaptation to mail resolver.
author Sergey Kandaurov <pluknet@nginx.com>
date Sat, 08 Feb 2014 17:42:42 +0400
parents 71e6daffa4dc
children b0e56cc57867
comparison
equal deleted inserted replaced
1069:71e6daffa4dc 1070:73b31b44d3a0
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_mail_core_module" 10 <module name="Module ngx_mail_core_module"
11 link="/en/docs/mail/ngx_mail_core_module.html" 11 link="/en/docs/mail/ngx_mail_core_module.html"
12 lang="en" 12 lang="en"
13 rev="2"> 13 rev="3">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 This module is not built by default, it should be 18 This module is not built by default, it should be
264 <context>mail</context> 264 <context>mail</context>
265 <context>server</context> 265 <context>server</context>
266 266
267 <para> 267 <para>
268 Sets the server name that is used: 268 Sets the server name that is used:
269
270 <list type="bullet"> 269 <list type="bullet">
271 270
272 <listitem> 271 <listitem>
273 in the initial POP3/SMTP server greeting; 272 in the initial POP3/SMTP server greeting;
274 </listitem> 273 </listitem>
276 <listitem> 275 <listitem>
277 in the salt during the SASL CRAM-MD5 authentication; 276 in the salt during the SASL CRAM-MD5 authentication;
278 </listitem> 277 </listitem>
279 278
280 <listitem> 279 <listitem>
281 in the <literal>EHLO</literal> command on the SMTP backend connection, 280 in the <literal>EHLO</literal> command when connecting to the SMTP backend,
282 if the <link doc="ngx_mail_proxy_module.xml" id="xclient"/> command 281 if the passing of the
283 is turned on. 282 <link doc="ngx_mail_proxy_module.xml" id="xclient">XCLIENT</link> command
283 is enabled.
284 </listitem> 284 </listitem>
285 285
286 </list> 286 </list>
287 </para> 287 </para>
288 288