Timo Sirainen schrieb:
On Mon, 2009-06-01 at 20:29 +0200, reg9009 wrote:
The effect on Outlook/OE is that it keeps asking for the password...
Hmh. What about with the attached patch? I guess it then at least logs in, but does it use IDLE?
unfortunately the patch doesn't work either. But I think I've got the cause:
Outlook Express working with dovecot 1.2:
0.010098 10.4.1.172 -> 10.4.1.100 IMAP Response: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE AUTH=PLAIN AUTH=LOGIN AUTH=DIGEST-MD5 AUTH=CRAM-MD5] Dovecot ready. 0.031029 10.4.1.100 -> 10.4.1.172 IMAP Request: 447p CAPABILITY 0.031086 10.4.1.172 -> 10.4.1.100 IMAP Response: * CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE SORT THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH QUOTA AUTH=PLAIN AUTH=LOGIN AUTH=DIGEST-MD5 AUTH=CRAM-MD5 0.044316 10.4.1.100 -> 10.4.1.172 IMAP Request: 4q67 LOGIN "info@xxxx.com" "mypassword" 0.066054 10.4.1.172 -> 10.4.1.100 IMAP Response: 4q67 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE SORT THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH QUOTA] Logged in 0.080616 10.4.1.100 -> 10.4.1.172 IMAP Request: gb5g IDLE
same Outlook Express not working with dovecot 2.0:
59.755482 10.4.1.171 -> 10.4.1.100 IMAP Response: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE AUTH=PLAIN AUTH=LOGIN AUTH=DIGEST-MD5 AUTH=CRAM-MD5] Dovecot ready. 59.764561 10.4.1.100 -> 10.4.1.171 IMAP Request: 2rzz CAPABILITY 59.764624 10.4.1.171 -> 10.4.1.100 IMAP Response: * CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE AUTH=PLAIN AUTH=LOGIN AUTH=DIGEST-MD5 AUTH=CRAM-MD5 59.786662 10.4.1.100 -> 10.4.1.171 IMAP Request: lfjo LOGIN "info@xxxx.com" "mypassword" 59.790349 10.4.1.171 -> 10.4.1.100 IMAP Response: lfjo Logged in
Note the answer to the login request. I think dovecot 2.0 always missed the starting "OK ...". Maybe this is the problem?
Regards, Sebastian