Postfix 2.0 Patchlevel 5 available

[email protected] (Wietse Venema) Mon, 3 Mar 2003 20:14:10 -0500 (EST)
Newsgroups gmane.mail.postfix.announce
Message-ID <20030304011410.77CB8BC06F__20089.0233893462$1046740497@spike.porcupine.org>
Postfix 2.0.5 fixes minor problems.

- The SMTP server's hard and soft error limits were off by one.
With "smtpd_hard_error_limit = 1", Postfix will now disconnect
after the first error, instead of the second one.

- The proxymap server could deadlock when the mydestination parameter
setting included a proxymapped lookup table.

- Some little fixes to documentation.

All these are also fixed with this week's snapshot releases.

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

     4258 Mar  3 17:27 postfix-2.0-patch05.gz
   266180 Feb 27 20:05 postfix-2.0.5.HISTORY
    41336 Mar  1 14:20 postfix-2.0.5.RELEASE_NOTES
  1342144 Mar  3 17:19 postfix-2.0.5.tar.gz
      151 Mar  3 17:19 postfix-2.0.5.tar.gz.sig

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

   274164 Mar  1 14:08 postfix-2.0.5-20030303.HISTORY
     7799 Mar  1 14:15 postfix-2.0.5-20030303.RELEASE_NOTES
  1372337 Mar  3 18:41 postfix-2.0.5-20030303.tar.gz
      152 Mar  3 18:41 postfix-2.0.5-20030303.tar.gz.sig

Soon to appear on the download mirror sites listed at
http://www.postfix.org/

	Wietse

20030223 snapshot only:

        Cleanup: added postmap/postalias -p option (do not inherit
        the source file permissions when creating a new file), for
        completeness.  A feature that can't be turned off is a bug.
        Files:  postmap/postmap.c, postalias/postalias.c.

	snapshot and stable release:

        Bugfix: smtpd_hard/soft_error_limit off-by-one error, so
        that the real limit was one larger than the configured
        value.  File: smtpd/smtpd.c, smtpd/smtpd_chat.c.

20030226

        Safety: proxymap server defense against potential deadlock
        when some library routine wants to open a proxied table.
        Instead, proxymap opens the requested table directly. File:
        proxymap/proxymap.c.

	snapshot only:

        Portability: updated AIX 5.x system dependent definitions.
        File: util/sys_defs.h.

20030227

        Bugfix: added mynetworks to the list of proxy_read_maps
        parameter settings that are pre-authorized to use proxied
        table lookups.  File: global/mail_params.h.

	snapshot only:

        Cleanup: daemons now log what table has changed before
        restarting. Files: dict.c, and anything that invoked
        dict_changed().

	snapshot only:

        Cleanup: more consistency in the naming of lookup table
        handles as generated by maps(3) and by match_list(3).