joe a skrev den 2023-11-25 22:20:
~etc/roundcubemail/config.inc.php
//$config['smtp_port'] = 587;
$config['smtp_port'] = 25;
dont use port 25 anyway from roundcube
Turns out (reply to post on RoundCube site):
The 'smtp_port' option was removed in 1.6.0 and you should not change
defaults.inc.php. May be the issue is a partially updated config? From
the 1.6.0 release notes:
. . .
Make sure you don't have an old 'smpt_server' option in your
config.inc.php instead it should have `$config['smtp_host'] =
'localhost:25';`
bad advise with port 25 still
I repaired the config file as suggested and it works a treat.
openSUSE waiting for possible bug reports, port 25 is still not advised
to use in roundcube
its not too late to learn more ?
_______________________________________________
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org