Roundcube Community Forum

Release Support => Release Discussion => Topic started by: Son on November 16, 2010, 04:08:53 AM

Title: After change hostname to other failed load old contacts
Post by: Son on November 16, 2010, 04:08:53 AM
Some very slow mistake - after i changed in config/main.inc.php the option
//$rcmail_config['default_host'] = 'ssl://localhost';
to
$rcmail_config['default_host'] = 'ssl://127.0.0.1';

we have not found our any contacts in roundcube.

After database check this case that roundcubue created new account with new host and does not look in old settings in table users.

Solving: Delete new records with mail_host='127.0.0.1'
and update old records SET mail_host='127.0.0.1'

Probably set a new patch in new release, that roundcube should check the old account an if this exists update the mail_host with new setting.

Regards!
Alexander
Title: After change hostname to other failed load old contacts
Post by: rosali on November 16, 2010, 04:17:25 AM
#1486386 (Please think about to create unique user records linked to email address ...) ? Roundcube Webmail (http://trac.roundcube.net/ticket/1486386)