Results 1 to 10 of 10
So I have a Debian server back home behind a Linksys router with port forwarding set to 21, 22, 23, 25, and 80. The FQDN is www.bublades.com
Put in in ...
- 12-17-2005 #1Just Joined!
- Join Date
- May 2005
- Location
- Hooksett, NH or Boston, MA
- Posts
- 19
Can view website but can't ping server
So I have a Debian server back home behind a Linksys router with port forwarding set to 21, 22, 23, 25, and 80. The FQDN is www.bublades.com
Put in in your web browser and take a look. The website comes up just fine. You can also ssh or sftp to it.
The problem is that I want to set it up with mailman to be able to send mail to all the members of the organization. So I installed sendmail with apt, but then I realized that I cannot ping the server or telnet to it.
Does anyone have any idea what is going on?
Thanks, Tim
- 12-17-2005 #2
Re: Can view website but can't ping server
They very well might have ICMP Echo disabled, to prevent attempted Ping of Deaths, and similar attacks. Also, many people close their telnet port, as it's not commonly used anymore.
Originally Posted by timwalsh
- 12-17-2005 #3
mailman Is usually put on a different port and a lot of internet providers block that port. CHeck with your internet provider and see if they will allow the mail port to go through.
<advertising NOT allowed in signatures>
- 12-17-2005 #4Just Joined!
- Join Date
- May 2005
- Location
- Hooksett, NH or Boston, MA
- Posts
- 19
OK, I still can't ping my server or telnet to it, but I seem to have mailman partially configured. I now have a listinfo and admin page for my mailing list, and when I subscribe an email address a message goes out to the individual asking for confirmation. My problem now is that the server doesn't seem to be recieving either these confirmation emails (since nobody is subscribed yet) or my test emails to the list. I'm thinking my problems are related.
What port does mailman run on, if not port 25 (which I have specifically kept open and forwarded to my server, in case there was any confusion)?
- 12-17-2005 #5Did you read my response?
Originally Posted by timwalsh
Like beachboy said, many ISPs block port 25.What port does mailman run on, if not port 25 (which I have specifically kept open and forwarded to my server, in case there was any confusion)?
- 12-17-2005 #6Just Joined!
- Join Date
- May 2005
- Location
- Hooksett, NH or Boston, MA
- Posts
- 19
But if 25 is indeed blocked (and I'm reading various things to the effect that my ISP, Comcast, does do this), why is the mail allowed to go outbound? Like I said, it sends out confirmation emails to the addresses that I subscribe. It's recieving emails that seems to be the problem. How does that prevent spamming?
Anyway, if it's blocked it's blocked. How do I set up on another port? There are over 6,000 of them, right?
- 12-17-2005 #7
I believe that Comcast only blocks incoming traffic on port 25, but don't quote me.
- 12-17-2005 #8
my sbc here blockes port 25 unless you call them and have it unblocked.
<advertising NOT allowed in signatures>
- 12-17-2005 #9Just Joined!
- Join Date
- May 2005
- Location
- Hooksett, NH or Boston, MA
- Posts
- 19
I may have just found my problem... check this out.
http://mail.python.org/pipermail/mai...ch/027645.html
- 12-17-2005 #10
Glad you found a solution


Reply With Quote