Postfix 2.0 Patch 03 available
[email protected] (Wietse Venema) Fri, 24 Jan 2003 14:19:54 -0500 (EST)
| Newsgroups | gmane.mail.postfix.announce |
|---|---|
| Message-ID | <20030124191954.EAFABBC06F__1226.78198754347$1043435973@spike.porcupine.org> |
Postfix version 2.0.3 brings the usual short list of corrections.
- Postfix 2.0 broke relocated table lookup results with mail not
rejected at the SMTP port, causing "User has moved to" text to be
deleted.
- A widely used maildir filename generating algorithm was broken.
This affects all Postfix versions with maildir support. Instead of
TIME.PID_COUNT.HOST Postfix now uses TIME.DEVICE_INODE.HOST.
- Postfix 2.0 gave incorrect FILTER_README instructions for sites
that wish to disable virtual alias mapping before the content
filter.
Official release:
10055 Jan 24 09:57 postfix-2.0-patch03.gz
264455 Jan 24 09:50 postfix-2.0.3.HISTORY
40316 Jan 12 20:16 postfix-2.0.3.RELEASE_NOTES
1339919 Jan 24 09:54 postfix-2.0.3.tar.gz
152 Jan 24 09:54 postfix-2.0.3.tar.gz.sig
Companion snapshot release with experimental address verification
probes, sendmail -v and sendmail -bv that show how mail is delivered:
271175 Jan 23 21:10 postfix-2.0.3-20030124.HISTORY
5905 Jan 12 11:13 postfix-2.0.3-20030124.RELEASE_NOTES
1370876 Jan 24 09:54 postfix-2.0.3-20030124.tar.gz
152 Jan 24 09:54 postfix-2.0.3-20030124.tar.gz.sig
Available from ftp://ftp.porcupine.org/mirrors/postfix-release/index.html
and from mirrors listed at http://www.postfix.org.
Wietse
Postfix 2.0.3 HISTORY fragment:
20030118
Typos: some hyperlinks referred to flushd, which is the
name that was used before the flush service was released.
Reported by Victor Duchovni.
Cleanup: smtpd no longer needed to open relocated_maps.
20030119
Cleanup: bounce messages used "X-Postfix" even when mail_name
was set to something other than the default "Postfix" name.
File: bounce/bounce-notify_util.c.
20030120
Bugfix: wrong FILTER_README instructions for disabling
virtual alias mapping in the cleanup server before the
content filter.
Bugfix: wrong FILTER_README instructions for destination-dependent
filtering, because relay_domains was specified incorrectly.
20030122
Bugfix: 20021207 (move relocated table lookup from queue
manager to trivial-rewrite server) broke relocated table
lookup results with mail not rejected at the SMTP port.
Files: *qmgr/qmgr_deliver.c, *qmgr/qmgr_message.c.
20030123
Bugfix: a widely used maildir filename algorithm was broken.
Postfix now uses TIME.DEVICE_INODE.HOST. Files: local/maildir.c,
virtual/maildir.c.
20030124
Cleanup: removed the address syntax check from the queue
manager, since a better test was implemented recently in
the trivial-rewrite server. Files: *qmgr/qmgr_message.c.