I have enabled this plugin in my roundcube main config file.
I have also updated the plugin's config.inc.php file:
// Driver - 'file' or 'sql'
$rcmail_config['squirrelmail_driver'] = 'file';
// full path to the squirrelmail data directory
$rcmail_config['squirrelmail_data_dir'] = '/var/lib/roundcube/squirrel';
$rcmail_config['squirrelmail_data_dir_hash_level'] = 0;
That directory has all the .abook and .prefs files from the old squirrelmail setup. The files are readable for the webserver.
However, when going to the address book in roundcube, I'm not seeing the extra import button that should appear.
What else can I do to troubleshoot this? I'm running the latest debian packages for roundcube (0.7.2-9+deb7u1).
Thanks!
Quote from: kozmix on December 13, 2013, 07:42:26 AM
However, when going to the address book in roundcube, I'm not seeing the extra import button that should appear.
Who said there will be an extra button? This plugin does automatic import on first login.
Hah interesting! I was totally not aware of that. I've probably been following a wrong online guide somewhere where this plugin was told to add an extra button...
Alright, I definitely ran into the wrong manual then... I have tested with a user account that had not been imported yet in roundcube and the address book migration totally worked. Issues solved, root cause: PEBKAC.