diff 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
line wrap: on
line diff
--- a/xml/en/docs/mail/ngx_mail_core_module.xml
+++ b/xml/en/docs/mail/ngx_mail_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_core_module"
         link="/en/docs/mail/ngx_mail_core_module.html"
         lang="en"
-        rev="2">
+        rev="3">
 
 <section id="summary">
 
@@ -266,7 +266,6 @@ Sets the configuration for a server.
 
 <para>
 Sets the server name that is used:
-
 <list type="bullet">
 
 <listitem>
@@ -278,9 +277,10 @@ in the salt during the SASL CRAM-MD5 aut
 </listitem>
 
 <listitem>
-in the <literal>EHLO</literal> command on the SMTP backend connection,
-if the <link doc="ngx_mail_proxy_module.xml" id="xclient"/> command
-is turned on.
+in the <literal>EHLO</literal> command when connecting to the SMTP backend,
+if the passing of the
+<link doc="ngx_mail_proxy_module.xml" id="xclient">XCLIENT</link> command
+is enabled.
 </listitem>
 
 </list>