a1f833280a
package update in the previous commit.
34 lines
956 B
Text
34 lines
956 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE.sasl,v 1.8 2005/03/28 08:53:07 jlam Exp $
|
|
|
|
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:
|
|
|
|
pwcheck_method: saslauthd
|
|
|
|
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
|
|
|
|
and the SASL documentation for more information on setting up SASL
|
|
authentication.
|
|
|
|
===========================================================================
|