Gary Funck wrote:
On 02/02/08 12:27:14, Ronald MacDonald wrote:
Where does Dovecot put the INDEX? My problem disappeared as soon as I
set INDEX=MEMORY.
Does this mean that as long as the dovecot server is long-running
that it will cache indexes into local memory? Or is the index
kept in memory only for the per-client connection?
Only for per connection. Store indexes on local disk if you wish
to have persistent indexes but avoid problems with NFS.
Do something like this
mail_location = maildir:~/Maildir:INDEX=/var/lib/dovecot/%u
Tomi