--- /var/www/roundcubemail/config/db.inc.php.orig Fri May 6 02:16:28 2011 +++ /var/www/roundcubemail/config/db.inc.php Fri May 6 02:51:41 2011 @@ -19,7 +19,7 @@ $rcmail_config = array(); // For examples see http://pear.php.net/manual/en/package.database.mdb2.intro-dsn.php // currently supported db_providers: mysql, mysqli, pgsql, sqlite, mssql or sqlsrv -$rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail'; +$rcmail_config['db_dsnw'] = 'sqlite:////[CHROOTED PATH TO SQLITE DB]?mode=0646'; // postgres example: 'pgsql://roundcube:pass@localhost/roundcubemail'; // Warning: for SQLite use absolute path in DSN: // sqlite example: 'sqlite:////full/path/to/sqlite.db?mode=0646'; @@ -69,5 +69,4 @@ $rcmail_config['db_sequence_cache'] = 'cache_ids'; $rcmail_config['db_sequence_messages'] = 'message_ids'; -// end db config file - +// end db config file \ No newline at end of file