Subject: CVS commit: pkgsrc/mail/postfix
To: None <pkgsrc-changes@NetBSD.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 09/23/2004 16:10:07
Module Name:	pkgsrc
Committed By:	martti
Date:		Thu Sep 23 16:10:07 UTC 2004

Modified Files:
	pkgsrc/mail/postfix: Makefile distinfo options.mk
	pkgsrc/mail/postfix/patches: patch-ag

Log Message:
Updated postfix to 2.1.5

- The code to eliminate the local MTA from an MX address list did
  not handle the case that the local MTA could appear with different
  MX preferences in both inet_interfaces and proxy_interfaces.

- The SMTP server's kiss-of-death message "421 Timeout exceeded"
  wasn't guarded by setjmp().

- The SMTP server didn't update the per-session error counter when
  a client was denied access with smtpd_delay_reject=no.

- The Postfix sendmail command leaked file descriptors when it was
  unable to execute the postdrop mail submission command.

- The bounce daemon sent the wrong type of bounce message when a

- Plus some portability, safety and documentation fixes.


To generate a diff of this commit:
cvs rdiff -r1.149 -r1.150 pkgsrc/mail/postfix/Makefile
cvs rdiff -r1.75 -r1.76 pkgsrc/mail/postfix/distinfo
cvs rdiff -r1.8 -r1.9 pkgsrc/mail/postfix/options.mk
cvs rdiff -r1.13 -r1.14 pkgsrc/mail/postfix/patches/patch-ag

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.