On Mon, 2007-06-18 at 02:55 +0200, Erland Nylend wrote:
On 2007-06-17, 17:52, Erland Nylend wrote:
On 2007-06-17, 12:59, Timo Sirainen wrote:
On Sun, 2007-06-17 at 01:23 +0200, Erland Nylend wrote:
On 2007-06-16, 01:36, Timo Sirainen wrote:
OK, attached is the next one. I actually found one missing error handler from there. Doesn't matter if you keep the previous patch or not.
Here's the first one:
Jun 17 00:34:50 smtp1 deliver(user@domain.tld): copy: mailbox_save_finish() failed
I still can't figure out why that would fail there.. Well, one more patch that should tell where the error is.
Hereby added :)
Here are the resulting logs:
Jun 17 20:06:35 smtp2 deliver(user@domain.tld): copy: mailbox_save_finish() failed Jun 17 20:06:35 smtp2 deliver(user@domain.tld): quota_copy(): super.copy failed Jun 17 20:06:35 smtp2 deliver(user@domain.tld): mailbox_copy() failed Jun 17 20:06:35 smtp2 deliver(user@domain.tld): msgid=200706171815.06f45f992013@foo.bar.tld: save failed to INBOX: Unknown error
So I guess nothing before this? There should have been, or otherwise I can't see why it would happen, unless you're using some plugin I don't know about, or you're not using maildir.
Your dovecot -n output didn't contain mail_location. Are you returning it from userdb either? You could try if the attached patch changes anything, it's logging only mbox failures..