SMTP - Setting an alternate port... SMTP - Setting an alternate port...
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

SMTP - Setting an alternate port...

Started by yrick, February 16, 2007, 07:05:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

yrick

Greeting:

My ISP is blocking Port 25 (understandable but >:().
The accepted alternate SMTP port is Port 587. 

I have adjusted my mailserver (hmailserver) to use Port 587 as the SMTP port.
I have verified this configuration works by sending an email via phpbb2. 
I did not need to make any port adjustments.

However, when I try to mail from Coppermine using SMTP my email disappears into the ethernet.
Being a windows installation, I have no "sendmail" capability.
After some troubleshooting I have been able to ascertain that the SMTP port setting is coded into Coppermine.

How / Where can I adjust this port setting so that CopperMine will use Port 587 for SMTP as opposed to Port 25?

     Settings of interest:

            Win 2kPro
              Apache 2.2
                PHP 5.1.2
                MySQL 5.0.18
                   Coppermine 1.4.9

web: http://yrick.dyndns.org/cpg149

Nibbler

The SMTP server setting in config will accept server:port format.

yrick

Would that be:

     1.  http://domain.com:port
     2.  domain.com:port
     3.  http://smtp.domain.com:port
     4.  smtp.domain.com:port

Nibbler

2 or 4 probably. Depends which one resolves to the smtp server you wish to connect to.

levy

i 'm using gmail's smtp but the email cannot be sent. I configurated it same as my Outlook  :'(

Stramm

Gmail smtp uses a secure connection (TLS). If I'm not wrong the CPG SMTP function doesn't support that