Aha ok! I can see the cache hits and misses now: so that's fine.
But I will just keep using my imapproxy to reduce I/O. Thanks Timo. Cheers, Jan -----Oorspronkelijk bericht----- Van: Timo Sirainen [mailto:[EMAIL PROTECTED] Verzonden: woensdag 27 februari 2008 17:38 Aan: Jan van den Berg CC: dovecot@dovecot.org Onderwerp: Re: [Dovecot] Auth_cache not working? On Wed, 2008-02-27 at 17:33 +0100, Jan van den Berg wrote: > Sort of the same thing: but more inconsistent. Sometimes I click five > folders and OE will have done 3 logins sometimes 2. > > > So new IMAP logins for (more or less) every click in Thunderbird and OE; > this is what auth_cache_size should solve right? No. Dovecot can't affect how and when clients create new connections. auth_cache only reduces number of SQL queries when authenticating. You can determine if it works by adding auth_debug=yes and checking "Hit" and "Miss" log lines.