Opened 8 years ago

Closed 7 years ago

#1326876 closed Bugs (worksforme)

SMTP auth fails

Reported by: jjongsma Owned by: roundcube
Priority: 5 Milestone:
Component: PHP backend Version: None
Severity: critical Keywords:
Cc:

Description

Using SMTP auth always gives me the error:

[14-Oct-2005 07:35:45 -0500] SMTP Error: SMTP error:
authentication failure

SMTP auth on my server works correctly for all other
mail clients.  Login methods supported on my server are
PLAIN, LOGIN, DIGESTMD5.

Change History (2)

comment:1 Changed 7 years ago by nobody

Logged In: NO 

I had this problem to, and i figured it was the HELO/EHLO
that failed (roundcube always sends 'localhost'), so i
changed that in the code to send mail. Just substituted
'localhost' to the address I'm connecting from. Should be a
configurable variable.

comment:2 Changed 7 years ago by richs

  • Resolution changed from None to worksforme
  • Severity set to critical
  • Status changed from assigned to closed

RC uses the hostname of the outgoing interface in the current version, not always localhost, so please check your /etc/hosts to ensure the interface IP's have hostnames.

Note: See TracTickets for help on using tickets.