Author Topic: Authentication failure  (Read 10323 times)

Offline angelochen960

  • Newbie
  • *
  • Posts: 4
Authentication failure
« on: August 19, 2012, 11:43:34 PM »
Hi,
I'm trying out roundcube in a box where exim4 and dovecot is installed, when sending to a local user : berry@localhost.localdomain, I got this error:

SMTP server does not support authentication ():
[20-Aug-2012 11:37:12 +0800]: SMTP Error: SMTP error: Authentication failure: SMTP server does not support authentication (Code: ) in /var/www/html/rmail2/program/in
clude/main.inc on line 1485 (POST /rmail2/?_unlock=loading1345433832837&_lang=en?_task=mail&_action=send)

here is the smtp log:


[20-Aug-2012 11:37:12 +0800]: Recv: 220 localhost.localdomain ESMTP Exim 4.72 Mon, 20 Aug 2012 11:37:12 +0800
[20-Aug-2012 11:37:12 +0800]: Send: EHLO 192.168.1.110
[20-Aug-2012 11:37:12 +0800]: Recv: 250-localhost.localdomain Hello localhost [127.0.0.1]
[20-Aug-2012 11:37:12 +0800]: Recv: 250-SIZE 52428800
[20-Aug-2012 11:37:12 +0800]: Recv: 250-PIPELINING
[20-Aug-2012 11:37:12 +0800]: Recv: 250-STARTTLS
[20-Aug-2012 11:37:12 +0800]: Recv: 250 HELP
[20-Aug-2012 11:37:12 +0800]: Send: RSET
[20-Aug-2012 11:37:12 +0800]: Recv: 250 Reset OK
[20-Aug-2012 11:37:12 +0800]: Send: QUIT
[20-Aug-2012 11:37:12 +0800]: Recv: 221 localhost.localdomain closing connection
what I'm missing here? thanks,

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Authentication failure
« Reply #1 on: August 20, 2012, 12:43:15 AM »
You don't have your STMP server setup with authentication so make sure you have smtp_user, smtp_pass, and smtp_auth_type empty in the RoundCube config.

Offline angelochen960

  • Newbie
  • *
  • Posts: 4
Re: Authentication failure
« Reply #2 on: August 20, 2012, 01:16:43 AM »
right, thanks.

Offline carves

  • Newbie
  • *
  • Posts: 1
Re: Authentication failure
« Reply #3 on: August 24, 2012, 12:24:25 PM »
What I see if that you dont have this in your sendmail;
250-AUTH LOGIN PLAIN

That is why you are getting the Authentication failure.