Re: [Dovecot] dovecot 1.0.15 upgrading to dovecot 1.1.x or 1.2.x, and POP3 UIDL issue

2009-10-05 Thread Timo Sirainen
BTW. With v1.2.5+ and Maildir you could use pop3_save_uidl=yes. Then pop3_uidl_format affects only new UIDLs and wouldn't cause redownloads if it gets changed. Uses of course a bit more disk space and disk I/O. On Mon, 2009-10-05 at 02:33 +0200, Ariel Biener wrote: > Ariel Biener wrote: > > > > H

Re: [Dovecot] dovecot 1.0.15 upgrading to dovecot 1.1.x or 1.2.x, and POP3 UIDL issue

2009-10-05 Thread Ariel Biener
Ariel Biener wrote: Hi, I think I found the problem eventually: In the dovecot.conf example file, the section explaining the various UIDL formats is as follows: # If you want UIDL compatibility with other POP3 servers, use: # UW's ipop3d : %08Xv%08Xu # Courier : %

[Dovecot] dovecot 1.0.15 upgrading to dovecot 1.1.x or 1.2.x, and POP3 UIDL issue

2009-10-05 Thread Ariel Biener
Hi, We're upgrading a cluster of servers from v1.0.15 to v1.1.x or v1.2.x. It appears that the UIDL generation mechanism has changed, and thus we'll be getting POP3 dups with users that leave mail on server (which is a nasty practice, I know). From checking the sources, and performing a nu