comparison xml/en/docs/mail/ngx_mail_core_module.xml @ 748:95344046d2d8

Documented 'mail' directive.
author Vladimir Homutov <vl@nginx.com>
date Wed, 31 Oct 2012 10:13:23 +0000
parents ddec437b692b
children 9c1ffd02f1b7
comparison
equal deleted inserted replaced
747:ddec437b692b 748:95344046d2d8
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="1"> 13 rev="2">
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
121 </para> 121 </para>
122 122
123 </directive> 123 </directive>
124 124
125 125
126 <directive name="mail">
127 <syntax block="yes"/>
128 <default/>
129 <context>main</context>
130
131 <para>
132 Provides a configuration file context in which the mail server directives
133 are specified.
134 </para>
135
136 </directive>
137
138
126 <directive name="protocol"> 139 <directive name="protocol">
127 <syntax> 140 <syntax>
128 <literal>imap</literal> | 141 <literal>imap</literal> |
129 <literal>pop3</literal> | 142 <literal>pop3</literal> |
130 <literal>smtp</literal></syntax> 143 <literal>smtp</literal></syntax>