I want to use Roundcube without database, only using text file.
Is it possible?
Thanks.
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 (http://pear.php.net/manual/en/package.database.mdb2.intro-dsn.php)
PHP must support SQLite for this - check with phpinfo().
Regards, mailaddict