HI...
I need to know where RC store users preferences...
I installed RC on other server, but when my users make logged on, they can't see theirs signatures...
How can I deal this???
Thanks
Gilberto Nunes
List info: http://lists.roundcube.net/users/ BT/9b404e9e
On Fri, 20 Aug 2010 09:12:01 -0300, Gilberto Nunes gilberto.nunes@selbetti.com.br wrote:
HI...
I need to know where RC store users preferences...
Postgress, MySQL, ...
I installed RC on other server, but when my users make logged on, they can't see theirs signatures...
Perhaps you created a whole new database on that new server and pointed the new RoundCube installation to the new database.
Users can still log in because the IMAP server is the same, but their address book and other prefs are not there.
How can I deal this???
Perhaps move the database to the new server, or point that RC installation to use the old database server.
List info: http://lists.roundcube.net/users/ BT/9b404e9e
Hi
Thanks for reply me
I habe check Mysql tables, and I see that rc store the preferences on tables identities. So, I did do a select * from identities and, in fact, there a lot of prefs store on there....Include signature... I saw that some users show to me like that:
| 93 | 0 | 1 | blabla | | bla@bla.com | | | <p>Bla</p>
<pre>Singture goes here </pre>
But when I log with that user, I can see the signature....
Thanks any way...
Cheers
Em Sex, 2010-08-20 às 09:28 -0700, Kaz Kylheku escreveu:
On Fri, 20 Aug 2010 09:12:01 -0300, Gilberto Nunes gilberto.nunes@selbetti.com.br wrote:
HI...
I need to know where RC store users preferences...
Postgress, MySQL, ...
I installed RC on other server, but when my users make logged on, they can't see theirs signatures...
Perhaps you created a whole new database on that new server and pointed the new RoundCube installation to the new database.
Users can still log in because the IMAP server is the same, but their address book and other prefs are not there.
How can I deal this???
Perhaps move the database to the new server, or point that RC installation to use the old database server.
Gilberto Nunes TI Selbetti Gestão de Documentos Telefone: +55 (47) 3441-6004 Celular: +55 (47) 8861-6672
List info: http://lists.roundcube.net/users/ BT/9b404e9e
On 20.08.2010 18:49, Gilberto Nunes wrote:
I installed RC on other server, but when my users make logged on, they can't see theirs signatures...
Users can still log in because the IMAP server is the same, but their address book and other prefs are not there.
Probably you've changed default_host option value. Check mail_host column in users table. You'll need just to execute an UPDATE query.