[Dovecot] Odd error from deliver
I found these errors in my log today:
Jun 18 01:02:11 postamt deliver(cpxxxsch): msgid=FSL%200706180000356580.6412@JISCMAIL.AC.UK: save failed to INBOX: Unknown error Jun 18 01:02:11 postamt deliver(cpxxxsch): msgid=FSL%200706180000356580.6412@JISCMAIL.AC.UK: Rejected: Unknown error Jun 18 15:37:22 postamt deliver(roxxxmy): msgid=E1I0HPz-0002OZ-00@p15110889.pureserver.info: save failed to INBOX: Unknown error Jun 18 15:37:22 postamt deliver(roxxxmy): msgid=E1I0HPz-0002OZ-00@p15110889.pureserver.info: Rejected: Unknown error
This is deliver from dovecot-1.0.1 What exactly IS "Unknown error"?
-- Ralf Hildebrandt (Ralf.Hildebrandt@charite.de) plonk@charite.de Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de Ballmer should step down in favour of Mr T, because he pity the fool who don't got high-end video cards and 4GB RAM for Vista Aero!
On 2007-06-18, 16:42, Ralf Hildebrandt wrote:
I found these errors in my log today:
Jun 18 01:02:11 postamt deliver(cpxxxsch): msgid=FSL%200706180000356580.6412@JISCMAIL.AC.UK: save failed to INBOX: Unknown error Jun 18 01:02:11 postamt deliver(cpxxxsch): msgid=FSL%200706180000356580.6412@JISCMAIL.AC.UK: Rejected: Unknown error Jun 18 15:37:22 postamt deliver(roxxxmy): msgid=E1I0HPz-0002OZ-00@p15110889.pureserver.info: save failed to INBOX: Unknown error Jun 18 15:37:22 postamt deliver(roxxxmy): msgid=E1I0HPz-0002OZ-00@p15110889.pureserver.info: Rejected: Unknown error
This is deliver from dovecot-1.0.1 What exactly IS "Unknown error"?
http://dovecot.org/list/dovecot/2007-June/thread.html
Take a look at the thread "save failed to INBOX". Maybe you could try the same debug patches, to see whether its the same problem I'm having.
-- Erland Nylend
- Erland Nylend erland.nylend@lyse.no:
Take a look at the thread "save failed to INBOX". Maybe you could try the same debug patches, to see whether its the same problem I'm having.
Will do.
-- Ralf Hildebrandt (Ralf.Hildebrandt@charite.de) plonk@charite.de Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de echo Mhbqnrnes Stbjr | tr "[a-y]" "[b-z]"
- Ralf Hildebrandt Ralf.Hildebrandt@charite.de:
Take a look at the thread "save failed to INBOX". Maybe you could try the same debug patches, to see whether its the same problem I'm having.
Will do.
I performed a hg pull, so all these patches are already in my 1.0.1 copy. I'll report back tomorrow.
-- Ralf Hildebrandt (Ralf.Hildebrandt@charite.de) plonk@charite.de Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de Failure is not an option. It comes bundled with your Microsoft product.
On Mon, 2007-06-18 at 17:11 +0200, Ralf Hildebrandt wrote:
- Ralf Hildebrandt Ralf.Hildebrandt@charite.de:
Take a look at the thread "save failed to INBOX". Maybe you could try the same debug patches, to see whether its the same problem I'm having.
Will do.
I performed a hg pull, so all these patches are already in my 1.0.1 copy. I'll report back tomorrow.
The debug patches aren't in hg.
- Timo Sirainen tss@iki.fi:
I performed a hg pull, so all these patches are already in my 1.0.1 copy. I'll report back tomorrow.
The debug patches aren't in hg.
I went through the whole thread, manually downloaded all the patches (diff/raw) and tried to apply them.
In EVERY case patch -p1 reported "previosly applied patch detected, revert?". So WTF?
-- Ralf Hildebrandt (Ralf.Hildebrandt@charite.de) plonk@charite.de Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de "The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs."-Joseph Weizenbaum
On Mon, 2007-06-18 at 17:40 +0200, Ralf Hildebrandt wrote:
- Timo Sirainen tss@iki.fi:
I performed a hg pull, so all these patches are already in my 1.0.1 copy. I'll report back tomorrow.
The debug patches aren't in hg.
I went through the whole thread, manually downloaded all the patches (diff/raw) and tried to apply them.
In EVERY case patch -p1 reported "previosly applied patch detected, revert?". So WTF?
No idea, unless I've accidentally committed some of them, but I doubt it.. But you could see the difference yourself too. Did patching remove i_error() lines or did it add them?
- Timo Sirainen tss@iki.fi:
In EVERY case patch -p1 reported "previosly applied patch detected, revert?". So WTF?
No idea, unless I've accidentally committed some of them, but I doubt it.. But you could see the difference yourself too. Did patching remove i_error() lines or did it add them?
I guess you must have. I looked at http://hg.dovecot.org/dovecot-1.0/raw-rev/abc4be10176e this one for exampel is in 1.0.1 already!
-- Ralf Hildebrandt (Ralf.Hildebrandt@charite.de) plonk@charite.de Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de To err is human. To forgive is beyond the scope of the Operating System.
On 18.6.2007, at 20.58, Ralf Hildebrandt wrote:
- Timo Sirainen tss@iki.fi:
In EVERY case patch -p1 reported "previosly applied patch
detected, revert?". So WTF?No idea, unless I've accidentally committed some of them, but I doubt it.. But you could see the difference yourself too. Did patching
remove i_error() lines or did it add them?I guess you must have. I looked at http://hg.dovecot.org/dovecot-1.0/raw-rev/abc4be10176e this one for exampel is in 1.0.1 already!
Ah, but there's a difference between debug patches and error logging
improvement patches. :) By debug patches I meant those "diff"
attachments in my mails.
- Timo Sirainen tss@iki.fi:
Ah, but there's a difference between debug patches and error logging
improvement patches. :) By debug patches I meant those "diff"
attachments in my mails.
ARGHGHGHGHGH. <Ralf crawls back to the hole he came from>
-- Ralf Hildebrandt (Ralf.Hildebrandt@charite.de) plonk@charite.de Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de Any code one computer can generate, another can imitate. -- First Law of Slicing
- Ralf Hildebrandt Ralf.Hildebrandt@charite.de:
- Timo Sirainen tss@iki.fi:
Ah, but there's a difference between debug patches and error logging
improvement patches. :) By debug patches I meant those "diff"
attachments in my mails.ARGHGHGHGHGH. <Ralf crawls back to the hole he came from>
From today's logs:
Jun 19 09:15:36 postamt dovecot: imap-login: Login: user=<kuexxxer>, method=PLAIN, rip=141.42.53.57, lip=141.42.4.250 Jun 19 09:15:37 postamt deliver(kuexxxer): quota_copy(): super.copy failed Jun 19 09:15:37 postamt deliver(kuexxxer): mailbox_copy() failed Jun 19 09:15:37 postamt deliver(kuexxxer): msgid=1290.141.42.124.72.1182237289.squirrel@webmail.charite.de: save failed to INBOX: Unknown error Jun 19 09:15:37 postamt deliver(kuexxxer): msgid=1290.141.42.124.72.1182237289.squirrel@webmail.charite.de: Rejected: Unknown error Jun 19 09:15:37 postamt deliver(kuexxxer): msgid=1290.141.42.124.72.1182237289.squirrel@webmail.charite.de: saved mail to INBOX Jun 19 09:40:23 postamt deliver(kuexxxer): msgid=467787EB.7070008@charite.de: saved mail to INBOX
So in the end it succeeded.
-- Ralf Hildebrandt (Ralf.Hildebrandt@charite.de) plonk@charite.de Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de This software comes with ABSOLUTELY NO WARRANTY. Even if it erases your hard drive, too bad. Although we did fix that bug from the last release.
On 2007-06-19, 09:42, Ralf Hildebrandt wrote:
- Ralf Hildebrandt Ralf.Hildebrandt@charite.de:
- Timo Sirainen tss@iki.fi:
Ah, but there's a difference between debug patches and error logging
improvement patches. :) By debug patches I meant those "diff"
attachments in my mails.ARGHGHGHGHGH. <Ralf crawls back to the hole he came from>
From today's logs:
Jun 19 09:15:36 postamt dovecot: imap-login: Login: user=<kuexxxer>, method=PLAIN, rip=141.42.53.57, lip=141.42.4.250 Jun 19 09:15:37 postamt deliver(kuexxxer): quota_copy(): super.copy failed Jun 19 09:15:37 postamt deliver(kuexxxer): mailbox_copy() failed Jun 19 09:15:37 postamt deliver(kuexxxer): msgid=1290.141.42.124.72.1182237289.squirrel@webmail.charite.de: save failed to INBOX: Unknown error Jun 19 09:15:37 postamt deliver(kuexxxer): msgid=1290.141.42.124.72.1182237289.squirrel@webmail.charite.de: Rejected: Unknown error Jun 19 09:15:37 postamt deliver(kuexxxer): msgid=1290.141.42.124.72.1182237289.squirrel@webmail.charite.de: saved mail to INBOX Jun 19 09:40:23 postamt deliver(kuexxxer): msgid=467787EB.7070008@charite.de: saved mail to INBOX
So in the end it succeeded.
It seems that you are using the maildir-quota also? If you are, then this might be the same problem I'm having.
Timo just sent a patch: http://hg.dovecot.org/dovecot-1.0/rev/b919a32cd077
-- Erland Nylend
- Erland Nylend erland.nylend@lyse.no:
It seems that you are using the maildir-quota also? If you are, then this might be the same problem I'm having.
Yes, probably.
Timo just sent a patch: http://hg.dovecot.org/dovecot-1.0/rev/b919a32cd077
Yes, we both applied it :)
-- Ralf Hildebrandt (Ralf.Hildebrandt@charite.de) plonk@charite.de Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de Windows can multitask great! It can crash and start at the same time!
participants (3)
-
Erland Nylend
-
Ralf Hildebrandt
-
Timo Sirainen