Roundcube Community Forum

 

Non-standard smtp port

Started by aiy9VHdhYQckH8c7KrcngnGF, August 22, 2016, 03:08:04 PM

Previous topic - Next topic

aiy9VHdhYQckH8c7KrcngnGF

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!

SKaero

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;