Dear community,
I have a non-standard smtp port that is 1025 on a local server. It is a plain, i.e. non-secure, port that is identical to an 25 port. How can I configure roundcube so that it knows 1025 is a plain port?
Thank you!
Just set the port in the Roundcube config.inc.php file:
// SMTP port (default is 25; use 587 for STARTTLS or 465 for the
// deprecated SSL over SMTP (aka SMTPS))
$config['smtp_port'] = 25;