Go Back   TechArena Community > Technology > Technology & Internet
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: ,

Sponsored Links



ISP blocked port 25

Technology & Internet


Reply
 
Thread Tools Search this Thread
  #1  
Old 14-02-2009
Member
 
Join Date: Aug 2008
Posts: 90
ISP blocked port 25

I have tried and failed to figure this out. First off, I use 3.35-1woody2.

Eastlink (Canada) has blocked all outgoing port 25 requests in an effort to stop the spread of spam and other email issues for home users. This means that we can't use our work email to send emails anymore, unless our work runs email on another port. Anyway, what I need to do is find out how to make exim send all email through local port 26 not 25(which I have tunneled to another server). The reason I need exim to send mail through port 26 is because when I use stuff like mailx or other email tools like it, exim just sends it using port 25 and the emails don't make it.

Does this make sense?
Reply With Quote
  #2  
Old 14-02-2009
Member
 
Join Date: Nov 2005
Posts: 291
Re: ISP blocked port 25, so getting around with

You really have two problems here. The first is user's being able to connect to your server to send email. and then exim's outbound connection to send/receive email.

I'm going to make a few assumptions here.
  1. You are using a SMART host that will listen to port 26
  2. ALL of your users have configured there clients to talk to port 26 not port 25
  3. You are recieving your internet mail via a MX host that knows to talk to you via port 26.

I personally use both on a few of my servers because I force authentication, and when you travel many hotels are now inteceprting SMTP port 25 traffic and sending it to there server ( and there is not auth there ) so clients can not send mail, So for those users I have port 26 open.

in the main config section add
Code:
local_interfaces = 0.0.0.0.25:0.0.0.0.26
that will listen on both 25 and 26
__________________
Don't talk unless you can improve the silence.
Reply With Quote
  #3  
Old 14-02-2009
Trio's Avatar
Member
 
Join Date: May 2008
Posts: 2,754
Re: ISP blocked port 25, so getting around with

Yes, except you should consider using the Mail Submission Port (587, IIRC), which already exists for this purpose.
Why not just route the email through the ISP's mail relays? Its fairly easy to do with exim.
Reply With Quote
  #4  
Old 14-02-2009
Trio's Avatar
Member
 
Join Date: May 2008
Posts: 2,754
Re: ISP blocked port 25, so getting around with

I think there are three obstacles in doing that:
  1. Not every DHCP server publicize mx server, and exim [as well every other MTA/MUA] does not recognize them, so if you are on the move you have to change it every time

  2. If you use authentication (for example here you can send to internal distribution list only if you authenticate ...)

  3. You lose the control on delivery (for example here if someone send a message can ask the net admin to check if it has been delivered, or if not where is the problem)
Reply With Quote
  #5  
Old 14-02-2009
Jackson2's Avatar
Member
 
Join Date: Apr 2008
Posts: 2,268
Re: ISP blocked port 25, so getting around with

Why add an extra step to try to debug unless needed? Why pass work mail through a third party which you don't control and could be snooped? Why play into their laziness?
Reply With Quote
  #6  
Old 14-02-2009
deveritt's Avatar
Member
 
Join Date: Apr 2008
Posts: 2,525
Re: ISP blocked port 25, so getting around with

There are many reasons why someone would not want to do this, including the need to reconfigure your laptop every time you are at home, on the road, at the office, etc.

There is also the fact that many ISP's mail servers suck (Verizon is a very good example of this.)

Using RFC2487 over port 587 also give remote office users the ability to send messages that may be confidential to others in their organization securely - things you may not want to send over the public internet.

Of course he can also use a VPN, but this may be overkill. Sometimes you don't want random remote machines fully connecting to your network (think blaster.)
Reply With Quote
Reply

  TechArena Community > Technology > Technology & Internet


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "ISP blocked port 25"
Thread Thread Starter Forum Replies Last Post
Port 80 blocked Jaheel Networking & Security 4 29-06-2009 11:13 AM
Port Scan Blocked? dalsandhu Networking & Security 3 14-05-2009 12:30 AM
GRC port scan says my Port 20121 is blocked Azariah Networking & Security 3 13-04-2009 10:04 PM
SBS 2008 Public website on port 80 blocked Flo Wirehead Small Business Server 11 27-11-2008 11:59 PM
SMTP Port 25 blocked Guido Small Business Server 15 05-09-2007 04:36 PM


All times are GMT +5.5. The time now is 05:15 AM.