summaryrefslogtreecommitdiff
path: root/mail/postfix-current/MESSAGE.sasl
blob: efc0cd65bbcd7a5bc379fa88e4840ec0bd117cb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
===========================================================================
$NetBSD: MESSAGE.sasl,v 1.3 2005/09/30 06:04:32 martti 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.

===========================================================================