> On 23 February 2018 at 23:12 Tanstaafl <tansta...@libertytrek.org> wrote:
> 
> 
> On Fri Feb 23 2018 14:53:53 GMT-0500 (Eastern Standard Time), Aki Tuomi
> <aki.tu...@dovecot.fi> wrote:
> > It is problem for any mailbox
> 
> Ok, so, I'm still unclear...
> 
> what cache are we talking about? Are you saying that there is a limit to
> how many emails dovecot can store in a single... 'folder'?

Dovecot has cache for commonly fetched fields. This is called 
dovecot.index.cache. The maximum file size for the cache is about 4G, the 
maximum offset is 0x40000000 * 4, because all offsets are divided by 4. If the 
cache file becomes full, there are things you can do..

1. you can rm the cache file and hope it does not get full again too fast.
2. remove some mails

Aki

Reply via email to