summaryrefslogtreecommitdiff
path: root/mail/postfix
diff options
context:
space:
mode:
authorbad <bad@pkgsrc.org>2005-03-08 18:35:04 +0000
committerbad <bad@pkgsrc.org>2005-03-08 18:35:04 +0000
commit54d16e4557d5d354735a0dc60ccaefe5e0c16f56 (patch)
tree325fbad9662b1794cf4c38d8bbcb191b3b5fced8 /mail/postfix
parent02a4166135d944b598674351d0a406d51fe6991f (diff)
downloadpkgsrc-54d16e4557d5d354735a0dc60ccaefe5e0c16f56.tar.gz
Be more explicit about what to configure for SASL authentication in
server and client roles.
Diffstat (limited to 'mail/postfix')
-rw-r--r--mail/postfix/MESSAGE.sasl12
1 files changed, 10 insertions, 2 deletions
diff --git a/mail/postfix/MESSAGE.sasl b/mail/postfix/MESSAGE.sasl
index e38d0487eff..661718cbdf2 100644
--- a/mail/postfix/MESSAGE.sasl
+++ b/mail/postfix/MESSAGE.sasl
@@ -1,7 +1,7 @@
===========================================================================
-$NetBSD: MESSAGE.sasl,v 1.6 2004/07/19 05:28:07 jlam Exp $
+$NetBSD: MESSAGE.sasl,v 1.7 2005/03/08 18:35:04 bad 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
@@ -10,6 +10,14 @@ security/cyrus-saslauthd, you should change the contents of smtpd.conf to:
pwcheck_method: saslauthd
+You may also want to edit main.cf and set the smtpd_sasl_* variables to
+appropriate values.
+
+To enable SASL authentication in the ${PKGNAME} SMTP client, you may want to
+edit main.cf and set the smtp_sasl_* variables to appropriate values.
+
+The corresponding SASL authentication plugins need to be installed also.
+
Please consult:
${DOCDIR}/SASL_README