Timo, please also check this output of lmtp process:
stat64("/virtual1/unict.it/d/yyyyyyyy//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_IFREG|0644, st_size=44628, ...}) = 0 pread64(42, ""..., 4096, 44628) = 0
the same block is repeatead as time as entries in uidlist file.
Luca
On 09/03/2010 04:59 PM, Timo Sirainen wrote:
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 does sound like it could cause this (although there is code to prevent it)..
You could try with attached patch to disable this feature and see if it helps.. dsync mirroring will break with it though.
Whops, that patch wasn't enough. This one is. :)