$OpenBSD: patch-config_config_inc_php_sample,v 1.5 2019/11/22 12:38:28 sthen Exp $

--- config/config.inc.php.sample.orig	Wed Apr 26 19:52:25 2017
+++ config/config.inc.php.sample	Wed Apr 26 22:18:17 2017
@@ -25,7 +25,8 @@ $config = array();
 // For examples see http://pear.php.net/manual/en/package.database.mdb2.intro-dsn.php
 // NOTE: for SQLite use absolute path (Linux): 'sqlite:////full/path/to/sqlite.db?mode=0646'
 //       or (Windows): 'sqlite:///C:/full/path/to/sqlite.db'
-$config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
+// $config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
+$config['db_dsnw'] = 'sqlite:///roundcubemail/db/sqlite.db?mode=0660';
 
 // The IMAP host chosen to perform the log-in.
 // Leave blank to show a textbox at login, give a list of hosts
