Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: rdas on August 17, 2017, 03:47:36 AM

Title: Password Plugin with SQLite3 on ubuntu 16.06
Post by: rdas on August 17, 2017, 03:47:36 AM
Hi,
I am trying to configure the password plugin. The database is sqlite. The path to the sqlite file is (write permission given to www-data group):

$config['password_db_dsn'] = 'sqlite:////etc/postfix/sqlite/db/postfix.db';

I am unable to connect to the database. I see the following message in logs/errors:

DB Error: [14] unable to open database file (SQL Query: update...

I cannot find out why this is happening. Do I need to install any additional pear package?

Thanks.