535 authentication failed in roundcube

SMTP error 535 authentication failed in roundcube
SMTP Error (435): Authentication failed
If you face SMTP error 535 Authentication Failed while sending an email from round cube, then you can check the following things.
[root@server1 ~]# vi /usr/local/cpanel/base/3rdparty/roundcube/config/main.inc.php
and changed
$rcmail_config['smtp_user'] = ‘%u’;
to
$rcmail_config['smtp_user'] = ”;
That’s it :D
  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

Why is hotmail Blocking/Junking my mail?

Because of Hotmail's extremely aggressive spam protection policies, senders may find valid...

Error 550 – “The recipient cannot be verified”

On servers running cPanel, you may find that mail sent to valid users it bounced back by...

How do I get my mail headers?

Retrieving email headers is a very important step in reporting or troubleshooting any email...

Postfix Email Queue Commands

To flush mail queue under Sendmail MTAsendmail -qpostfix flushOR postfix -f To see mail queue,...

Delete all messages to and from a domain in exim queue

Use the ssh command below to remove all messages from and to a users domain.  This will help to...