Postfix 2.5 patchlevel 1 available

[email protected] (Wietse Venema) Mon, 18 Feb 2008 20:40:46 -0500 (EST)
Newsgroups gmane.mail.postfix.announce
Message-ID <20080219014046.D76BC3D1E34__30958.0294452191$1203385410$gmane$org@tail.porcupine.org>
Postfix version 2.5 patchlevel 01 is available.

- The Postfix 2.5 "postfix upgrade-configuration" command now works
  even with Postfix 2.4 or earlier versions of the postfix command,
  instead of producing a main.cf file with an empty "data_directory"
  parameter value.

- When installing Postfix 2.5.0 without upgrading from an existing
  master.cf file, the new master.cf file had an incorrect process
  limit for the proxywrite service. This service is used only by
  the obscure "smtp_sasl_auth_cache_name" and "lmtp_sasl_auth_cache_name"
  configuration parameters.

- Someone needed multi-line support for header/body Milter replies.

- The LDAP client's TLS support was broken in several ways.

You can find Postfix 2.5.1 on the sites listed at http://www.postfix.org/

	Wietse

Change log:

20080125

	Bugfix (introduced 20071216): missing {} in the LDAP client
	broke OpenLDAP TLS.  The setting tls_require_cert=no was
	further broken because Postfix used OpenLDAP incorrectly.
	Victor Duchovni.  File: global/dict_ldap.c.

20080130

	Bugfix (introduced 20071204): wrong proxywrite process limit
	in the default master.cf file.  File: conf/master.cf.

20080201

	Workaround: pick up a missing data_directory setting from
	main.cf when "postfix start" is invoked with an obsolete
	postfix command. File: conf/post-install.

	Workaround (introduced 20071204): update the wrong proxywrite
	process limit when upgrading an already installed default
	master.cf file.  File: conf/post-install.

20080207

	Cleanup: soft_bounce support for multi-line Milter replies.
	File: src/milter/milter8.c.

	Cleanup: preserve multi-line format of header/body Milter
	replies. Files: cleanup/cleanup_milter.c, smtpd/smtpd.c.

	Cleanup: multi-line support in SMTP server replies.  File:
	smtpd/smtpd_chat.c.