]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
postfix-2.8-20100603
authorWietse Venema <wietse@porcupine.org>
Thu, 3 Jun 2010 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <viktor@dukhovni.org>
Tue, 5 Feb 2013 06:36:13 +0000 (06:36 +0000)
postfix/HISTORY
postfix/html/postcat.1.html
postfix/html/postconf.5.html
postfix/makedefs
postfix/man/man1/postcat.1
postfix/man/man5/postconf.5
postfix/proto/postconf.proto
postfix/src/dns/dns.h
postfix/src/global/mail_version.h
postfix/src/postcat/postcat.c

index 90c996b0b6dcc8e402a4579653deaf979581f88c..a6c374f94e86cd0711257f00086aeaa33bcd8a36 100644 (file)
@@ -15811,7 +15811,7 @@ Apologies for any names omitted.
 
 20100601
 
-       Feature: Postfix LDAP client support for RFC 2255 LDAP URLs.
+       Cleanup: Postfix LDAP client support for RFC 2255 LDAP URLs.
        Victor Duchovni. Files: proto/ldap_table global/dict_ldap.c.
 
        Safety: Postfix processes log a warning when a matchlist
index de3ef5d18df7dc1eb13fc3cdd83de1dc2bffbb4c..52a2eb7da4a357511a565578bd3536176f4191da 100644 (file)
@@ -20,7 +20,7 @@ POSTCAT(1)                                                          POSTCAT(1)
 
        By default, <a href="postcat.1.html"><b>postcat</b>(1)</a> shows the envelope and message con-
        tent,  as if the options <b>-beh</b> were specified. To view mes-
-       sage headers only, specify <b>-bh</b> (Postfix 2.7 and later).
+       sage content only, specify <b>-bh</b> (Postfix 2.7 and later).
 
        Options:
 
index 7c7645ab8039b533df16ee43bb76295e8cf22acb..4f897f9f864738b44cd46421ef89790e13aa005e 100644 (file)
@@ -6735,6 +6735,8 @@ the <a href="dnsblog.8.html">dnsblog(8)</a> daemon will query these domains with
 of non-whitelisted <a href="postscreen.8.html">postscreen(8)</a> clients. Specify a list of domain
 names, separated by comma or whitespace. </p>
 
+<p> This feature is available in Postfix 2.8. </p>
+
 
 </DD>
 
index 7b56dd9e145df8738cf8b2c940eb8328086cdb41..7432cdbdf66f5f7577a66fa501bfbf583e7de88c 100644 (file)
@@ -421,10 +421,10 @@ ReliantUNIX-?.5.43) SYSTYPE=ReliantUnix543
                 [1-6].*) CCARGS="$CCARGS -DNO_IPV6";;
                       *) CCARGS="$CCARGS -DBIND_8_COMPAT -DNO_NETINFO";;
                esac
-               # Darwin 10.3.0 no longer has <arpa/nameser8_compat.h>.
+               # Darwin 10.3.0 no longer has <nameser8_compat.h>.
                case $RELEASE in
                     ?.*) CCARGS="$CCARGS -DRESOLVE_H_NEEDS_NAMESER8_COMPAT_H";;
-                      *) CCARGS="$CCARGS -DRESOLVE_H_NEEDS_NAMESER_COMPAT_H";;
+                      *) CCARGS="$CCARGS -DRESOLVE_H_NEEDS_ARPA_NAMESER_COMPAT_H";;
                esac
                # kqueue and/or poll are broken up to and including MacOS X 10.5
                CCARGS="$CCARGS -DNO_KQUEUE"
index 57aacb9d502f680817d5faf0991d6956faa77d01..bf01c06c4cb0ea7b11a1b2f28fbb11ec2638537b 100644 (file)
@@ -20,7 +20,7 @@ standard input.
 
 By default, \fBpostcat\fR(1) shows the envelope and message
 content, as if the options \fB-beh\fR were specified. To
-view message headers only, specify \fB-bh\fR (Postfix 2.7
+view message content only, specify \fB-bh\fR (Postfix 2.7
 and later).
 
 Options:
index 3a6f8dae2faeff6e0b519a94e7c9bf4c29fe1ba1..c575488d8abf01d2ed9e5e87e3eae804eb347655 100644 (file)
@@ -3787,6 +3787,8 @@ Optional list of DNS blocklist domains. When the list is non-enpty,
 the \fBdnsblog\fR(8) daemon will query these domains with the IP addresses
 of non-whitelisted \fBpostscreen\fR(8) clients. Specify a list of domain
 names, separated by comma or whitespace.
+.PP
+This feature is available in Postfix 2.8.
 .SH postscreen_greet_action (default: continue)
 The action that \fBpostscreen\fR(8) takes when an SMTP client speaks
 before its turn within the time specified with the postscreen_greet_wait
index 70ea5a641836e43210548b6c987efb0739440862..c4a5f4595854152e32d9f9700f43d2592d328b01 100644 (file)
@@ -12570,6 +12570,8 @@ the dnsblog(8) daemon will query these domains with the IP addresses
 of non-whitelisted postscreen(8) clients. Specify a list of domain
 names, separated by comma or whitespace. </p>
 
+<p> This feature is available in Postfix 2.8. </p>
+
 %PARAM postscreen_dnsbl_action continue
 
 <p>The action that postscreen(8) takes when an SMTP client is listed
index f26153862801622dbd33399644aae002886e4a20..212e00893f2657738e7f9c0c3adcdcae93fd8f83 100644 (file)
@@ -22,8 +22,8 @@
 #ifdef RESOLVE_H_NEEDS_NAMESER8_COMPAT_H
 #include <nameser8_compat.h>
 #endif
-#ifdef RESOLVE_H_NEEDS_NAMESER_COMPAT_H
-#include <nameser_compat.h>
+#ifdef RESOLVE_H_NEEDS_ARPA_NAMESER_COMPAT_H
+#include <arpa/nameser_compat.h>
 #endif
 #include <resolv.h>
 
index 0ca1913e3ad7671a79c81e982aca8db0b4c798ee..e621dd14034591dc9438bd327276d6a66ba9a803 100644 (file)
@@ -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      "20100601"
+#define MAIL_RELEASE_DATE      "20100603"
 #define MAIL_VERSION_NUMBER    "2.8"
 
 #ifdef SNAPSHOT
index 62f85fee9c84816ecd4b9da8b1b25331c6399e28..7c687bfe4f9f28daf96b7f1d1fc1d1826c99fc18 100644 (file)
@@ -14,7 +14,7 @@
 /*
 /*     By default, \fBpostcat\fR(1) shows the envelope and message
 /*     content, as if the options \fB-beh\fR were specified. To
-/*     view message headers only, specify \fB-bh\fR (Postfix 2.7
+/*     view message content only, specify \fB-bh\fR (Postfix 2.7
 /*     and later).
 /*
 /*     Options: