Ralf Rottmann wrote: > Hi there, > > I have just installed RoundCube and configured everything. I have set up > an IMAP accound and used Outlook to verify everything is working > (including username and password). However, RoundCube keeps giving me a > "Login failed" error. When I set logging to the trace (8) level, I do see: > > * CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT > THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION cp01 OK CAPABILITY > completed Tried PLAIN: Resource id #31
This means that the IMAP login was successful. I guess you have auto_create_user set to FALSE in config/main.inc.php. In that case RoundCube does not allow you to enter because there's no according user record found. You should set auto_create_user to TRUE and let RoundCube create a user record for your login. After that you're a known user and you can login even if you set that option to FALSE again. > > once I hit the LOGIN button. > > Can anybody help me? Any hints? Where to start? > > Best regards > Ralf > Regards, Thomas
