From: Andreas Winkelmann (no email)
Date: Thu Dec 14 2006 - 12:34:39 EST
Am Thursday 14 December 2006 18:09 schrieb Alexander Burke:
> I've configured Postfix with Cyrus-SASL, Cyrus-IMAP, and MySQL. CRAM-MD5
> authentication is not being attempted against the database, even though
> it stores both plaintext and md5 passwords:
> Here's the contents of my /usr/lib/sasl2/smtpd.conf:
>
> pwcheck_method: authdaemond
> log_level: 4
> mech_list: plain login cram-md5 digest-md5
> authdaemond_path: /var/spool/authdaemon/socket
The authdaemond Protocol between Cyrus-SASL Library and the authdaemond itself
is similar to the Protocol between the Library and saslauthd. The Protocol
does not support Shared-Secret Mechanisms. You are bound to:
mech_list: plain login
-- Andreas
|
|
|