Re: [Dovecot] Automatic Index Generation

2007-12-10 Thread Maciej Poszywak
ovecot/pop3 pop3(vmu1): Fatal: lock_method=dotlock and mmap_disable=no combination isn't supported. You don't _really_ want it anyway. [EMAIL PROTECTED]:~$ /usr/sbin/dovecot --version 1.0.rc15 -- Maciej Poszywak

Re: [Dovecot] Automatic Index Generation

2007-12-09 Thread Maciej Poszywak
Timo Sirainen wrote: I guess you mean logging in with POP3? There the slowdown comes from getting all messages' virtual sizes. So your preindexer could probably do this by running pop3 for all users. If you use only a single UID for users, you could do something like: for user in `cat users`; do

Re: [Dovecot] Automatic Index Generation

2007-12-09 Thread Maciej Poszywak
#x27;t bother. Their creation is practically free. It's not for a mailbox which has 30k+ messages and inbox around 600MB in size. Takes a while to build the index, I have tested this already. First login and index creation takes around 4-6 minutes, then next one just few seconds. -- Maciej Poszywak

Re: [Dovecot] Automatic Index Generation

2007-12-06 Thread Maciej Poszywak
Maciej Poszywak wrote: Gabriel Millerd wrote: On Dec 6, 2007 6:35 AM, Maciej Poszywak <[EMAIL PROTECTED]> wrote: I'm looking for an application/script/etc. which will allow me to recreate dovecot indexes by hand from shell. I'm preparing myself for migration to dovecot

Re: [Dovecot] Automatic Index Generation

2007-12-06 Thread Maciej Poszywak
Gabriel Millerd wrote: On Dec 6, 2007 6:35 AM, Maciej Poszywak <[EMAIL PROTECTED]> wrote: I'm looking for an application/script/etc. which will allow me to recreate dovecot indexes by hand from shell. I'm preparing myself for migration to dovecot 1.0.rc15 (debian stable) a

[Dovecot] Automatic Index Generation

2007-12-06 Thread Maciej Poszywak
. My other option is to write a script which will log as each user and create indexes, however this seems a bit of painful way to do it. Anybody can point me in right direction? -- Maciej Poszywak