Subject: CVS commit: pkgsrc/mail/postfix
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 11/21/2003 15:33:41
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Nov 21 15:33:41 UTC 2003

Modified Files:
	pkgsrc/mail/postfix: Makefile
Added Files:
	pkgsrc/mail/postfix: PLIST.sasl

Log Message:
* With SASL2, the correct pwcheck_method to use the /etc/sasldb2 is
  "auxprop".

* Modify the package so that the smtpd.conf file is initially stored
  with the other example files and copied over to its true location
  via CONF_FILES.  This allows modifying the postfix installation to
  use some other SASL authenticaion method, e.g. PLAIN with saslauthd
  through TLS.

* Only allow using one SASL library or the other, and prefer SASL2 to
  SASL1.


To generate a diff of this commit:
cvs rdiff -r1.106 -r1.107 pkgsrc/mail/postfix/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/mail/postfix/PLIST.sasl

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