Hello,
I am trying to migrate off a MS Exchange 5.0 server. I am using mailsync (http://www.linux-france.org/prj/imapsync/) to copy the files to a Dovecot server, version 0.99.10.7. For particular messages I get the following error:
Couldn't append msg #114081 (Subject:[RE: balh blah]) to folder INBOX: Error trying to append: 826 NO Unexpected EOF
I think this is Dovecot, complaining about the message text that imapsync is trying to append/write. If this is Dovecot, is there any setting I can set to fix this?
On 21.7.2004, at 21:26, SAiello@Jentoo.com wrote:
I am trying to migrate off a MS Exchange 5.0 server. I am using mailsync (http://www.linux-france.org/prj/imapsync/) to copy the files to a Dovecot server, version 0.99.10.7. For particular messages I get the following error:
Couldn't append msg #114081 (Subject:[RE: balh blah]) to folder INBOX: Error trying to append: 826 NO Unexpected EOF
It means Dovecot thinks that the IMAP client closed the connection before it had sent all the data it said it would send. Does it always happen with some specific message? Could you send one?
On Thursday 22 July 2004 08:31 am, Timo Sirainen wrote:
On 21.7.2004, at 21:26, SAiello@Jentoo.com wrote:
I am trying to migrate off a MS Exchange 5.0 server. I am using mailsync (http://www.linux-france.org/prj/imapsync/) to copy the files to a Dovecot server, version 0.99.10.7. For particular messages I get the following error:
Couldn't append msg #114081 (Subject:[RE: balh blah]) to folder INBOX: Error trying to append: 826 NO Unexpected EOF
It means Dovecot thinks that the IMAP client closed the connection before it had sent all the data it said it would send. Does it always happen with some specific message? Could you send one?
Sent you the bad email yesterday, I also tried 0.99.10.8-rc1, and I still have the problem. Wasn't sure if it would help, but figured i would try.
Thanks,
On Thu, 2004-07-29 at 10:06 -0400, SAiello@Jentoo.com wrote:
Couldn't append msg #114081 (Subject:[RE: balh blah]) to folder INBOX: Error trying to append: 826 NO Unexpected EOF
It means Dovecot thinks that the IMAP client closed the connection before it had sent all the data it said it would send. Does it always happen with some specific message? Could you send one?
Sent you the bad email yesterday, I also tried 0.99.10.8-rc1, and I still have the problem. Wasn't sure if it would help, but figured i would try.
The mail didn't contain anything strange and I tried copying it myself with imapsync and it worked. Could you look at the network traffic what is actually being sent to Dovecot? See "Client traffic sniffing" in http://dovecot.org/bugreport.html
On Thursday 29 July 2004 09:24 pm, Timo Sirainen wrote:
The mail didn't contain anything strange and I tried copying it myself with imapsync and it worked. Could you look at the network traffic what is actually being sent to Dovecot? See "Client traffic sniffing" in http://dovecot.org/bugreport.html
maybe attaching it and sending it as an email fixed the EOF issue *shrugs*. Ok so I figure I would recompile with the "--with-rawlog" option. And now I can't even get it to compile (dovecot-0.99.10.7). Won't compile even without the rawlog option. Use to compile fine, only thing different is I have installed courier-imapd... Anyways I get the following:
make[3]: Entering directory /root/dovecot-0.99.10.7/src/login-common' gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib -DPKG_RUNDIR=\""/usr/local/var/run/dovecot"\" -DSBINDIR=\""/usr/local/sbin"\" -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -c ssl-proxy-openssl.c In file included from /usr/include/openssl/ssl.h:179, from ssl-proxy-openssl.c:14: /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory In file included from /usr/include/openssl/ssl.h:179, from ssl-proxy-openssl.c:14: /usr/include/openssl/kssl.h:134: syntax error before "krb5_enctype" /usr/include/openssl/kssl.h:136: syntax error before '*' token . . . lots of token messages... . /usr/include/openssl/kssl.h:169: syntax error before "enctype" In file included from ssl-proxy-openssl.c:14: /usr/include/openssl/ssl.h:909: syntax error before "KSSL_CTX" /usr/include/openssl/ssl.h:931: syntax error before '}' token make[3]: *** [ssl-proxy-openssl.o] Error 1 make[3]: Leaving directory
/root/dovecot-0.99.10.7/src/login-common'
Any ideas ? Sorry to be such a bother.
On 30.7.2004, at 17:14, SAiello@Jentoo.com wrote:
-Wbad-function-cast -c ssl-proxy-openssl.c In file included from /usr/include/openssl/ssl.h:179, from ssl-proxy-openssl.c:14: /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
Either install krb5.h from some package (kerberos5-dev or something?) or configure with --without-ssl. It might be possible to disable the kerberos headers in some way but I don't know how.
participants (2)
-
SAiello@Jentoo.com
-
Timo Sirainen