onesiphore / php-smtp-email-validation

Automatically exported from code.google.com/p/php-smtp-email-validation
0 stars 0 forks source link

Connection Refused #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am running into this error, and I am not sure how to approach this problem:

Array
(
    [postcardpros.com.s7a1.psmtp.com] => 100
    [postcardpros.com.s7a2.psmtp.com] => 200
    [postcardpros.com.s7b1.psmtp.com] => 300
    [postcardpros.com.s7b2.psmtp.com] => 400
    [postcardpros.com] => 0
)

try postcardpros.com.s7a1.psmtp.com:25

Warning: fsockopen() [function.fsockopen]: unable to connect to
postcardpros.com.s7a1.psmtp.com:25 (Connection refused) in
/home/jakoblor/public_html/hosted/play/validate-email/stmp_validate.php on
line 154

try postcardpros.com.s7a2.psmtp.com:25

Warning: fsockopen() [function.fsockopen]: unable to connect to
postcardpros.com.s7a2.psmtp.com:25 (Connection refused) in
/home/jakoblor/public_html/hosted/play/validate-email/stmp_validate.php on
line 154

try postcardpros.com.s7b1.psmtp.com:25

Warning: fsockopen() [function.fsockopen]: unable to connect to
postcardpros.com.s7b1.psmtp.com:25 (Connection refused) in
/home/jakoblor/public_html/hosted/play/validate-email/stmp_validate.php on
line 154

try postcardpros.com.s7b2.psmtp.com:25

Original issue reported on code.google.com by Hudson.A...@gmail.com on 14 Jun 2009 at 6:22

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Warning: fsockopen() [function.fsockopen]: unable to connect to
gmail-smtp-in.l.google.com:25 (Connection refused)
how to solve this problem. any buddy can help me.
Earlier it was working!!!!!!!!!

Original comment by adarsh...@yahoo.com on 23 Jun 2009 at 7:23

GoogleCodeExporter commented 8 years ago
I have the same as this, seems to be something not working as intended here.

Original comment by steinh...@gmail.com on 9 Jul 2009 at 11:13

GoogleCodeExporter commented 8 years ago
I think google prevents this check.

Original comment by Hudson.A...@gmail.com on 9 Jul 2009 at 4:46

GoogleCodeExporter commented 8 years ago
Did you manage to solve this problem? I also have the same...

Original comment by sophie.boulanger1@gmail.com on 5 Aug 2009 at 2:49

GoogleCodeExporter commented 8 years ago
Could this be a blocked port? Error message shows up almost instanious.

Original comment by knowlecu...@gmail.com on 27 Oct 2009 at 1:59

GoogleCodeExporter commented 8 years ago
Bump

I've tried multiple domains, and even verified that I can telnet to port 25 at 
the 
mx servers that are telling me connection refused.

Original comment by illush...@gmail.com on 14 Nov 2009 at 1:05

GoogleCodeExporter commented 8 years ago
it work on my developpement srv but not on the production one...
perhaps hostmonster block them, or it's blacklisted...

Original comment by 1000feui...@gmail.com on 9 Dec 2010 at 3:33

GoogleCodeExporter commented 8 years ago
i works on localhost but not online

Original comment by bikashch...@gmail.com on 26 Dec 2011 at 3:58

GoogleCodeExporter commented 8 years ago
It happens when you run this script in shared hosting like hostgator or 
hostmonster, you need to open  port 25 in iptables. Most shared hosts won't 
allow this to protect their ip from blacklist

Original comment by axvac...@gmail.com on 1 May 2012 at 12:18

GoogleCodeExporter commented 8 years ago
It works on my development local server but not working on production live 
server...

Please help me to out of this problem

Original comment by mailvikr...@gmail.com on 19 Apr 2013 at 2:31

GoogleCodeExporter commented 8 years ago
hi,
Array
(
    [gmail-smtp-in.l.google.com] => 5
    [alt1.gmail-smtp-in.l.google.com] => 10
    [alt2.gmail-smtp-in.l.google.com] => 20
    [alt3.gmail-smtp-in.l.google.com] => 30
    [alt4.gmail-smtp-in.l.google.com] => 40
    [gmail.com] => 0
)
try gmail-smtp-in.l.google.com:25
try alt1.gmail-smtp-in.l.google.com:25
try alt2.gmail-smtp-in.l.google.com:25
try alt3.gmail-smtp-in.l.google.com:25
try alt4.gmail-smtp-in.l.google.com:25
try gmail.com:25
fetch this problem plz solved this for 
http://ciudadanoahora.com/

Original comment by sanjeev....@thefreshersworld.net on 2 Nov 2013 at 8:13

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Array
(
    [gmail-smtp-in.l.google.com] => 5
    [alt1.gmail-smtp-in.l.google.com] => 10
    [alt2.gmail-smtp-in.l.google.com] => 20
    [alt3.gmail-smtp-in.l.google.com] => 30
    [alt4.gmail-smtp-in.l.google.com] => 40
    [gmail.com] => 0
)
try gmail-smtp-in.l.google.com:25

Warning: fsockopen(): unable to connect to gmail-smtp-in.l.google.com:25 
(Connection timed out) in 
/home/hemsprop/public_html/new/mail/smtp_validateEmail.class.php on line 154
try alt1.gmail-smtp-in.l.google.com:25

Warning: fsockopen(): unable to connect to alt1.gmail-smtp-in.l.google.com:25 
(Connection timed out) in 
/home/hemsprop/public_html/new/mail/smtp_validateEmail.class.php on line 154
try alt2.gmail-smtp-in.l.google.com:25

Warning: fsockopen(): unable to connect to alt2.gmail-smtp-in.l.google.com:25 
(Connection timed out) in 
/home/hemsprop/public_html/new/mail/smtp_validateEmail.class.php on line 154
try alt3.gmail-smtp-in.l.google.com:25

Warning: fsockopen(): unable to connect to alt3.gmail-smtp-in.l.google.com:25 
(Connection timed out) in 
/home/hemsprop/public_html/new/mail/smtp_validateEmail.class.php on line 154
try alt4.gmail-smtp-in.l.google.com:25
have any solution for this ?

Original comment by sachin11...@gmail.com on 3 Jul 2014 at 11:42

GoogleCodeExporter commented 8 years ago
I have same problem.. the code is working on localhost, but not working on my 
production server. How to fix ?

Original comment by iamva...@gmail.com on 20 Jan 2015 at 4:33

GoogleCodeExporter commented 8 years ago
It works on localhost, but not working on live server. I try to change 
nameservers in smtp class. Still didn't have sucess.

Original comment by kaleem.s...@gmail.com on 22 Jan 2015 at 11:16

GoogleCodeExporter commented 8 years ago
fsockopen(): unable to connect to gmail-smtp-in.l.google.com:25

try alt1.gmail-smtp-in.l.google.com:25  Warning showing.... 

Original comment by MAHIVIT...@gmail.com on 28 Feb 2015 at 10:45