$OpenBSD: patch-config_defaults_inc_php,v 1.4 2014/07/21 07:58:28 sthen Exp $
--- config/defaults.inc.php.orig	Sun Jul 20 13:17:57 2014
+++ config/defaults.inc.php	Mon Jul 21 08:26:30 2014
@@ -24,7 +24,7 @@ $config = array();
 // Currently supported db_providers: mysql, pgsql, sqlite, mssql or sqlsrv
 // For examples see http://pear.php.net/manual/en/package.database.mdb2.intro-dsn.php
 // NOTE: for SQLite use absolute path: 'sqlite:////full/path/to/sqlite.db?mode=0646'
-$config['db_dsnw'] = 'mysql://roundcube:@localhost/roundcubemail';
+$config['db_dsnw'] = 'sqlite:///roundcubemail/db/sqlite.db?mode=0660';
 
 // Database DSN for read-only operations (if empty write database will be used)
 // useful for database replication
@@ -601,7 +601,7 @@ $config['spellcheck_dictionary'] = false;
 // - 'atd'     - install your own After the Deadline server or check with the people at http://www.afterthedeadline.com before using their API
 // Since Google shut down their public spell checking service, you need to 
 // connect to a Nox Spell Server when using 'googie' here. Therefore specify the 'spellcheck_uri'
-$config['spellcheck_engine'] = 'googie';
+$config['spellcheck_engine'] = 'pspell';
 
 // For locally installed Nox Spell Server or After the Deadline services,
 // please specify the URI to call it.
