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:
THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION cp01 OK CAPABILITY completed Tried PLAIN: Resource id #31
once I hit the LOGIN button.
Can anybody help me? Any hints? Where to start?
Best regards Ralf
What does your db.inc.php look like?
$rcmail_config = array();
// PEAR database DSN for read/write operations // format is db_provider://user:password@host/databse // currentyl suported db_providers: mysql, sqlite
$rcmail_config['db_dsnw'] = ' mysql://xxxxxxxx:xxxxxxx@mysql19.powweb.com/ganymeadecom_roundcube3'; // postgres example: 'pgsql://roundcube:pass@localhost/roundcubemail'; // sqlite example: 'sqlite://./sqlite.db?mode=0646';
On 3/15/06, Ralf Rottmann ralf.rottmann@voicint.com 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
once I hit the LOGIN button.
Can anybody help me? Any hints? Where to start?
Best regards Ralf
-- Dan Schaper
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