diff options
Diffstat (limited to 'mail/postfix/MESSAGE.sasl')
-rw-r--r-- | mail/postfix/MESSAGE.sasl | 12 |
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 |