Author Topic: Can I use other ports than 25 and 465 for SMTP?  (Read 3530 times)

Offline Charles So

  • Newbie
  • *
  • Posts: 5
Can I use other ports than 25 and 465 for SMTP?
« on: March 24, 2009, 12:46:17 PM »
Hi folks,

I need to use other than 25 and 465 for connecting to SMTP server. I've tried to set it to something else in main.inc.php, but the Send Test Mail function will never complete when the installation is at Step 3.

BTW, the IMAP function is working fine tho.

Is there anything that I need to do?

Charles

Offline bizhat

  • Jr. Member
  • **
  • Posts: 10
Can I use other ports than 25 and 465 for SMTP?
« Reply #1 on: March 31, 2009, 05:37:14 PM »
in config/main.inc.php

Quote
// SMTP port (default is 25; 465 for SSL)
$rcmail_config['smtp_port'] = 25;

Have you tried this ?