Author Topic: Squirrelmail to Roundcube Migration  (Read 6526 times)

Offline rex_ray

  • Newbie
  • *
  • Posts: 1
Squirrelmail to Roundcube Migration
« on: September 27, 2010, 10:50:25 PM »
Thanks in advance for the help. Am using the latest version of both  Roundcube (0.4) and  "Squirrelmail User Copy" (1.4) plugin. My config.inc.php contains the following,


// Driver - 'file' or 'sql'
$rcmail_config['squirrelmail_driver'] = 'file';

// full path to the squirrelmail data directory
$rcmail_config['squirrelmail_data_dir'] = '/var/data/';
$rcmail_config['squirrelmail_data_dir_hash_level'] = 0;

Since Squirrelmail *.pref, *.abook files were stored in a flat file system in the old mail server I only changed these two settings appropriate to my setup. In the new mail server I created a "/var/data" dir and manually copied the contents of Squirrelmail data from the old mail server and changed the ownership to "apache". To test it I logged as "user3" via Roundcube, but there is no import of addressbook entries from the copied files. Also added "squirrelmail user copy" to the plugins list in "main.inc.php" file. Please help me out and point out what am doing wrong here.
« Last Edit: September 27, 2010, 10:52:26 PM by rex_ray »