summaryrefslogtreecommitdiff
path: root/mail/postfix-current/MESSAGE.sasl
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2005-09-30 06:04:32 +0000
committermartti <martti@pkgsrc.org>2005-09-30 06:04:32 +0000
commitd69e00ac5e7a3106fb07202a1cc01b254c1093c8 (patch)
tree14c03672284594351ee56f32e46a7ec79d536873 /mail/postfix-current/MESSAGE.sasl
parented3705164f598c7b0b8f41dc73eaf3effcb78298 (diff)
downloadpkgsrc-d69e00ac5e7a3106fb07202a1cc01b254c1093c8.tar.gz
Updated postfix-current to 2.3-20050922
* lots of bug fixes and new features (see RELEASE_NOTES for details) * sync PLIST.*, MESSAGE.*, Makefile and options.mk with pkgsrc/mail/postfix
Diffstat (limited to 'mail/postfix-current/MESSAGE.sasl')
-rw-r--r--mail/postfix-current/MESSAGE.sasl22
1 files changed, 18 insertions, 4 deletions
diff --git a/mail/postfix-current/MESSAGE.sasl b/mail/postfix-current/MESSAGE.sasl
index c824cc80384..efc0cd65bbc 100644
--- a/mail/postfix-current/MESSAGE.sasl
+++ b/mail/postfix-current/MESSAGE.sasl
@@ -1,16 +1,30 @@
===========================================================================
-$NetBSD: MESSAGE.sasl,v 1.2 2004/07/31 05:53:44 jlam Exp $
+$NetBSD: MESSAGE.sasl,v 1.3 2005/09/30 06:04:32 martti Exp $
-To enable SASL authentication, you may want to edit
+To enable SASL authentication in the SMTP server, you may want to edit
${SASLLIBDIR}/smtpd.conf
and change the method used to check plaintext passwords. To use
-security/cyrus-saslauthd, you should change the contents of smtpd.conf to:
+security/cyrus-saslauthd, you should change the contents of smtpd.conf
+to:
pwcheck_method: saslauthd
-Please consult:
+You may also want to edit
+
+ ${PKG_SYSCONFDIR}/main.cf
+
+and set the smtpd_sasl_* variables to appropriate values.
+
+To enable SASL authentication in the SMTP client, you may want to edit
+
+ ${PKG_SYSCONFDIR}/main.cf
+
+and set the smtp_sasl_* variables to appropriate values.
+
+The corresponding SASL authentication plugins will also need to be
+installed. Please consult:
${DOCDIR}/SASL_README