Re: [Dovecot] dovecot and time

2013-06-07 Thread Ben Morrow
At 11AM -0500 on 5/06/13 you (Rick Romero) wrote: > I found something interesting via strace. lda is writing a timestamp > with utime before doign the fsync, but I'm really not a C guy, so I > have no idea why that's going on via procmail and not via commandline. > I assume it's related t

Re: [Dovecot] Dovecot and time (again)

2013-06-07 Thread Ben Morrow
At 9AM -0500 on 5/06/13 you (Rick Romero) wrote: > I'm rehashing/reliving my issues from 2010: > http://www.dovecot.org/list/dovecot/2010-October/053528.html > > In short, when calling deliver from vdelivermail (or procmail), and > delivering via NFS to Maildir, the timestamp on the file is GMT.

Re: [Dovecot] dovecot and time

2013-06-05 Thread Rick Romero
Quoting Rick Romero : I found something interesting via strace.  lda is writing a timestamp with utime before doign the fsync, but I'm really not a C guy, so I have no idea why that's going on via procmail and not via commandline.  I assume it's related to the choice of pread64 vs read. Got i

Re: [Dovecot] dovecot and time

2013-06-05 Thread Rick Romero
I found something interesting via strace. lda is writing a timestamp with utime before doign the fsync, but I'm really not a C guy, so I have no idea why that's going on via procmail and not via commandline. I assume it's related to the choice of pread64 vs read. when called from commandl