comparison xml/en/docs/mail/ngx_mail_smtp_module.xml @ 966:95c3c3bbf1ce

Text review.
author Egor Nikitin <yegor.nikitin@gmail.com>
date Wed, 14 Aug 2013 12:03:41 +0400
parents 8283b1048b27
children 88c0d96b9825
comparison
equal deleted inserted replaced
965:fadccc156188 966:95c3c3bbf1ce
54 <default/> 54 <default/>
55 <context>mail</context> 55 <context>mail</context>
56 <context>server</context> 56 <context>server</context>
57 57
58 <para> 58 <para>
59 Allows to specify the SMTP protocol extensions list 59 Sets the SMTP protocol extensions list
60 to be passed to the client in the response to the 60 that is passed to the client in response to the
61 <literal>EHLO</literal> command. 61 <literal>EHLO</literal> command.
62 Authentication methods specified in the <link id="smtp_auth"/> directive 62 Authentication methods specified in the <link id="smtp_auth"/> directive
63 are automatically added to this list. 63 are automatically added to this list.
64 </para> 64 </para>
65 65
66 <para> 66 <para>
67 It makes sense to specify extensions 67 It makes sense to specify the extensions
68 supported by MTA 68 supported by the MTA
69 to which clients are proxied (if this extensions are related to commands 69 to which the clients are proxied (if these extensions are related to commands
70 used after the authentication, when nginx transparently proxies the client 70 used after the authentication, when nginx transparently proxies the client
71 connection to the backend). 71 connection to the backend).
72 </para> 72 </para>
73 73
74 <para> 74 <para>
75 The current list of standardized extensions is published at the 75 The current list of standardized extensions is published at
76 <link url="http://www.iana.org/assignments/mail-parameters">www.iana.org</link>. 76 <link url="http://www.iana.org/assignments/mail-parameters">www.iana.org</link>.
77 </para> 77 </para>
78 78
79 </directive> 79 </directive>
80 80