This is a discussion on Re: SMTP AUTH and sasl within the mailing.postfix.users forums, part of the Mail Servers and Related category; * Andi Reinbrech <AReinbre@multichoice.co.za> [041008 15:23]: > This has been answered a million times before (...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
* Andi Reinbrech <AReinbre@multichoice.co.za> [041008 15:23]:
> This has been answered a million times before (ref. google), but I > just can't get it to work. > I am running Fedora I, with stock standard sasl install (didn't recompile > it). Saslauthd is running -a shadow as root. > > /usr/local/lib/sasl2/smtpd.conf: > pwcheck_method: saslauthd > mech_list: PLAIN LOGIN > > Now, with the plain and login it works, but I want to use cramd and md5 and > all the other wonderful methods as well. And the answer is: saslauthd cannot handle shared-secret mechs such as CRAM-MD5 or DIGEST-MD5. It can only deal with plaintext mechanisms. p@rick -- SMTP AUTH howto: <http://postfix.state-of-mind.de/patrick.koetter/smtpauth/> SMTP AUTH debug utility: <http://postfix.state-of-mind.de/patrick.koetter/saslfinger/> |