this post was submitted on 15 Nov 2023
0 points (50.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

before wasting time, can I host a mail server on my home server and use cloudflare tunnel.
or still I will have reputation problem

you are viewing a single comment's thread
view the rest of the comments
[–] bixxus@alien.top 1 points 10 months ago

I'll preface this by saying I host my own email, but I don't host it at home. I've also entertained the idea of running a tunnel to bring it in house (although not with cloudflare). You're going to run into 2 main issues that I see:

  1. I only did a brief search so I don't know if there's documentation narrowing the range of ips that are used for tunnels, but cloudflare publishes this list of IP ranges that they own. By my calculation that's a little over 1.5M addresses and you don't have any control over what IP is being used when sending out email. This means that you have to add every one of those ranges to your spf record. It also means that if one of those IP addresses does land on a blacklist you have no control over whether or not outgoing mail will be sent from it, and for 1.5M addresses that's a pretty substantial risk.
  2. I don't know how you plan on using email, but for me email needs to be reliable. I can't have emails I send getting dropped and I always need to be able to receive email. This is one service that, essentially, there's no maintenance windows on. It has to always be up. That is something that's extremely difficult to do at home. At a bare minimum your risk profile is just your ISP provider. Residential connections generally don't have SLA agreements. This means that if they it's going to go down for an hour or two for maintenance that's outside of your control. Or if there's a storm that takes down the utility lines, there's no guarantees in place about how quickly that can get fixed. And again that's the bare minimum: you also have to think about always having power, hardware failure, software failure, software upgrades, etc. There's a lot that goes into making a service have a high degree of reliability and the reality is that it's exceptionally hard to do at home.

As u/apperrault said though, technically this is probably possible to do.