Roundcube Community Forum

Release Support => Pending Issues => Topic started by: aiy9VHdhYQckH8c7KrcngnGF on August 22, 2016, 03:08:04 PM

Title: Non-standard smtp port
Post by: aiy9VHdhYQckH8c7KrcngnGF on August 22, 2016, 03:08:04 PM
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!
Title: Re: Non-standard smtp port
Post by: SKaero on August 22, 2016, 04:58:02 PM
Just set the port in the Roundcube config.inc.php file:
Code: [Select]
// SMTP port (default is 25; use 587 for STARTTLS or 465 for the
// deprecated SSL over SMTP (aka SMTPS))
$config['smtp_port'] = 25;