Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: saRca on May 01, 2010, 11:51:49 AM

Title: SMTP 530 error
Post by: saRca on May 01, 2010, 11:51:49 AM
Hello, I have installed htmailserver and roundcube. I can receive emails but when I try to send i got a smtp 530 error: "failed to add recipient [email protected]". It seem like roundcube does not send the authentication to the htmailserver. this is the htmailserver log: #941573 - Pastie (http://pastie.org/941573)
and this is the roundcube config: #941576 - Pastie (http://pastie.org/941576)

I don't know if the problem is roundcube or htmailserver. I'm asking in htmailserver forums to. Please help me to figured it out.

Thanks in advance.
Title: Resolved
Post by: saRca on May 01, 2010, 12:50:14 PM
Hello.

I resolve this issue.
In the roundcube config file:

$rcmail_config['smtp_user'] = '%u';
$rcmail_config['smtp_pass'] = '%p';
$rcmail_config['smtp_auth_type'] = 'LOGIN';

I hope this help someone else.

roundcube it's a great web based email client. Thank you.
Title: finaly found it!
Post by: bizarre on August 18, 2010, 10:30:17 AM
Yes, it does helps anyone! Me in this case :)
Thank you for posting it. My mail server crashed 3 days ago and i had no backup of RC. This was the final step of getting it up and running again :)