On Fri, 4 Jan 2002, Ken Murchison wrote:
> Did you compile any other SASL mechs (CRAM-MD5, etc), or did you disable
> all of them. If so, you have a bigger problem, because imapd isn't
> seeing any of them.
# grep enabled CONFIG.LOG
checking CRAM-MD5... enabled
checking DIGEST-MD5... enabled
checking ANONYMOUS... enabled
checking PLAIN... enabled
I also have libs for these in /usr/local/lib/sasl which is symlinked to
/usr/lib/sasl, just in case.
> OK. You could try adding '-p 2' to the imapd command-line in cyrus.conf
> and restarting master. This will force PLAIN to be advertised even
> without SSL protection. Then try:
>
> imtext -m plain <servername>
>
> If this doesn't show PLAIN, then SASL isn't finding your plugins.
Ok, this might be the problem:
$ imtest -m plain localhost
[...]
S: C01 OK Completed
Authentication failed. no mechanism available
Security strength factor: 0
*sigh* But I don't see why. :-/
*hrmpf*. I am using sasl_pwcheck_method: pwcheck.
Might this be the reason why it does not announce plain?
Ferdinand