From ecd059a0cfcc5a7ba7aac4240db354c2de4b33ee Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 31 Jul 2002 15:39:35 +0000 Subject: Change example imapd.conf file to default to "saslauthd" authentication for plaintext password authentication. It's the better version of pwcheck. --- mail/cyrus-imapd/files/imapd.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mail/cyrus-imapd') 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 -- cgit v1.2.3