summaryrefslogtreecommitdiff
path: root/mail/postfix/MESSAGE.sasl
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix/MESSAGE.sasl')
-rw-r--r--mail/postfix/MESSAGE.sasl21
1 files changed, 17 insertions, 4 deletions
diff --git a/mail/postfix/MESSAGE.sasl b/mail/postfix/MESSAGE.sasl
index c6de6c10c23..2064e236a9f 100644
--- a/mail/postfix/MESSAGE.sasl
+++ b/mail/postfix/MESSAGE.sasl
@@ -1,7 +1,20 @@
===========================================================================
-$NetBSD: MESSAGE.sasl,v 1.4 2004/07/19 02:46:30 jlam Exp $
+$NetBSD: MESSAGE.sasl,v 1.5 2004/07/19 02:48:42 jlam Exp $
+
+To enable SASL authentication, 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:
+
+ pwcheck_method: saslauthd
+
+Please consult:
+
+ ${EXAMPLEDIR}/sample-auth.cf
+
+and the SASL documentation for more information on setting up SASL
+authentication.
-To enable SASL authentication, you might need to change permission
-of ${PKG_SYSCONFDIR}/sasldb.db so that smtpd can read it, and configure
-${PKG_SYSCONFDIR}/main.cf.
===========================================================================