phil wrote:
I followed this thread: http://lists.dorkzilla.org/archive/roundcube-dev/2005Oct/index.html#737
But didn't find an answer. *IF* you're running everything on one box (web/mail/db/roundcube) would you want enable_caching set to 'FALSE'? I'd assume so, since this is a low volume server, and I can't understand how you'd gain with a msg being written to the DB, and then delievered; but I could be missing something. For now I have this in main.inc.php:
$rcmail_config['enable_caching'] = FALSE;
Is this correct for my config?
I guess this is right. Caching is not necessary if RoundCube runs on the same machine as the IMAP server because it just doubles the data with no marked speed improvement.
Thanks
P
Thanks for your work! I just added a link to the RC website. Thomas