Postfix 2.0.7 available

[email protected] (Wietse Venema) Wed, 19 Mar 2003 21:06:38 -0500 (EST)
Newsgroups gmane.mail.postfix.announce
Message-ID <20030320020638.4ECA0BC06F__42500.8214348511$1048126072@spike.porcupine.org>
Postfix 2.0.7 brings a few cosmetic fixes.

- The SMTP server access map actions HOLD, DISCARD, FILTER (and
  REDIRECT in snapshots) dumped core with smtpd_delay_reject=no,
  and with ETRN.

- The DISCARD action now works as expected and causes Postfix to
  skip other restrictions such as REJECT.

- The postsuper manual page documented support for the -c command
  line option, but the feature was not implemented.

- The VRFY command was broken as of Postfix 2.0, and would always
  reply with 252 (neutral) unless the service was disabled.

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

	 8321 Mar 19 20:43 postfix-2.0-patch07.gz
       267072 Mar 19 20:35 postfix-2.0.7.HISTORY
	41724 Mar  5 21:29 postfix-2.0.7.RELEASE_NOTES
      1345929 Mar 19 20:36 postfix-2.0.7.tar.gz
	  152 Mar 19 20:36 postfix-2.0.7.tar.gz.sig

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

       275564 Mar 19 20:32 postfix-2.0.7-20030319.HISTORY
	 8167 Mar  5 21:35 postfix-2.0.7-20030319.RELEASE_NOTES
      1382212 Mar 19 20:37 postfix-2.0.7-20030319.tar.gz
	  152 Mar 19 20:37 postfix-2.0.7-20030319.tar.gz.sig

The experimental release includes sender or recipient address
verification before accepting SMTP mail, verbose delivery with
"sendmail -v", and tests of how mail would be delivered with
"sendmail -bv".

Soon to appear on the mirrors listed at www.postfix.org.

	Wietse

HISTORY file:

20030311-19

        Bugfix: the access map actions HOLD, DISCARD, FILTER and
        REDIRECT were broken with smtpd_delay_reject=no and with
        ETRN.  This required re-architecting of the actions code.
        Files:  smtpd/smtpd.[hc], smtpd/smtpd_check.c, smtpd/smtpd_state.c.

20030315

        Bugfix: the postsuper manual page documented support for
        the -c command line option, but it was not implemented.
        File: postsuper/postsuper.c.

        Bugfix: the Postfix 2.0 recipient map checking code broke
        the VRFY command, causing it to reply with status code 252
        for non-existent addresses. This required re-architecting
        the recipient table lookup code. File:  smtpd/smtpd_check.c.

20030319

	Snapshot only:

        Feature: configurable limit on virtual alias expansion size
        and nesting depth, via the virtual_alias_expansion_limit
        and virtual_alias_recursion_limit parameters. The default
        limits are compatible with past Postfix versions.  Victor
        Duchovni, Morgan Stanley. Files: /sample-resource.cf,
        html/resource.html, cleanup/cleanup.c, cleanup/cleanup_init.c,
        cleanup/cleanup_map1n.c.

	Snapshot only:

        Feature: the installation procedure records build information
        (by default:  in /etc/postfix/makedefs.out).