Results 1 to 2 of 2
I have found that my ISP blocks port 25, which I need to be able to send email out of my server with. Is there any way around this? My ...
- 06-19-2009 #1Just Joined!
- Join Date
- Apr 2008
- Location
- Georgia, US
- Posts
- 53
How to Change the port that mail is sent out on.
I have found that my ISP blocks port 25, which I need to be able to send email out of my server with. Is there any way around this? My server is running Fedora 8 with postfix. I've checked my config files and everything appears alright.
- 06-19-2009 #2
It may be against your ISP's policy if you send mail via your own server, even if you do change the port.
Even as such, you can configure your outgoing port, but the other side needs to know also that you're using a different port. It's never:
Client - - - > Server
port:25 - - > port:25
But rather:
Source - - - - - - - - > Destination
port:$RANDOM - - > port:25
See? Part of the problem is on the other side.Can't tell an OS by it's GUI


Reply With Quote