Author Topic: Non-standard smtp port  (Read 3350 times)

Offline aiy9VHdhYQckH8c7KrcngnGF

  • Newbie
  • *
  • Posts: 1
Non-standard smtp port
« 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!

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Non-standard smtp port
« Reply #1 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;