Update postfix package to 2.8.4.
Postfix stable release 2.8.4 is available. This contains fixes and workarounds that were already included with the Postfix 2.9 experimental release. Where applicable these fixes will also be made available for the legacy releases Postfix 2.5..2.7. * Performance: a high load of DSN success notification requests could slow down the queue manager. Solution: make the trace client asynchronous, just like the bounce and defer clients. * The local(8) delivery agent ignored table lookup errors in mailbox_command_maps, mailbox_transport_maps, fallback_transport_maps and (while bouncing mail to alias) alias owner lookup. * Workaround: dbl.spamhaus.org rejects lookups with "No IP queries" even if the name has an alphanumerical prefix. We play safe, and skip both RHSBL and RHSWL queries for names ending in a numerical suffix. * The "sendmail -t" command reported "protocol error" instead of "file too large", "no space left on device" etc. * The Postfix Milter client reported a temporary error instead of "file too large" in three cases. * Linux kernel version 3 support. Linus Torvalds has reset the counters for reasons not related to changes in code. You can find the updated Postfix source code at the mirrors listed at http://www.postfix.org/.
This commit is contained in:
parent
5eecaa0066
commit
94b2d747c8
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.240 2011/06/10 21:57:09 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.241 2011/07/27 06:04:54 taca Exp $
|
||||
|
||||
DISTNAME= postfix-2.8.3
|
||||
PKGREVISION= 1
|
||||
DISTNAME= postfix-2.8.4
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/
|
||||
MASTER_SITES+= http://postfix.it-austria.net/releases/official/
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.135 2011/05/10 13:38:23 taca Exp $
|
||||
$NetBSD: distinfo,v 1.136 2011/07/27 06:04:54 taca Exp $
|
||||
|
||||
SHA1 (postfix-2.8.3.tar.gz) = 2604066f158f5327449960afd6334b996dc01799
|
||||
RMD160 (postfix-2.8.3.tar.gz) = 9312cb25c352cc3613efed48e0a3b83f7f5fcba5
|
||||
Size (postfix-2.8.3.tar.gz) = 3645105 bytes
|
||||
SHA1 (postfix-2.8.4.tar.gz) = 48d077ad2614098f39411cb965a74d8ce2f3e5be
|
||||
RMD160 (postfix-2.8.4.tar.gz) = fbeb785c5ed08febf5cf71ea375b10120c1f62b6
|
||||
Size (postfix-2.8.4.tar.gz) = 3646391 bytes
|
||||
SHA1 (patch-aa) = 5b4923402c80957e47b8a4e16c897287b88544bb
|
||||
SHA1 (patch-ag) = e335304c9126b9b648fc96110bc68e2795b1ae35
|
||||
SHA1 (patch-ai) = ef3feef8a4fe7781a89f7e087fc5780760b461b1
|
||||
|
|
Loading…
Reference in a new issue