Postfix 2.0 Patch 02 available

[email protected] (Wietse Venema) Wed, 15 Jan 2003 11:37:40 -0500 (EST)
Newsgroups gmane.mail.postfix.announce
Message-ID <20030115163740.06B83BC073__5139.24849587983$1042648718@spike.porcupine.org>
Postfix 2.0.2 fixes a few things that broke with Postfix 2.0.1.

- "sendmail -bs" was broken with Postfix 2.0.1. It tried to contact
the new proxymap service (in this mode, Postfix should not attempt
to open any lookup tables).  This was already fixed in the 20030105
snapshot release but not propagated to the stable release.

- "makedefs" was broken with Postfix 2.0.1 and no longer recognized
that PCRE was installed on SUSE Linux. It now allows null output
from the "pcre-config" utility (which is part of PCRE version 3).

Official release: ftp://ftp.porcupine.org/mirrors/postfix-release/official/

    2741 Jan 15 10:16 postfix-2.0-patch02.gz
  263218 Jan 15 10:12 postfix-2.0.2.HISTORY
   40316 Jan 12 20:16 postfix-2.0.2.RELEASE_NOTES
 1339432 Jan 15 10:19 postfix-2.0.2.tar.gz
     152 Jan 15 10:19 postfix-2.0.2.tar.gz.sig

Snapshot release: ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/

   270047 Jan 15 10:10 postfix-2.0.1-20030115.HISTORY
     5905 Jan 12 11:13 postfix-2.0.1-20030115.RELEASE_NOTES
  1365387 Jan 15 11:31 postfix-2.0.1-20030115.tar.gz
      152 Jan 15 11:31 postfix-2.0.1-20030115.tar.gz.sig

Or point your browser at the mirrors listed at www.postfix.org.

	Wietse

Postfix 2.0.2 HISTORY extract
=============================

20030113

	Added MAILER-DAEMON to the list of always recognized local
	addresses, since it is generated by Postfix bounces. File:
	smtpd/smtpd_check.c.

20030114

	Bugfix: transport_errno was not reset upon successful
	transport map wildcard lookup after an earlier failure.
	Reported by Victor Duchovny. File:  trivial-rewrite/transport.c.

	Cleanup: unnecessary warnings from the proxymap client
	after proxymap server disconnect. File:  global/dict_proxy.c.

	Cleanup: Patrik Rak found a few more chattr invocations
	that were missed 20021209. Files: postfix-install,
	conf/post-install.

	Cleanup: the pcre-config command can produce null outputs.
	Matthias Andree.  File: makedefs.

	Bugfix: the virtual(8) Makefile included $(AUXLIBS) in the
	dependencies.

20030115

	Bugfix: fixed in the snapshots 20030105 but missed in the
	stable release. "sendmail -bs" tried to access the proxymap
	service.  It should not try to open any user/domain/uce
	related tables at all. File:  smtpd/smtpd.c.