Jump to content

Recommended Posts

Posted

I've written a PHP script, with no errors, and I cannot conect to ANY SMTP server using port 25. My script gives the error "Warning: fsockopen() [function.fsockopen]: unable to connect to mail.heliohost.org:25 (Connection timed out)"

 

The problem is NOT related to the server mail.heliohost.org, but to any other one.

 

Does anyone know what is going on?

 

Thank you in advance.

Posted

It looks like you scripted it wrong, but I'm no expert on php. My advice? Ask a php forum to see if your code is faulty.

Posted
It looks like you scripted it wrong, but I'm no expert on php. My advice? Ask a php forum to see if your code is faulty.

 

 

The problem is NOT the PHP script. The script has NO errors. Heliohost seems to be blocking port 25

Posted

As far as I know,

Heliohost shouldn't be blocking port25.

Please correct me if I'm wrong.

Posted
As far as I know,

Heliohost shouldn't be blocking port25.

Please correct me if I'm wrong.

 

There's no other explanation. The script is correct and has no errors. A year ago this same script worked fine on Heliohost. Evidently they made some changes.

 

Fsockopen CANNOT open a connection on port 25.

 

Service scan

FTP - 21 220---------- Welcome to Pure-FTPd [TLS] ----------

220-You are user number 1 of 50 allowed.

220-Local time is now 19:56. Server port: 21.

220-This is a private system - No anonymous login

220-IPv6 connections are also welcome on this server.

220 You will be disconnected after 15 minutes of inactivity.

220 Logout.

SMTP - 25 Error: TimedOut

HTTP - 80 HTTP/1.1 200 OK

Date: Mon, 02 Mar 2009 03:56:32 GMT

Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8b mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635

Connection: close

Content-Type: text/html;charset=ISO-8859-1

POP3 - 110 +OK Hello there.

IMAP - 143 * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2008 Double Precision, Inc. See COPYING for distribution information.

Posted

Perhaps it's the downtime which caused this.

And nobody is there to fix it now.

We've to wait patiently...

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...