If you encounter this kind of error SMTP error 535 Authentication Failed while sending an email from Roundcube Webmail, then you can check the following things.
The error that probably you’ll see:
[text]SMTP error 535 authentication failed in roundcube
SMTP Error (435): Authentication failed[/text]
Open this file main.inc.php:
[shell]<path>/<to>/<your>/<roundcube>/config/main.inc.php[/shell]
and change this line:
[text]$rcmail_config[‘smtp_user’] = ‘%u’;[/text]
into this:
[text]$rcmail_config[‘smtp_user’] = ”;[/text]
That’s it 😀
Hello – thanks for this info. This is all new to me, I have just set up my email on roundcube and I’m suffering the same problem. How / where do I open file “main.inc.php”?
Thanks
Jo
That file is located in your roundcube folder inside config folder. Or if you want to search, you can try command “updatedb”, and then run command “locate main.inc.php” to search where the file is located.
RoundcubeSkins.Com COLORFUL skins for Roundcube Webmail Client !!! Roundcube our skins are compatible for 0.8.x, 0.9.0 and Soon we will be coming up with all our roundcubeskins compatible with 1.0 beta release of roundcube webmail. So keep visiting our site for updates!!
I’m having the same problem here. Although I’m using the webmail interface, so I have nothing installed on my PC to mess with.