Author Topic: roundcube db problem  (Read 3007 times)

Offline mafa77

  • Newbie
  • *
  • Posts: 7
roundcube db problem
« on: January 27, 2010, 12:23:15 PM »
Hi!
some users see email that are not in server imap (if they try to open them, they got an error). I think this is a misalignment between roundcube db and mail server.

Is there a procedure to update roundcube db?

Thanks in advance,
Fabio

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,855
roundcube db problem
« Reply #1 on: January 28, 2010, 03:13:35 AM »
do you have caching enabled? if so try turning it off in config/main.inc.php... $rcmail_config['enable_caching'] = FALSE;
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline mafa77

  • Newbie
  • *
  • Posts: 7
roundcube db problem
« Reply #2 on: January 28, 2010, 03:39:19 AM »
Thanks, I'll try your suggest.

Fabio