Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id A154763B8EA for ; Thu, 4 Jun 2009 14:08:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 2910363B1BD; Thu, 4 Jun 2009 14:08:59 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 8CC5063B1B9 for ; Thu, 4 Jun 2009 14:08:57 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0D30E175DF; Thu, 4 Jun 2009 14:08:57 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Thu, 4 Jun 2009 14:08:57 +0000 From: Martti Kuparinen Subject: CVS commit: pkgsrc/mail/postfix To: pkgsrc-changes@NetBSD.org Reply-To: martti@netbsd.org X-Mailer: log_accum Message-Id: <20090604140857.0D30E175DF@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: martti Date: Thu Jun 4 14:08:57 UTC 2009 Modified Files: pkgsrc/mail/postfix: Makefile distinfo Log Message: Updated mail/postfix to 2.6.2 Postfix stable release 2.6.2 fixes one defect in SASL support. This does not affect Postfix versions 2.5 and earlier. With plaintext SMTP sessions AND smtpd_tls_auth_only=yes AND smtp_sasl_auth_enable=yes, the SMTP server logged warnings for reject_*_sender_login_mismatch, instead of enforcing them. You can find Postfix version 2.6.2 at the mirrors listed at http://www.postfix.org/ The same fix is also available in Postfix snapshot 2.7-20090528. Postfix versions 2.5 and earlier are not affected. To generate a diff of this commit: cvs rdiff -u -r1.227 -r1.228 pkgsrc/mail/postfix/Makefile cvs rdiff -u -r1.126 -r1.127 pkgsrc/mail/postfix/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.