comparison xml/en/docs/mail/ngx_mail_core_module.xml @ 1471:42f288fc9ad3

Removed deprecated directives.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 29 Apr 2015 14:02:00 +0300
parents b0e56cc57867
children 0a1c5a087556
comparison
equal deleted inserted replaced
1470:28cf30b5818f 1471:42f288fc9ad3
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="3"> 13 rev="4">
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
291 </para> 291 </para>
292 292
293 </directive> 293 </directive>
294 294
295 295
296 <directive name="so_keepalive">
297 <syntax><literal>on</literal> | <literal>off</literal></syntax>
298 <default>off</default>
299 <context>mail</context>
300 <context>server</context>
301
302 <para>
303 Indicates if the “TCP keepalive” mode should be enabled on the client’s
304 connection (<c-def>SO_KEEPALIVE</c-def> socket parameter) when connecting to
305 a proxied server.
306 </para>
307
308 </directive>
309
310
311 <directive name="timeout"> 296 <directive name="timeout">
312 <syntax><value>time</value></syntax> 297 <syntax><value>time</value></syntax>
313 <default>60s</default> 298 <default>60s</default>
314 <context>mail</context> 299 <context>mail</context>
315 <context>server</context> 300 <context>server</context>