can not send email - SMTP error on roundcube
#10
RE: can not send email - SMTP error on roundcube
I know this is old post and marked as not resolved, but, digging around I found a solution which resolved my issue with SMTP error:

I have modified this file:

/etc/sentora/configs/roundcube/roundcube_config.inc.php


replace this line:

$config['smtp_user'] = '%u';

to

$config['smtp_user'] = '';

and replace this line:

$config['smtp_password'] = '%p';

to 

$config['smtp_password'] = '';

// NOTE: '' is TWO ' , and this is not a single " symbol.

Spent 2 weeks re-installing and modifiying configs, but by the end, changes above fixed "smtp error (535) authentication failed" issue.... Yay.... Hope it will help others.

Angel
Reply


Messages In This Thread
RE: can not send email - SMTP error on roundcube - by Telepuzik - 01-03-2020, 08:37 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
How to upgrade RoundCube rajeevrrs 0 2 ,748 11-01-2022, 10:19 PM
Last Post: rajeevrrs
Email has suddenly stopped coming through rsthomas 4 7 ,839 10-12-2022, 09:29 PM
Last Post: rsthomas
user: 'postfix' host: 'localhost' (Got an error reading communication packets) cezars 0 3 ,354 02-01-2022, 08:58 PM
Last Post: cezars

Forum Jump:


Users browsing this thread: 1 Guest(s)