comparison xml/en/docs/mail/ngx_mail_core_module.xml @ 2691:5f961aa083db

Mentioned realip module in the listen directive for mail.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 23 Mar 2021 20:41:45 +0000
parents 4d073d1b0b79
children 1261698ec228
comparison
equal deleted inserted replaced
2690:4d073d1b0b79 2691:5f961aa083db
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="16"> 13 rev="17">
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
126 The <literal>proxy_protocol</literal> parameter (1.19.8) 126 The <literal>proxy_protocol</literal> parameter (1.19.8)
127 allows specifying that all connections accepted on this port should use the 127 allows specifying that all connections accepted on this port should use the
128 <link url="http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt">PROXY 128 <link url="http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt">PROXY
129 protocol</link>. 129 protocol</link>.
130 Obtained information is passed to the 130 Obtained information is passed to the
131 <link doc="ngx_mail_auth_http_module.xml" id="proxy_protocol">authentication server</link>. 131 <link doc="ngx_mail_auth_http_module.xml" id="proxy_protocol">authentication server</link>
132 and can be used to
133 <link doc="ngx_mail_realip_module.xml">change the client address</link>.
132 </para> 134 </para>
133 135
134 <para> 136 <para>
135 The <literal>listen</literal> directive 137 The <literal>listen</literal> directive
136 can have several additional parameters specific to socket-related system calls. 138 can have several additional parameters specific to socket-related system calls.