Author Topic: SMTP 530 error  (Read 6500 times)

Offline saRca

  • Newbie
  • *
  • Posts: 2
SMTP 530 error
« 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 account@server.com". 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.

Offline saRca

  • Newbie
  • *
  • Posts: 2
Resolved
« Reply #1 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.

Offline bizarre

  • Newbie
  • *
  • Posts: 1
    • http://www.bgbits.eu
finaly found it!
« Reply #2 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 :)