Roland Harke wrote:
Ich habe Cyrus-Imap installiert (SuSE 8.2), bastel jetzt schon Tage dran rum und find den Fehler nicht. Vielleicht ist ja doch jemand so nett, und weist mir den richtigen Weg.
[snip]
/var/log/messages: (extract)
[snip]
Aug 1 16:29:28 roland imapd[18552]: badlogin: localhost[127.0.0.1] DIGEST-MD5 [SASL(-13): authentication failure: client response doesn't match what we generated]
Wie sieht denn Deine sasl-config aus ?
roland:/home/roland # cat /usr/lib/sasl2/smtpd.conf
Das ist von Postfix, in Deiner Mail beziehst Du Dich doch auf Cyrus-Imap. Die sasl-config ist in der /etc/imapd.conf integriert. Da Du die von Postfix geschickt hast, nehme ich mal an, die steht noch auf saslauthd. Schau mal in imapd.conf in /etc und check dort mal "sasl_pwcheck_method:". Stell die dann evtl auch auf auxprop.
pwcheck_method: auxprop mech_list: plain login
Wieso sperrst Du für Postfix digest-md5 und cram-md5 aus, wenn Du die sasldb benutzt ?
Und wo liegen die User/Passwörter ?
Die user sind alle mit sasl angelegt worden
roland:/home/roland # sasldblistusers2 roland@roland: userPassword root@roland: userPassword cyrus@roland: userPassword dahab@roland: userPassword fakhar@roland: userPassword
-- Gruß, Andreas