$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';
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 #31once I hit the LOGIN button.Can anybody help me? Any hints? Where to start?Best regardsRalf