|
| |||||||||
| Tags: isp, port |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| 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? |
|
#2
| |||
| |||
| 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.
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
__________________ Don't talk unless you can improve the silence. |
|
#3
| ||||
| ||||
| 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. |
|
#4
| ||||
| ||||
| Re: ISP blocked port 25, so getting around with
I think there are three obstacles in doing that:
|
|
#5
| ||||
| ||||
| 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? |
|
#6
| ||||
| ||||
| 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.) |
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |