Thoughts Media.com

 


Windows Phone Thoughts

Loading feed...

Digital Home Thoughts

Loading feed...

Apple Thoughts

Loading feed...




Go Back   Thoughts Media Forums > Thoughts Media Off Topic

Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 06-18-2004, 11:42 PM
Editor Emeritus
Mike Temporale's Avatar
Join Date: Aug 2006
Posts: 10,981

Just now? Bell Canada has had this for a long time and they don't offer another higher priced plan where you can get it opened.

Best solution is to A) open SMTP on another port. I use 6000 on my server. And if that's not possible then B) move to a smaller DSL company. They tend to let you run wild and free.
__________________
"I have no special talents, I am only passionately curious" - Albert Einstein
 
Reply With Quote
  #12 (permalink)  
Old 06-18-2004, 11:45 PM
Mystic
James Fee's Avatar
Join Date: Aug 2006
Posts: 1,819
Send a message via AIM to James Fee Send a message via MSN to James Fee Send a message via Yahoo to James Fee Send a message via Skype™ to James Fee

I can't remember the last time I could use SMTP on Cox. I have to use their webmail to send email. Recieve via POP, send via web. What a pain in the ass... :frusty:
 
Reply With Quote
  #13 (permalink)  
Old 06-19-2004, 12:41 AM
Editor Emeritus
Brad Adrian's Avatar
Join Date: Sep 2006
Posts: 3,060
Send a message via AIM to Brad Adrian Send a message via MSN to Brad Adrian

Quote:
Originally Posted by PR.
Microsoft need to include all the tools to keep this problem away...
No, I think the ISPs need to provide them and mandate that their customers use them and keep their machines clean. I don't know enough about the systems to know how they could enforce it, but I'm sure they could block access to users who haven't installed and used their digital disinfectants.
 
Reply With Quote
  #14 (permalink)  
Old 06-19-2004, 12:57 AM
Thinker
Join Date: Aug 2006
Posts: 368

If ISP block the SMTP port, how are we supposed to send any email? I have my own hosting and fortunately my hosting company does not block the port (yet), but I have seen many hostings who do not allow SMTP access and advise customers to use ISP's smtp instead. Now ISP starts to block the port, where should we go? As much as webmail is nice and convenient, I very like to store all my correspondence locally, too.
 
Reply With Quote
  #15 (permalink)  
Old 06-19-2004, 01:55 AM
Thinker
Join Date: Jul 2004
Posts: 321
Send a message via ICQ to gai-jin Send a message via AIM to gai-jin Send a message via Yahoo to gai-jin

Dial up providers I used to use while travelling did this same thing. So have other cable providers I've used. I hated it, since I've been using my own domain and smtp server (hosted at a local ISP) for some time.

Unfortunately, there's not much you can do about it. I know if my current ISP were to take up this practice and not make an exception I'd raise holy h*ll. Since I work for the company, I'd hope I could get an exception made, but I am but a small cog in a great machine. . .

And really, for ISP's who advertise unlimited access, isn't this really 'limiting' your access to the internet? I wonder if this is a reason (not in the company's eyes, but if you wanted to really push it) to cancel a contract with the service provider early?

Gai-jin
 
Reply With Quote
  #16 (permalink)  
Old 06-19-2004, 02:06 AM
Philosopher
Join Date: Apr 2004
Posts: 545
Default Port 25 blokcing is a good thing

Most ISP's have bene blocking port 25 to the outside for a while. This is to try to stem of the spam coming from open relays taht are accidently on their network. Even with Linux, setting up a open relay available to spammers is pretty easy and this is the main reason for blocking the port to the outside. With in your ISP, you probably still use port 25 for e-mail. IN any case, even your work should not allow connections to port 25 from the outside and same goes for your ISP. Blocking this port to and from outside their network makes alot of sense. Too many GEEKS who THINK they can run thier own mail server end up accidently setting up open relays. Sendmail is not for the faint of heart. I am a geek and I would rather use some other MTA.
 
Reply With Quote
  #17 (permalink)  
Old 06-19-2004, 02:14 AM
Philosopher
Join Date: Apr 2004
Posts: 545

Quote:
Originally Posted by gai-jin
. .

And really, for ISP's who advertise unlimited access, isn't this really 'limiting' your access to the internet? I wonder if this is a reason (not in the company's eyes, but if you wanted to really push it) to cancel a contract with the service provider early?

Gai-jin
No. Open port 25 relays are a security risk for everyone. Blocking use of port 25 to anything but your own mail servers is a good security practice. If you need universally available e-mail, web mail is by far more easy to do securely.
 
Reply With Quote
  #18 (permalink)  
Old 06-19-2004, 02:21 AM
Intellectual
Join Date: Feb 2004
Posts: 185
Default Re: ISPs Blocking Port 25 To Curb Spam Hurts The Honest Guy

Quote:
Originally Posted by Ed Hansberry
So now I have an $80/month business account, which does open port 25, instead of a $47/month home account. :bad-words: Totally insane. All because of some knee-jerk reaction to a valid problem solved with wrong-headed thinking, and as far as computing goes, that is the most evil thing that can happen.
Why don't you just create a little batch file to switch between two host files, one with ip of your ISP SMTP server for every other smtp server you need., one without (or no host file at all!!)
On you PocketPC you could use PocketHost to enable/disable the "re-routing" :-)
Or even better export the both registry keys with and without the entries, and in a few taps you can import the one you need?
And when that works, let me know I will give you my paypal account, you can send me the extra 33$ you save each month, minus some fees since you'll have to loose time to switch from one server to another 8)
 
Reply With Quote
  #19 (permalink)  
Old 06-19-2004, 02:24 AM
Contributing Editor Emeritus
Ed Hansberry's Avatar
Join Date: Aug 2006
Posts: 8,228
Default Re: ISPs Blocking Port 25 To Curb Spam Hurts The Honest Guy

Quote:
Originally Posted by butch
Quote:
Originally Posted by Ed Hansberry
So now I have an $80/month business account, which does open port 25, instead of a $47/month home account. :bad-words: Totally insane. All because of some knee-jerk reaction to a valid problem solved with wrong-headed thinking, and as far as computing goes, that is the most evil thing that can happen.
Why don't you just create a little batch file to switch between two host files, one with ip of your ISP SMTP server for every other smtp server you need., one without (or no host file at all!!)
Now that is the first idea I've heard that makes a bit of sense in my situation.
__________________
text sig
 
Reply With Quote
  #20 (permalink)  
Old 06-19-2004, 03:13 AM
Contributing Editor Emeritus
Ed Hansberry's Avatar
Join Date: Aug 2006
Posts: 8,228
Default Re: ISPs Blocking Port 25 To Curb Spam Hurts The Honest Guy

Quote:
Originally Posted by Ed Hansberry
Quote:
Originally Posted by butch
Why don't you just create a little batch file to switch between two host files, one with ip of your ISP SMTP server for every other smtp server you need., one without (or no host file at all!!)
Now that is the first idea I've heard that makes a bit of sense in my situation.
Sigh... never mind. All the external SMTP servers I use require authentication, which means I'd have to also change userIDs and passwords.

:bad-words:
__________________
text sig
 
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 08:47 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO 3.6.0
Copyright Thoughts Media Inc. 2009