Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Thu Feb 25, 2010 1:36 am 
Offline
Newbie

Joined: Thu Feb 25, 2010 1:25 am
Posts: 2
Hello, everyone!

I just set up a sendmail in my CentOS 5.3 linux box.

And I am having problem accessing SMTP from the outside network.

When I try to telnet to SMTP inside linux console, it's okay.

Basically I used the same command in the Linux console and Windows Command Prompt.

Code:
telnet mail.example.com 25


I can ping to the mail.example.com so it's not DNS or ip problem.

I used iptables command to see if I set up firewalls but i didn't.
Code:
iptables -L


Any clues?[/code]


Top
   
 Post subject:
PostPosted: Thu Feb 25, 2010 1:52 am 
Offline
Senior Member
User avatar

Joined: Sun Dec 27, 2009 11:12 pm
Posts: 1038
Location: Colorado, USA
I'd run....

#service iptables stop

just to make sure.


Top
   
 Post subject:
PostPosted: Thu Feb 25, 2010 9:39 am 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
Can you connect to other port 25s? Many (most?) ISPs block outgoing traffic to port 25 to cut down on outgoing spam from hijacked computers.

Try:

Code:
telnet mail.hoopycat.com 25


I *know* that one's up and reachable. :-)


Top
   
 Post subject:
PostPosted: Fri Feb 26, 2010 1:47 am 
Offline
Newbie

Joined: Thu Feb 25, 2010 1:25 am
Posts: 2
hoopycat

You are right!!

I tried your code and it didn't work. I guess I need to use ISP's SMTP.


Top
   
 Post subject:
PostPosted: Fri Feb 26, 2010 4:39 am 
Offline
Senior Member
User avatar

Joined: Sun Feb 08, 2004 7:18 pm
Posts: 562
Location: Austin
There are some other options. You could use an SSH tunnel. Or you could use the submission port (587 I believe).


Top
   
 Post subject:
PostPosted: Fri Feb 26, 2010 8:19 am 
Offline
Senior Member

Joined: Tue Aug 12, 2008 8:41 am
Posts: 56
Xan wrote:
There are some other options. You could use an SSH tunnel. Or you could use the submission port (587 I believe).

Yeah, I've used 587 ever since Verizon started blocking 25.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group