diff options
author | jlam <jlam@pkgsrc.org> | 2002-07-31 15:39:35 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-07-31 15:39:35 +0000 |
commit | edf460a3c27e154377931dbd127fda2478736057 (patch) | |
tree | 4017b4cd2e28139cc542940e22b5e8e5cb104561 /mail | |
parent | 692a6e55bfbbe6c74244a98a31ce31accca5b499 (diff) | |
download | pkgsrc-edf460a3c27e154377931dbd127fda2478736057.tar.gz |
Change example imapd.conf file to default to "saslauthd" authentication
for plaintext password authentication. It's the better version of pwcheck.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd/files/imapd.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/cyrus-imapd/files/imapd.conf b/mail/cyrus-imapd/files/imapd.conf index f1d165710be..0d0f199b5d6 100644 --- a/mail/cyrus-imapd/files/imapd.conf +++ b/mail/cyrus-imapd/files/imapd.conf @@ -1,4 +1,4 @@ -# $NetBSD: imapd.conf,v 1.2 2001/09/18 21:56:30 skrll Exp $ +# $NetBSD: imapd.conf,v 1.3 2002/07/31 15:39:35 jlam Exp $ # # Cyrus IMAP server configuration file. Refer to imapd.conf(5) for # more options. @@ -10,7 +10,7 @@ hashimapspool: false admins: cyrus -# Use the pwcheck daemon to verify plaintext passwords. Please ensure that -# the pwcheck daemon is running before trying to authenticate. +# Use the saslauthd daemon to verify plaintext passwords. Please ensure that +# the saslauthd daemon is running before trying to authenticate. # -sasl_pwcheck_method: pwcheck +sasl_pwcheck_method: saslauthd |