this post was submitted on 08 Jun 2026
69 points (72.0% liked)

Selfhosted

59781 readers
1128 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.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I give up.

I tried left and right to try to install an email server so I could degoogle my life.

But therechnical barrier is thick and Google keeps adding more to it. Forget it. I can't even get thru the installation process much less trying to get my shit off Google.

I figure, I don't actually have any need for my email addresses. Just like my phone number. I never call anyone. I'm going to discourage my kids from using email at all. I'll remind everyone I know that I don't use email at every opportunity I get just like I remind people to not call me and that my phone number is not available.

Between spammers and Google, I just don't need this headache in my life. My mom is much less technically savvy than the average pet. So Google will just siphon her data and when the megabits are full then you just delete the old stuff.

You don't need it. No one will spend their life reading your emails when you're gone or watching your videos or listening to your recordings or viewing your photos. There's no need to worry about just deleting the pile of shit you've accumulated. I'm this done.

you are viewing a single comment's thread
view the rest of the comments
[–] Shimitar@downonthestreet.eu 6 points 2 days ago (1 children)

I fully agree ...

Email server require to understand what and why you are doing. This is a steep step up from spinning docker containers.

Nothing against docker containers, I run quite a few myself.... But indeed a successful email server is a different beast.

Many people also try self host it at home, and this is a serious issue with email due to the residential ip address as well.

But it can be done successfully and it's a great feeling of accomplishment when you do it. And you learn way more than using containers

Also all containerized solutions for email require the understanding and additional steps like DNS done properly as well .

[–] Tetsuo@jlai.lu 7 points 2 days ago

I worked for years on a large email infrastructure for a job and for me it's absolutely not worth it either.

I would prefer to take a subscription on a reputable host.

Why?

Because even if I do everything perfectly at setup (TLS, SPF, DKIM, DMARC) that will still be precarious.

The security of SMTP is a patchwork of protocols added on top of it and a bunch of opaque reputation systems. If anything ever goes wrong with my email my domain's reputation would fall. And that's the thing, once your domain reputation goes too low, you can't fix right away and say "my bad" and recover. Your mail will be silently blocked like Spam until a few days of sending perfectly clean emails. You need time to recover.

So mail self hosting is accepting that at any time if you make a slight mistake, your communications to other will be almost impossible for days. And again since a lot of it is reputation based you can't fix the issue and recover immediately.

The business I was working for had everyday scenarios like that. A client that failed to update its DKIM and didn't notice right away. When they do their reputation on for example Cisco's platform is super low and we filter them as spam. And then it took days for them to recover even if they fixed the DKIM just one or two days after their mistake.

On the other hand I could take a protonmail subscription and use a domain that has so much volume and is tracked so carefully in term of reputation that I know my mails will be received and have all the necessary security done right.

These reputation systems are inherently difficult for small volume mail domains. There is no other users ln your domain so one mistake is all it takes to start having delivery issues and most importantly silent failed deliveries that you dont know about.

Is it possible? Yes. Is it necessary? Not really. If you can pay for a privacy respecting host...

Hence for me it's not worth it because there are privacy respecting providers so it's not like I absolutely have to self host it.