Linulex
Silver Pleskian
On postfix servers roundcube cant send mail if authentication is closed and gives the error
SMTP Error (250): Authentication failed
I know of article SMTP authentication fails with SMTP Error (250): Authentication failed but thats not an option. We choose to only open port 587 for smtp.
strange enough: horde works fine
On qmail servers it also works fine: roundcube is sending without any problems and authentication is closed on port 25.
on both qmail and postfix servers the whitelist only has localhost in it 127.0.0.1 and ::1
Can i change roundcube config /usr/share/psa-roundcube/config/defaults.inc.php line 255 without having problems down the line when plesk updates roundcube?
$config['smtp_port'] = 25;
into
$config['smtp_port'] = 587;
is there a place i could make the change so it will not be overwritten by plesk in the future?
regards
Jan
SMTP Error (250): Authentication failed
I know of article SMTP authentication fails with SMTP Error (250): Authentication failed but thats not an option. We choose to only open port 587 for smtp.
strange enough: horde works fine
On qmail servers it also works fine: roundcube is sending without any problems and authentication is closed on port 25.
on both qmail and postfix servers the whitelist only has localhost in it 127.0.0.1 and ::1
Can i change roundcube config /usr/share/psa-roundcube/config/defaults.inc.php line 255 without having problems down the line when plesk updates roundcube?
$config['smtp_port'] = 25;
into
$config['smtp_port'] = 587;
is there a place i could make the change so it will not be overwritten by plesk in the future?
regards
Jan