Author Topic: Is possible to use Roundcube without database?  (Read 3800 times)

Offline xuta.le

  • Newbie
  • *
  • Posts: 1
Is possible to use Roundcube without database?
« on: February 21, 2012, 05:05:05 AM »
I want to use Roundcube without database, only using text file.
Is it possible?
Thanks.

mailaddict

  • Guest
Is possible to use Roundcube without database?
« Reply #1 on: February 21, 2012, 05:33:07 PM »
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