On 11/25/2023 14:17:34, joe a wrote:
Dovecot installation on OpenSuse LEAP 15.5.  Works fine via Thunderbird.

Roundcube install works great.  Astonishing given my rusting skills.

But only until . . . I try to send email.  Then RoundCube tells me smtp error(): connection to server failed.

Well, yeah, 'you're trying port 587, when I told you to use port 25. Whatareya, dense?'.  Nah, yer just a machine, must be me.

Posted on Roundcube board, views but no replies.

Perhaps someone here knows what else I need to change besides:

~etc/roundcubemail/config.inc.php
//$config['smtp_port'] = 587;
$config['smtp_port'] = 25;

I don't find any other relevant referenced to SMTP port in RC configuration.


_______________________________________________
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org

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';`


I repaired the config file as suggested and it works a treat.


_______________________________________________
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org

Reply via email to