OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Postfix not trying authdaemond SASL for CRAM-MD5

From: Andreas Winkelmann (mlawinkelmann.de)
Date: Thu Dec 14 2006 - 11:34:39 CST


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