Roundcube Community Forum

 

Is possible to use Roundcube without database?

Started by xuta.le, February 21, 2012, 05:05:05 AM

Previous topic - Next topic

xuta.le

I want to use Roundcube without database, only using text file.
Is it possible?
Thanks.

mailaddict

AFAIK this is not possible.

If you don't have a SQL server, you could use a SQLite database. That's a database stored in a single file without the need for a database server.

Check your RC configuration (db.inc.php) and these examples: Manual :: The Data Source Name

PHP must support SQLite for this - check with phpinfo().

Regards, mailaddict