Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: Heini_net on June 05, 2008, 11:17:22 AM

Title: cant send emails.
Post by: Heini_net on June 05, 2008, 11:17:22 AM
Hi,

i'm using Mercury Mail server and i can't send emails. the errors Logfile display follow entrys:

[05-Jun-2008 17:11:20 +0200] SMTP Error: SMTP error: Authentication failure: Invalid response code received from server (Code: 501) in \webmail\program\steps\mail\func.inc on line 1416
[05-Jun-2008 17:11:49 +0200] SMTP Error: SMTP error: Authentication failure: Invalid response code received from server (Code: 504) in \webmail\program\steps\mail\func.inc on line 1416

anyone know whats wrong?
Title: cant send emails.
Post by: evb on June 06, 2008, 03:45:22 PM
Try to use clear text for the login and pasword.
If this works, then probably roundcube and your smtp server are not talking the same crypto language.

see parameter:
// SMTP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or empty to use
// best server supported one)
$rcmail_config['smtp_auth_type'] = '';
Title: cant send emails.
Post by: Heini_net on June 07, 2008, 12:30:56 PM
hi,

i have found the reason

i'm using wrong usernames because i set the user_domain param so rc adding the domain to every user for logging to smtp server