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