]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
postfix-2.8.4 v2.8.4
authorWietse Venema <wietse@porcupine.org>
Wed, 6 Jul 2011 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <postfix-users@dukhovni.org>
Sat, 10 Feb 2018 18:59:29 +0000 (13:59 -0500)
postfix/html/postconf.5.html
postfix/man/man5/postconf.5
postfix/postfix-install
postfix/proto/postconf.proto
postfix/src/global/mail_version.h

index 7c756c783e95a7b6f403605d7447a913059c6ee4..d03253f4876a5389734257469d356e60127c0f47 100644 (file)
@@ -7657,6 +7657,8 @@ Time units: s (seconds), m (minutes), h (hours), d (days), w (weeks).
 The default time unit is s (seconds).
 </p>
 
+<p> This feature is available in Postfix 2.8 and later.  </p>
+
 
 </DD>
 
@@ -7690,6 +7692,8 @@ Time units: s (seconds), m (minutes), h (hours), d (days), w (weeks).
 The default time unit is s (seconds).
 </p>
 
+<p> This feature is available in Postfix 2.8 and later.  </p>
+
 
 </DD>
 
index e1dae684a7d16eec83a43df27ea73a7ef3b0e0c9..c61047052623ce1dfd0a34da3bab7a65fe0db9a1 100644 (file)
@@ -4369,6 +4369,8 @@ a request before it is terminated by a built-in watchdog timer.
 .PP
 Time units: s (seconds), m (minutes), h (hours), d (days), w (weeks).
 The default time unit is s (seconds).
+.PP
+This feature is available in Postfix 2.8 and later.
 .SH qmgr_fudge_factor (default: 100)
 Obsolete feature: the percentage of delivery resources that a busy
 mail system will use up for delivery of a large mailing  list
@@ -4384,6 +4386,8 @@ software either retries or aborts the operation.
 .PP
 Time units: s (seconds), m (minutes), h (hours), d (days), w (weeks).
 The default time unit is s (seconds).
+.PP
+This feature is available in Postfix 2.8 and later.
 .SH qmgr_message_active_limit (default: 20000)
 The maximal number of messages in the active queue.
 .SH qmgr_message_recipient_limit (default: 20000)
index f936b81a02bcd8f1c2d0b5ec36c89600752683d4..775b0acfe383f365ca55d37bb06093ea2b842ef6 100644 (file)
@@ -305,7 +305,7 @@ esac
 
 install_root_prompt="the prefix for installed file names. Specify
 this ONLY if you are building ready-to-install packages for
-distribution to other machines."
+distribution to OTHER machines. See PACKAGE_README for instructions."
 
 tempdir_prompt="a directory for scratch files while installing
 Postfix.  You must have write permission in this directory."
index d583da7fc4047b306e06765efdfecebd960b6c6f..b75f949a08575af41104ab9576e8d568afbba400 100644 (file)
@@ -13506,6 +13506,8 @@ Time units: s (seconds), m (minutes), h (hours), d (days), w (weeks).
 The default time unit is s (seconds).
 </p>
 
+<p> This feature is available in Postfix 2.8 and later.  </p>
+
 %PARAM qmgr_daemon_timeout 1000s
 
 <p> How much time a Postfix queue manager process may take to handle
@@ -13517,6 +13519,8 @@ Time units: s (seconds), m (minutes), h (hours), d (days), w (weeks).
 The default time unit is s (seconds).
 </p>
 
+<p> This feature is available in Postfix 2.8 and later.  </p>
+
 %PARAM tls_preempt_cipherlist no
 
 <p> With SSLv3 and later, use the server's cipher preference order
index bf8538a6ce81f904cbaf5bfb8415a517d7c013b2..256a688f4cd91aeadb1a9e7a953757f6ce7ae4cf 100644 (file)
@@ -20,8 +20,8 @@
   * Patches change both the patchlevel and the release date. Snapshots have no
   * patchlevel; they change the release date only.
   */
-#define MAIL_RELEASE_DATE      "20110615"
-#define MAIL_VERSION_NUMBER    "2.8.4-RC1"
+#define MAIL_RELEASE_DATE      "20110706"
+#define MAIL_VERSION_NUMBER    "2.8.4"
 
 #ifdef SNAPSHOT
 # define MAIL_VERSION_DATE     "-" MAIL_RELEASE_DATE