On Thu, 2007-05-24 at 09:58 +0200, Jan van den Berg wrote:
> You're right I had this in my query:
> concat('maildir:', maildrop, username) as mail
>
> I deleted it and now this seems to work for me:
> mail_location = maildir:/var/spool/mail/%1u/%1.1u/%u:INDEX=MEMORY
>
> I must say I am _stunned_
onkelijk bericht-
Van: Timo Sirainen [mailto:[EMAIL PROTECTED]
Verzonden: woensdag 23 mei 2007 15:33
Aan: Jan van den Berg
CC: dovecot@dovecot.org
Onderwerp: Re: [Dovecot] Courier migrating issues: indexes,
maildirsize,update query
On Wed, 2007-05-23 at 14:36 +0200, Jan van den Berg wrote:
Jan van den Berg wrote:
mail_location = maildir:/var/spool/mail/%1u/%2u/%u:INDEX=MEMORY
Of interest to you might be using a scratch disk space to store the
indexes on a/the local mail server; I just did a bit of math for you
(well ok, a 'bc' script did the math) and with 90.5gigs of email in
On Wed, 2007-05-23 at 14:36 +0200, Jan van den Berg wrote:
> About the indexes; this thoroughly confusing.
> I don't understand why Dovecot IMAP wants to use index files for a
> maildir++ implementation (this seems to defy the point of a maildir).
Hmm. I suppose I should write a wiki page about t
t.index.cache.lock",
"/var/spool/mail/r/o/roka-05/dovecot.index.cache") = 0
Cheers,
Jan
-Oorspronkelijk bericht-
Van: Timo Sirainen [mailto:[EMAIL PROTECTED]
Verzonden: woensdag 23 mei 2007 13:39
Aan: Jan van den Berg
CC: dovecot@dovecot.org
Onderwerp: Re: [Dovecot] Cour
On Wed, 2007-05-23 at 12:57 +0200, Jan van den Berg wrote:
> I'm in the process of testing Dovecot to see whether it meets our needs
> to replace our current Courier setup which serves well over 100.000
> mailboxes (pop3 and imap: mysql with NFS)
> So far dovecot seems pretty straight forward; howe