summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjlam <jlam>2002-07-31 15:39:35 +0000
committerjlam <jlam>2002-07-31 15:39:35 +0000
commitf9409bb333c99331859c5f05eca33bc294dc453a (patch)
tree4017b4cd2e28139cc542940e22b5e8e5cb104561 /mail
parent2bde26333d71714ef5f3e22f77702293d007839d (diff)
downloadpkgsrc-f9409bb333c99331859c5f05eca33bc294dc453a.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.conf8
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