Roundcube Community Forum

 

After change hostname to other failed load old contacts

Started by Son, November 16, 2010, 04:08:53 AM

Previous topic - Next topic

Son

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