mirror of
https://github.com/vdukhovni/postfix
synced 2025-08-22 18:07:41 +00:00
postfix-3.6-20210224
This commit is contained in:
parent
b933226948
commit
7922b58e01
@ -25442,3 +25442,9 @@ Apologies for any names omitted.
|
||||
between respectful and deprecated logging formats. Files:
|
||||
mantools/postlink, proto/postconf.proto, global/mail_params.[hc],
|
||||
postscreen/postscreen.c, proto/COMPATIBILITY_README.
|
||||
|
||||
20210224
|
||||
|
||||
Typo: the "respectful_logging" parameter had a typo and a
|
||||
"postscreen_" prefix that should have been deleted. File:
|
||||
global/mail_params.h
|
||||
|
@ -870,3 +870,6 @@ POP, IMAP, NNTP, and FTP over TLS.
|
||||
postscreen(8) was officially released as part of the Postfix 2.8 stable release
|
||||
in January 2011.
|
||||
|
||||
Noel Jones helped with the Postfix 3.6 transition towards respectful
|
||||
documentation.
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
<h2> <a name="intro">Introduction</a> </h2>
|
||||
|
||||
<p> This document describes features that are available in Postfix
|
||||
3.6 and later. See <a href="proto/POSTSCREEN_3_5_README.html">
|
||||
3.6 and later. See <a href="POSTSCREEN_3_5_README.html">
|
||||
POSTSCREEN_3_5_README.html</a> for Postfix versions 2.8 - 3.5. </p>
|
||||
|
||||
<p> The Postfix <a href="postscreen.8.html">postscreen(8)</a> daemon provides additional protection
|
||||
@ -1200,6 +1200,8 @@ POP, IMAP, NNTP, and FTP over TLS. </p>
|
||||
<p> <a href="postscreen.8.html">postscreen(8)</a> was officially released as part of the Postfix
|
||||
2.8 stable release in January 2011.</p>
|
||||
|
||||
</body>
|
||||
<p> Noel Jones helped with the Postfix 3.6 transition towards respectful
|
||||
documentation. </p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -18,7 +18,7 @@
|
||||
<h2> <a name="intro">Introduction</a> </h2>
|
||||
|
||||
<p> This document describes features that are available in Postfix
|
||||
3.6 and later. See <a href="proto/POSTSCREEN_3_5_README.html">
|
||||
3.6 and later. See <a href="POSTSCREEN_3_5_README.html">
|
||||
POSTSCREEN_3_5_README.html</a> for Postfix versions 2.8 - 3.5. </p>
|
||||
|
||||
<p> The Postfix postscreen(8) daemon provides additional protection
|
||||
@ -1200,6 +1200,8 @@ POP, IMAP, NNTP, and FTP over TLS. </p>
|
||||
<p> postscreen(8) was officially released as part of the Postfix
|
||||
2.8 stable release in January 2011.</p>
|
||||
|
||||
</body>
|
||||
<p> Noel Jones helped with the Postfix 3.6 transition towards respectful
|
||||
documentation. </p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -3856,7 +3856,7 @@ extern char *var_psc_uproxy_proto;
|
||||
#define DEF_PSC_UPROXY_TMOUT "5s"
|
||||
extern int var_psc_uproxy_tmout;
|
||||
|
||||
#define VAR_RESPECTFUL_LOGGING "postscreen_respecful_logging"
|
||||
#define VAR_RESPECTFUL_LOGGING "respectful_logging"
|
||||
#define DEF_RESPECTFUL_LOGGING \
|
||||
"${{$compatibility_level} <level {3.6} ?" " {no} : {yes}}"
|
||||
extern bool var_respectful_logging;
|
||||
|
@ -20,7 +20,7 @@
|
||||
* Patches change both the patchlevel and the release date. Snapshots have no
|
||||
* patchlevel; they change the release date only.
|
||||
*/
|
||||
#define MAIL_RELEASE_DATE "20210221"
|
||||
#define MAIL_RELEASE_DATE "20210224"
|
||||
#define MAIL_VERSION_NUMBER "3.6"
|
||||
|
||||
#ifdef SNAPSHOT
|
||||
|
Loading…
x
Reference in New Issue
Block a user