Author Topic: 535 Incorrect authentication data  (Read 3016 times)

Offline rwest

  • Newbie
  • *
  • Posts: 1
535 Incorrect authentication data
« on: November 22, 2011, 07:29:42 AM »
Exim / Dovecot / Postgres

[22-Nov-2011 06:07:40 -0600]: Recv: 220 ************ ESMTP Exim 4.72 Tue, 22 Nov 2011 06:07:40 -0600
[22-Nov-2011 06:07:40 -0600]: Send: EHLO ************
[22-Nov-2011 06:07:40 -0600]: Recv: 250-********** Hello ********** [*********]
[22-Nov-2011 06:07:40 -0600]: Recv: 250-SIZE 52428800
[22-Nov-2011 06:07:40 -0600]: Recv: 250-PIPELINING
[22-Nov-2011 06:07:40 -0600]: Recv: 250-STARTTLS
[22-Nov-2011 06:07:40 -0600]: Recv: 250 HELP
[22-Nov-2011 06:07:40 -0600]: Send: STARTTLS
[22-Nov-2011 06:07:40 -0600]: Recv: 220 TLS go ahead
[22-Nov-2011 06:07:41 -0600]: Send: EHLO **********
[22-Nov-2011 06:07:41 -0600]: Recv: 250-**************** Hello ********* [**********]
[22-Nov-2011 06:07:41 -0600]: Recv: 250-SIZE 52428800
[22-Nov-2011 06:07:41 -0600]: Recv: 250-PIPELINING
[22-Nov-2011 06:07:41 -0600]: Recv: 250-AUTH PLAIN
[22-Nov-2011 06:07:41 -0600]: Recv: 250 HELP
[22-Nov-2011 06:07:41 -0600]: Send: AUTH PLAIN
[22-Nov-2011 06:07:41 -0600]: Recv: 535 Incorrect authentication data
[22-Nov-2011 06:07:41 -0600]: Send: RSET
[22-Nov-2011 06:07:41 -0600]: Recv: 250 Reset OK
[22-Nov-2011 06:07:41 -0600]: Send: QUIT
[22-Nov-2011 06:07:41 -0600]: Recv: 221 ************ closing connection

This is the query being sent when logging in via roundcube:
LOG: statement: SELECT password FROM mail.exim_auth WHERE email = ''   <--- note there is no username passed from roundcube

This is from Thunderbird
LOG:  statement: SELECT password FROM mail.exim_auth WHERE email = 'user@domain.com' <-- and there is from thunderbird

The same server, same settings on roundcube and thunderbird.

Roundcube is not passing the authentication data to Exim.

Ideas?

Oh, one more thing. HastyMail2 works properly.