auth: Error: BUG: Authentication client sent unknown handshake command

2017-01-08 Thread Marcus Endberg
5:23 dovecot: auth: Error: BUG: Authentication client sent unknown handshake command: REQUEST?3484549121?11364?1?74fa603b892f9a262605ae6c2ce1d9a1 2017-01-08 08:15:23 dovecot: imap: Error: Authentication server didn't send valid SPID as expected: MECH#011PLAIN#011plaintext 2017-01-08 08:15:23 dovecot:

Re: BUG: Authentication client sent unknown handshake command

2014-07-22 Thread Steffen Kaiser
): no passwd file: /etc/dovecot/imap.passwd Jul 4 04:04:36 mail dovecot: auth: Error: BUG: Authentication client sent unknown handshake command: REQUEST?1183186945?20438?1?a8c7241e7b0778f9f0125da760cd16fa Jul 4 04:04:36 mail dovecot: imap: Error: Authentication server didn't send valid SPID

Re: BUG: Authentication client sent unknown handshake command

2014-07-21 Thread Lukas Haase
: Authentication client sent unknown handshake command comes from dovecot (presumably it's in the source code) so I think it shouldn't be too mysterious what's happening here. Thank you, Luke On 2014-07-03 19:10, Lukas Haase wrote: Hi, Some time ago my dovecot started to become BUGgy: Evertime I

Re: BUG: Authentication client sent unknown handshake command

2014-07-11 Thread Lukas Haase
this? The string BUG: Authentication client sent unknown handshake command comes from dovecot (presumably it's in the source code) so I think it shouldn't be too mysterious what's happening here. Thank you, Luke On 2014-07-03 19:10, Lukas Haase wrote: Hi, Some time ago my dovecot started

Re: BUG: Authentication client sent unknown handshake command

2014-07-10 Thread Timo Sirainen
this? The string BUG: Authentication client sent unknown handshake command comes from dovecot (presumably it's in the source code) so I think it shouldn't be too mysterious what's happening here. Thank you, Luke On 2014-07-03 19:10, Lukas Haase wrote: Hi, Some time ago my dovecot started to become

Re: BUG: Authentication client sent unknown handshake command

2014-07-08 Thread Lukas Haase
May I gently push this? The string BUG: Authentication client sent unknown handshake command comes from dovecot (presumably it's in the source code) so I think it shouldn't be too mysterious what's happening here. Thank you, Luke On 2014-07-03 19:10, Lukas Haase wrote: Hi, Some time ago my

BUG: Authentication client sent unknown handshake command

2014-07-03 Thread Lukas Haase
Jul 4 04:04:36 mail dovecot: auth: Error: BUG: Authentication client sent unknown handshake command: REQUEST?1183186945?20438?1?a8c7241e7b0778f9f0125da760cd16fa Jul 4 04:04:36 mail dovecot: imap: Error: Authentication server didn't send valid SPID as expected: MECH#011PLAIN#011plaintext Jul 4 04

Re: [Dovecot] BUG: Authentication client sent unknown handshake command

2014-05-02 Thread Timo Sirainen
On 16.4.2014, at 17.48, Jean-Yves Moulin j...@baaz.fr wrote: After a kernel upgrade, while using the same dovecot binaries (they were working perfectly until today), I'm experiencing this error (more log at the end of my email): BUG: Authentication client sent unknown handshake command

[Dovecot] BUG: Authentication client sent unknown handshake command

2014-04-16 Thread Jean-Yves Moulin
Hi everybody, I'm using dovecot-2.2.11 on NetBSD. After a kernel upgrade, while using the same dovecot binaries (they were working perfectly until today), I'm experiencing this error (more log at the end of my email): BUG: Authentication client sent unknown handshake command: REQUEST

Re: [Dovecot] BUG: Authentication client sent unknown handshake command

2013-12-04 Thread Emmanuel Dreyfus
Emmanuel Dreyfus m...@netbsd.org wrote: I checked with a test program: on a non open, or closed socket, getsockname() returns -1. However on a socket that was not bound, it returns 0 and fills the buffer with garbage. Wrong diagnostic. I am now tracking synchronisation problems between auth

Re: [Dovecot] BUG: Authentication client sent unknown handshake command

2013-12-03 Thread Emmanuel Dreyfus
Emmanuel Dreyfus m...@netbsd.org wrote: Nov 29 16:56:01 volanges dovecot: auth: Error: BUG: Authentication client sent unknown handshake command: REQUEST?6970356762?616?6?235264ef69dbd1665538af54... I have real trouble to debug that one. I had a look at wiki2.dovecot.org/Design/AuthProtocol

Re: [Dovecot] BUG: Authentication client sent unknown handshake command

2013-12-03 Thread Timo Sirainen
: BUG: Authentication client sent unknown handshake command: REQUEST?6970356762?616?6?235264ef69dbd1665538af54d12fdaea?session_pid=453?req... I think net_getunixname() no longer works correctly. src/auth/main.c uses it to figure out what each socket is.

Re: [Dovecot] BUG: Authentication client sent unknown handshake command

2013-12-03 Thread Emmanuel Dreyfus
Timo Sirainen t...@iki.fi wrote: I think net_getunixname() no longer works correctly. src/auth/main.c uses it to figure out what each socket is. Indeed, when the auth process calls net_getunixname(), getsockname() fills the name buffer with garbage. That happens with fd 7 for instance, and

Re: [Dovecot] BUG: Authentication client sent unknown handshake command

2013-12-03 Thread Emmanuel Dreyfus
Emmanuel Dreyfus m...@netbsd.org wrote: Indeed, when the auth process calls net_getunixname(), getsockname() fills the name buffer with garbage. I checked with a test program: on a non open, or closed socket, getsockname() returns -1. However on a socket that was not bound, it returns 0 and

[Dovecot] BUG: Authentication client sent unknown handshake command

2013-11-29 Thread Emmanuel Dreyfus
Hi After upgrading the kernel, everything is fine, except dovecot authentication. I get this trange thing (data after REQUEST? changed just in case it contains anything sensitive): Nov 29 16:56:01 volanges dovecot: auth: Error: BUG: Authentication client sent unknown handshake command