Roundcube Community Forum

Release Support => Release Discussion => Topic started by: Charles So on March 24, 2009, 12:46:17 PM

Title: Can I use other ports than 25 and 465 for SMTP?
Post by: Charles So 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
Title: Can I use other ports than 25 and 465 for SMTP?
Post by: bizhat 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 ?