Re: [Dovecot] dovecot-uidlist: Duplicate file entry at line

2010-09-07 Thread Timo Sirainen
Yeah, the patches fix the mail delivery stage. These duplicate errors happen during the next imap/pop3 login. So either wait for a while and in the meanwhile maybe check that the same mailbox won't get the error more than once. On Tue, 2010-09-07 at 18:36 +0200, Luca Palazzo wrote: > Timo, > just

Re: [Dovecot] dovecot-uidlist: Duplicate file entry at line

2010-09-07 Thread Luca Palazzo
Timo, just put the path in all three servers. I'm yes getting duplicates. May be they are caused by existent files? How may I check if patch is working fine? I'll look at results tomorrow, anyway. Luca On 09/07/2010 05:32 PM, Timo Sirainen wrote: On Tue, 2010-09-07 at 16:24 +0100, Timo Sirain

Re: [Dovecot] dovecot-uidlist: Duplicate file entry at line

2010-09-07 Thread Timo Sirainen
On Tue, 2010-09-07 at 16:24 +0100, Timo Sirainen wrote: > On Tue, 2010-09-07 at 15:59 +0100, Timo Sirainen wrote: > > OK, I can reproduce this. It happens only with LMTP, because only then > > it can do a mailbox sync around the time of mail delivery. It probably > > also only happens when LMTP del

Re: [Dovecot] dovecot-uidlist: Duplicate file entry at line

2010-09-07 Thread Timo Sirainen
On Tue, 2010-09-07 at 15:59 +0100, Timo Sirainen wrote: > OK, I can reproduce this. It happens only with LMTP, because only then > it can do a mailbox sync around the time of mail delivery. It probably > also only happens when LMTP delivers the same mail to multiple > recipients. > > Now I'll just

Re: [Dovecot] dovecot-uidlist: Duplicate file entry at line

2010-09-07 Thread Timo Sirainen
OK, I can reproduce this. It happens only with LMTP, because only then it can do a mailbox sync around the time of mail delivery. It probably also only happens when LMTP delivers the same mail to multiple recipients. Now I'll just need to figure out how to fix this properly.. The maildir uidlist c

Re: [Dovecot] dovecot-uidlist: Duplicate file entry at line

2010-09-07 Thread Andre
Il giorno 07/set/2010, alle ore 10.19, Luca Palazzo ha scritto: > Hi Timo and All, > please take care of this trace. It seems that dovecot.uidlist's increase its > size (8056 from stat and from read and then 14641 with stat) while delivering > and then it tries to look for duplicates. > > I ho

Re: [Dovecot] dovecot-uidlist: Duplicate file entry at line

2010-09-07 Thread Luca Palazzo
Hi Timo and All, please take care of this trace. It seems that dovecot.uidlist's increase its size (8056 from stat and from read and then 14641 with stat) while delivering and then it tries to look for duplicates. I hope this helps, duplicates problem is becoming big. Can I check or trace some

Re: [Dovecot] dovecot-uidlist: Duplicate file entry at line

2010-09-06 Thread Timo Sirainen
On Mon, 2010-09-06 at 11:11 +0200, Luca Palazzo wrote: > Sep 6 10:51:31 10.97.1.33 dovecot: imap(xxx...@unict.it): Warning: > /virtual1/unict.it/g/xx//Maildir/dovecot-uidlist: Duplicate file > entry at line 883: 1277948239.M332097P873 Hmmh. See if http://hg.dovecot.org/dovecot-2.0/rev/e2a26

Re: [Dovecot] dovecot-uidlist: Duplicate file entry at line

2010-09-06 Thread Andre
Il giorno 06/set/2010, alle ore 11.11, Luca Palazzo ha scritto: > Hi Timo, > I tried the patch and duplicate uid are always there. > > Look at this: > Sep 6 10:51:30 10.97.1.33 dovecot: lmtp(29909, xxx...@unict.it): save: > box=INBOX, uid=133197, msgid=<20100906104944.Q92185@>, size=7414, from

Re: [Dovecot] dovecot-uidlist: Duplicate file entry at line

2010-09-06 Thread Luca Palazzo
Timo, please also check this output of lmtp process: stat64("/virtual1/unict.it/d///Maildir/dovecot-uidlist", {st_mode=S_IFREG|0644, st_size=44628, ...}) = 0 _llseek(42, 0, [0], SEEK_SET) = 0 fstat64(42, {st_mode=S_IFREG|0644, st_size=44628, ...}) = 0 fstat64(42, {st_mode=S_IF

Re: [Dovecot] dovecot-uidlist: Duplicate file entry at line

2010-09-06 Thread Luca Palazzo
Hi Timo, I tried the patch and duplicate uid are always there. Look at this: Sep 6 10:51:30 10.97.1.33 dovecot: lmtp(29909, xxx...@unict.it): save: box=INBOX, uid=133197, msgid=<20100906104944.Q92185@>, size=7414, from= Sep 6 10:51:30 10.97.1.33 dovecot: lmtp(29909, xxx...@unict.it): T8gcJIyp

Re: [Dovecot] dovecot-uidlist: Duplicate file entry at line

2010-09-03 Thread Luca Palazzo
Hi Timo and All, On 09/03/2010 04:44 PM, Timo Sirainen wrote: > On Thu, 2010-09-02 at 19:21 +0200, Luca Palazzo wrote: >> Hi All, >> we are experiencing another strange problem after upgrading to 2.0.1 >> from 1.2. >> >> Many people's client aree-retrieving mail from server due to some >> proble

Re: [Dovecot] dovecot-uidlist: Duplicate file entry at line

2010-09-03 Thread Andrea Mistrali
Il giorno 03/set/2010, alle ore 16.59, Timo Sirainen ha scritto: > On Fri, 2010-09-03 at 15:57 +0100, Timo Sirainen wrote: >> On Fri, 2010-09-03 at 15:44 +0100, Timo Sirainen wrote: >> >>> The maildir code hasn't changed much since v1.2. Hmm. Except that >>> maildir filenames are now tried to be

Re: [Dovecot] dovecot-uidlist: Duplicate file entry at line

2010-09-03 Thread Andrea Mistrali
Il giorno 03/set/2010, alle ore 16.55, Timo Sirainen ha scritto: > On Fri, 2010-09-03 at 16:51 +0200, Andre wrote: >>> I've heard of some dovecot-uidlist problems, but haven't really figured >>> out anything that could be wrong.. I guess there's no way you can >>> reproduce this? Does happen to s

Re: [Dovecot] dovecot-uidlist: Duplicate file entry at line

2010-09-03 Thread Timo Sirainen
On Fri, 2010-09-03 at 15:57 +0100, Timo Sirainen wrote: > On Fri, 2010-09-03 at 15:44 +0100, Timo Sirainen wrote: > > > The maildir code hasn't changed much since v1.2. Hmm. Except that > > maildir filenames are now tried to be preserved when copying, so copying > > messages elsewhere and back doe

Re: [Dovecot] dovecot-uidlist: Duplicate file entry at line

2010-09-03 Thread Timo Sirainen
On Fri, 2010-09-03 at 15:44 +0100, Timo Sirainen wrote: > The maildir code hasn't changed much since v1.2. Hmm. Except that > maildir filenames are now tried to be preserved when copying, so copying > messages elsewhere and back does sound like it could cause this > (although there is code to prev

Re: [Dovecot] dovecot-uidlist: Duplicate file entry at line

2010-09-03 Thread Timo Sirainen
On Fri, 2010-09-03 at 16:51 +0200, Andre wrote: > > I've heard of some dovecot-uidlist problems, but haven't really figured > > out anything that could be wrong.. I guess there's no way you can > > reproduce this? Does happen to same user more than once? How many users > > is "many"? Does this happ

Re: [Dovecot] dovecot-uidlist: Duplicate file entry at line

2010-09-03 Thread Andre
Il giorno 03/set/2010, alle ore 16.44, Timo Sirainen ha scritto: > On Thu, 2010-09-02 at 19:21 +0200, Luca Palazzo wrote: >> Hi All, >> we are experiencing another strange problem after upgrading to 2.0.1 >> from 1.2. >> >> Many people's client aree-retrieving mail from server due to some >> p

Re: [Dovecot] dovecot-uidlist: Duplicate file entry at line

2010-09-03 Thread Timo Sirainen
On Thu, 2010-09-02 at 19:21 +0200, Luca Palazzo wrote: > Hi All, > we are experiencing another strange problem after upgrading to 2.0.1 > from 1.2. > > Many people's client aree-retrieving mail from server due to some > problem with dovecot-uidlist file. > Looking at log file seem that all file

Re: [Dovecot] "dovecot-uidlist: Duplicate file entry at line" error

2009-02-25 Thread Jigs0027
Timo Sirainen wrote: > > But you didn't upgrade both servers. The problem could be caused just as > well by the 2) server. > Is it that we should have had both kernel equal? Timo Sirainen wrote: > > What do you use as NFS server? > We use Netapp's 2050c NAS box. Timo Sirainen wrote: > >

Re: [Dovecot] "dovecot-uidlist: Duplicate file entry at line" error

2009-02-24 Thread Timo Sirainen
On Tue, 2009-02-24 at 10:54 +0530, Dovecot List wrote: > --Note: Based on recommendation, kernel was upgraded from 2.6.18 (- > see below for details) and yet the issue persists. .. > 1) Server spec used for mail Access > OS: Linux 2.6.28 i686 CentOS release 5.2 (Final) > kernel : 2.6.28 > 2

Re: [Dovecot] "dovecot-uidlist: Duplicate file entry at line" error

2009-02-24 Thread Jigs0027
Please just post output of dovecot -n instead of copy/paste from config file. Output of dovecot -n protocols: imap pop3 listen(default): *:143 listen(imap): *:143 listen(pop3): *:110 ssl_disable: yes disable_plaintext_auth: no login_dir: /usr/local/var/run/dovecot/login login_executable(defaul

Re: [Dovecot] "dovecot-uidlist: Duplicate file entry at line" error

2009-02-24 Thread Charles Marcus
On 2/24/2009, Dovecot List (dove...@jigs.in) wrote: > Conf on both the system as follows = Please just post output of dovecot -n instead of copy/paste from config file. -- Best regards, Charles