$rcmail_config = array();
// PEAR database DSN for read/write operations // format is db_provider://user:password@host/databse // currentyl suported db_providers: mysql, sqlite, pgsql
$rcmail_config['db_dsnw'] = 'pgsql://webmail:secret@localhost/webmail'; // sqlite example: 'sqlite://./sqlite.db?mode=0646';
// PEAR database DSN for read only operations (if empty write database will be used) // userful for database replication $rcmail_config['db_dsnr'] = '';
Apache error log
PHP Warning: main(DB.php): failed to open stream: Operation not permitted in /home/httpd/vhosts/example.com/httpdocs/webmail/program/include/rcube_db.inc on line 23