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.