Skip Navigation

[Abandoned all hope] Trying to self-hosting a mail server, but port 25 is blocked by my ISP

So, I spent the last few days researching and then finally setting up mailcow. I got my domain name, my wildcard certificate, got all the containers up, disabled ipv6 (I don't have it set up on my home router and am too lazy to set it up tbh), created a domain and an mailbox, etc.

Well, when testing it late last night, I found that I could receive mail but was getting timeouts when sending mail. After some googling, I found out that this will happen if port 25 is not open. Using traceroute, I found that port 25 traffic is not going outside my home network. And sure enough, I found on my ISP web site that I need to have a business account to unblock port 25, which costs twice what I am paying for internet now.

So what are my options? Is there any way around this? Do I need to host this elsewhere, such as AWS? Can I use a proxy or something that can translate it to a different port for me?

Edit: Yeah, so I just set up an alias to my existing email address. It isn't what I wanted to do, but as many have pointed out, I'm fighting a losing battle here. :(

21 comments
  • Pointless. Your selfhosted e-mail will just end up in spam-filters anyway.

    Sadly email federation is on its last breath and you are better off using an external service somewhere if you want your email to actually reach anyone.

    Edit: it's not much better on VPS you can rent either.

    Edit: and in before the person that claims they have been self-hosting email for 20 years already... yes exactly! That is why yours still works.

  • I can agree with everyone here, self hosting mail at this point is pointless. You are going to spend so much of your time reaching out to be pulled off of blacklists only to be added right back onto another. It’s a vicious cycle unfortunately, and than just wait until you get added to Barracudas or Proofpoints naughty list… you may as well start over at that point.

  • You can use a VPN or proxy but it's pretty much guaranteed that those IPs are already wildly abused and that your emails will go straight to spam.

    At this point a VPS or cloud is indeed pretty much the best option and even then, you'll need to let it age up for a while because AWS's IPs are also wildly banned and give it some time to get unbanned and unban requests to go through.

  • You can use sendgrid to send your emails. That gets around the port 25 problem, but everyone is right - you’ll have a difficult time getting through spam filters even with them.

    I selfhost my own email mainly so I don’t have to go through the Google unsecured apps rigamarole every time I want to set up smtp for one of my services, but no one except protonmail gets it reliably.

  • It's possible but an archane mess of aspects to deal with. DMARK, DKIM, and SPF records are a pain to deal with.

    That said, I have a pretty consistently working mailcow set up that doesn't need 25 (most home ISPs do block that because of spam bots taking over granny's computer) instead it uses 587 to relay messages through mailjet at no cost since it's only a few a month. I used another similar marketing relay before too, they all work similar. It does have the drawback of the relay having access to outgoing mail, but incoming is straight to me and not like any other online mail service couldn't just scan your entire mailbox at will.

    Mostly used for internal system notices that dont leave local and signup valudations anyhow so there's not much for them to gain from it.

21 comments