Postfix 2.4.7 and 2.3.14 available
[email protected] (Wietse Venema) Mon, 18 Feb 2008 20:48:49 -0500 (EST)
| Newsgroups | gmane.mail.postfix.announce |
|---|---|
| Message-ID | <20080219014849.15C0C3D1E34__11406.1523498551$1203385867$gmane$org@tail.porcupine.org> |
Postfix versions 2.4.7 and 2.3.14 provide back-ported versions of fixes that have already appeared in Postfix versions 2.5 and 2.6. Earlier Postfix versions are no longer supported. Supporting four releases is enough. You can find the source code and patch files on the mirror sites listed at http://www.postfix.org/ Wietse Change log: 20071030 Bugfix (introduced Postfix 2.3): Postfix mistakenly enforced the 64kbyte limit (for sending body parts TO Milter applications) also while receiving packets FROM Milter applications. The limit is now at least 1GB. File: milter/milter8.c. 20071202 Bugfix (introduced Postfix 2.2): don't update the back-to-back delivery time stamp while deferring mail. File: *qmgr/qmgr_entry.c. 20071211 Bugfix (introduced 19980315): the "write" equivalent of bugfix 20030104. File: util/vstream.c. 20071213 Bugfix (introduced Postfix 2.3): the SMTP client never marked corrupt files as corrupt. Victor Duchovni. File: smtp/smtp_proto.c. 20071229 Bugfix: the Milter client did not replace the Postfix-specific form for unknown host names by the Sendmail-specific form. File: milter/milter8.c. 20080104 Workaround: minor change to the Dovecot AUTH request to prevent dovecot-auth memory wastage. Timo Sirainen. File: xsasl/xsasl_dovecot_server.c.