This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ISP Port 25 Blocking

I am running an email server at my office server behind an asl 4.xx version firewall.

Recently the ISP who services my home decided to block port 25 to all servers except their own. Since I run my own domain I would like to be able to connect and send email via my own email server and not my ISP. 

Can anyone suggest a work around for achieving this goal??

Would SSL work? Can i open allternative ports to replace 25?

thanks

asher


This thread was automatically locked due to age.
  • You could just use your ISP as your smarthost. Blocking of port 25 is pretty tough to get around. There are some services that forward traffic on port 25 to you on another port. Other mail servers don't listen on anything but port 25. Try your ISP as your smarthost or set up a mailserver/gateway somewhere else that you can receive mail on port 25 and relay them to your mailserver's new port (perhaps using SSL), as well as be your outgoing smarthost.
  • Most ISPs I've worked with are reasonable and open it up if you let them know you need it. It's an understandable position they now take with blocking port 25 by default, given how careless people are with their security...
  • My ISP is OOL and they will not open port 25 unless you upgrade to their business class service (which makes no sense for me to do)

    Therefore I decided to simply change the outgoing smtp server on my home machines to OOL's smtp server and route all email through them...we shall see how this works (i have to see what restrictions they have etc..)

    But at least in the mean time it works

    asher
  • So having your own mail server means you're a business; how conVENient! And my condolences.

    Jim's advice was the most appropriate for your situation...
  • Hi!

    I have a similar problem here...

    I want to change the port, on which the SMTP proxy gets its mails.
    We are using the  DynDns Relay Service  which can forward mails to non-standard ports. We want to ensure, that our mails aren't fetched by the wrong server, since we have a dynamic IP from our provider.

    Do I just have to create a DNAT rule like this:
    Any -> DSL (Address) / ODDSMTPPORT -> DSL (Address) / SMTP

    Or does this create problems with the SMTP service?

    Thanks,
    Thorsten