Postfix 2.0.10 available

[email protected] (Wietse Venema) Thu, 22 May 2003 12:59:54 -0400 (EDT)
Newsgroups gmane.mail.postfix.announce,gmane.mail.postfix.user
Message-ID <[email protected]>
Postfix version 2.0 patchlevel 10 fixes lots of documentation and
a few minor code problems, none security related as usual.

- Ugly but harmless warnings from nqmgr after "postsuper -r" to
  requeue files that already had some recipients delivered.

- The proxy_read_maps parameter did not recognize "," as separator.

- The local delibery agent now defers delivery after .forward etc.
  file read error.

- The message_size_limit was applied when running "newaliases",
  so that the result alias database could be truncated on systems
  with very small message size limits.

The official release changes for bugfixes and portability issues
only.  Available from
ftp://ftp.porcupine.org/mirrors/postfix-release/official/ and from
the download mirrors listed at http://www.postfix.org/

     7703 May 21 19:24 postfix-2.0-patch10.gz
   269199 May 21 18:48 postfix-2.0.10.HISTORY
    42530 Apr 15 13:41 postfix-2.0.10.RELEASE_NOTES
  1348298 May 21 19:26 postfix-2.0.10.tar.gz
      152 May 21 19:26 postfix-2.0.10.tar.gz.sig

The experimental (snapshot) release is where new stuff is tried
out including address verification, and is what I run on my own
systems. Available from
ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ and
from the download mirrors listed at http://www.postfix.org/

   280892 May 21 20:47 postfix-2.0.10-20030521.HISTORY
     9972 Apr 17 17:40 postfix-2.0.10-20030521.RELEASE_NOTES
  1404325 May 21 20:47 postfix-2.0.10-20030521.tar.gz
      152 May 21 20:48 postfix-2.0.10-20030521.tar.gz.sig

A summary of changes is below the signature.

	Wietse

20030424

	Cleanup: readlline() did not terminate the result before
	complaining about lines starting with whitespace.

	Cleanup: eliminated valid_hostname warning for invalid
	queue file names. File: global/mail_queue.c.

	Bugfix: the Postfix sendmail command applied the message
	size limit when running as newaliases. The limiting code
	is now moved to the message enqueuing branch of the code.
	File: sendmail/sendmail.c.

20030429

	Bugfix: "," was not recognized in proxy_read_maps settings.
	Fix by Leandro Santi. File: proxymap/proxymap.c.

20030502

	Bugfix: defer delivery after .forward etc. file read error.
	File: local/token.c. Problem reported by Ben Rosengart,
	Panix.

20030520

	Cleanup: future time stamps in Received: headers and negative
	delays in delivery agent logging after "postdrop -r",
	because deferred queue files had future file modification
	times.  File:  src/postsuper/postsuper.c.

20030521

	Cleanup: nqmgr warnings about "recipient count mismatch"
	after "postdrop -r", because the cleanup server did not
	count the "already done" recipients. Problem reported by
	Richard Stockton, Gramma Software. Files:
	cleanup/cleanup_envelope.c, cleanup/cleanup_extracted.c