Postfix snapshot version 1.1.7-20020331 available

[email protected] (Wietse Venema) Sun, 31 Mar 2002 13:58:38 -0500 (EST)
Newsgroups gmane.mail.postfix.announce
Message-ID <[email protected]>
Postfix snapshot 1.1.7-20020331 has all the bugfixes etc. of the
official 1.1.7 release, plus some new features. The official release
does not change except for bugfixes and portability patches. New
features are tried out in snapshot releases.  Code that works and
that stops changing becomes part of Postfix official version 1.2.

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

      215054 Mar 31 10:33 postfix-1.1.7-20020331.HISTORY
       53537 Mar 31 11:19 postfix-1.1.7-20020331.RELEASE_NOTES
     1191789 Mar 31 11:19 postfix-1.1.7-20020331.tar.gz
	 152 Mar 31 11:20 postfix-1.1.7-20020331.tar.gz.sig

You can also point your browser at:

    ftp://ftp.porcupine.org/mirrors/postfix-release/index.html

Soon to appear on the mirror sites listed on www.postfix.org.

        Wietse

Extract from the RELEASE_NOTES file:

	Support for the Cyrus SASL version 2 library, contributed by Jason
	Hoos. This adds some new functionality that was not available in
	Cyrus SASL version 1, and provides bit-rot insurance for the time
	when Cyrus SASL version 1 eventually stops working.

	A new smtp_helo_name parameter that specifies the hostname to be
	used in HELO or EHLO commands; this can be more convenient than
	changing the myhostname parameter setting.

	Choice between multiple instances of internal services:  bounce,
	cleanup, defer, error, flush, pickup, queue, rewrite, showq.  This
	allows you to use different cleanup server settings for different
	SMTP server instances.  For example, specify in the master.cf file:

	    localhost:10025 ... smtpd -o cleanup_service_name=cleanup2 ...
	    cleanup2        ... cleanup -o header_checks= body_checks= ...

Extract from the HISTORY file:

20020320

	Feature: smtp_helo_name parameter to specify the hostname
	or [ip.address] in HELO or EHLO commands. Files: smtp/smtp.c
	smtp/smtp_proto.c.

20020328

	Portability fix for OPENSTEP and NEXTSTEP by Gerben Wierda.
	File: util/sys_defs.h.

20020329

	Bugfix: defer_transports broke because the flush server
	triggered mail delivery (as if ETRN was sent) while doing
	some internal housekeeping of per-destination logfiles.
	Problem experienced by LaMont Jones, HP. File: flush/flush.c.

	Bugfix: virtual mapping broke for addresses with embedded
	whitespace. Fix by Victor Duchovni, Morgan Stanley. File:
	cleanup/cleanup_map1n.c.

	Feature: configurable service name for the internal services:
	bounce, cleanup, defer, error, flush, pickup, queue, rewrite,
	showq. This allows you to specify, for example, a non-default
	cleanup service (smtpd -o cleanup_service_name=alt_cleanup).
	Files: global/mail_params.[hc].

	Feature: SASL version 2 support by Jason Hoos. Files:
	*/*_sasl_glue.c, SASL_README, conf/sample-auth.cf.

20020330

	Bugfix: postqueue did not pass on non-default configuration
	directory settings when running showq while the mail system
	is down.  The super-user is now exempted from environment
	stripping in postqueue/postqueue.c. Problem reported by
	Victor Duchovni, Morgan Stanley.