15 May
2007
15 May
'07
12:16 p.m.
On Mon, 2007-05-14 at 14:56 -0700, Daniel L. Miller wrote:
Is Dovecot grabbing the file from "new" and moving it to "cur" faster than ASSP can write?
Possible, if it uses inotify there.
How can I get around this? ASSP only allows for a folder to save each category to - I can't specify an LDA.
Well if it's writing maildir it should open a new file in tmp/, write to it and then move it to new/ instead of opening a file in new/ and writing to it.
johannes