On Fri, 18 Nov 2005 13:22:15 -0500, Walter Francis wally@theblackmoor.net wrote:
On Thu, 17 Nov 2005 08:34:13 +0100, Thomas Bruederli roundcube@gmail.com wrote:
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.
Maybe not 'necessary' but I find with uw-imap it's MUCH slower with caching off, even locally. It's pretty clear that uw-imap is one of the slower implimentations, but it's worth noting.
One day I must update to CentOS 4.0 and use dovecot.
Thanks for the reply, this server uses Dovecot (just setup last week), and it feels much snappier than Courier ever did for me, but then again, it could be the "Built-in caching for fast mailbox access" that Roundcube claims - BTW, what is this? Is this similar to the IMAP-Proxy that I used to run?
P