Roundcube Community Forum

 

SMTP 530 error

Started by saRca, May 01, 2010, 11:51:49 AM

Previous topic - Next topic

saRca

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
and this is the roundcube config: #941576 - Pastie

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.

saRca

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.

bizarre

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 :)