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 35 points 2 days ago (4 children)

What is the problem? I have been self hosting my mail for the last 20+ years and has always worked pretty well.

I rent a VPS for that since you should not use a residential address for email servers.

If you are careful enough to configure it properly I assure you that it works and it's perfectly usable and stable

All my family primary email addresses are managed in that way on my various domains and we never had a single issue

Today it's even easier because there are all in one docker based solutions. But going the hard way is perfectly doable as well.

Here is my experience, on my wiki, if you are interested https://wiki.gardiol.org/doku.php?id=email%3Astart

Be aware that there are no optional steps: everything must be properly installed and setup from DNS entries to dkim/dmarc and certificates. But I promise, maintenance it basically zero after a proper setup. And I think twice in 20 years something broke. And the nice part of that email will just be delayed and delivered after you fix it, nothing gets ever lost

I love email, with all it downfalls, it's still one of the most resilient and solid stuff on the internet.

[–] bizdelnick@lemmy.ml 6 points 2 days ago (1 children)

I promise, maintenance it basically zero after a proper setup.

Well, it was close to zero for me until the last year dovecot update (2.3→2.4) that has broken old configs. I've spent a lot of time fixing them.

[–] Shimitar@downonthestreet.eu 0 points 2 days ago

Yes ... That is what pissed me...

But half day of cussing and swearing helped

[–] Brummbaer@pawb.social 3 points 2 days ago (2 children)

Same here, I have been doing that for around 20 years now too and I started out with postfix and a list of vmails in a text file.

I wonder where this myth comes from. People host way more out there stuff themselves, but somehow email is too scary ....

[–] Shimitar@downonthestreet.eu 3 points 2 days ago

Because 99% of helfhosters pull containers, with zero understanding of what they do. They they try email, because heck why not also email, and hit the wall of actually must understand what you are doing or else...

Yes probably selfhosting email is for advanced users, people who at least know how to manage a DNS record and how nwtworking works. Maybe it's just that selfhosting bar has dropped significantly thanks to docker, and indeed email hosting is a bit more complex that just "docker compose pull" approach.

Yet i think people should not be scaring others so easily on email self hosting, it's perfectly doable and fun to do. Maybe don't switch your primary account just imediately to mitigate risks...

[–] eutampieri@feddit.it 1 points 2 days ago* (last edited 2 days ago)

When you begin hosting you have to wait a bit before your email doesn’t go to spam, at least that was my experience in 2018.

Edit: I just checked and I can now deliver to Hotmail/MS365 too!

[–] altphoto@lemmy.today 1 points 2 days ago (2 children)

Yeah ok maybe I just need to pay for a VPS.

[–] dgriffith@aussie.zone 5 points 2 days ago* (last edited 2 days ago)

There was a good guide by Linuxbabe on building an email server from scratch with all the bits and pieces and antispam/email verification stuff you need to send mail to the big players, I used it a few years ago to do my server.

Here's the collection of various guides for various ways to do it:

https://www.linuxbabe.com/category/mail-server

Yeah you also need a vps. Home addresses are pretty much all marked as spam generators these days, and most ISPs proactively block all the common inbound ports for mail servers.

[–] Shimitar@downonthestreet.eu 4 points 2 days ago (1 children)

That is a mandatory requirement for proper email delivery.

Not an issue with email itself, more due to spam prevention and such.

I flagree that hosting email servers on residential IPs is a recipe for being filtered and blocked

[–] IsoKiero@sopuli.xyz 2 points 2 days ago (1 children)

I flagree that hosting email servers on residential IPs is a recipe for being filtered and blocked

Unless your ISP gives you a static address and agrees to change PTR record to your server address. Then it's no different than any other server on the internet. Obviously odds are that you're not getting one or if it's an option they'll likely charge more than VPS is going to cost you, but it's not unheard of.

But for the actual topic, I don't get the myth either. I've got a good old postfix+dovecot setup running and the only problem I have is that spam filtering isn't quite as good as with commercial providers, but the handful of trash coming trough is easy enough to take care of manually.

[–] Shimitar@downonthestreet.eu 1 points 2 days ago (1 children)

I fully agree with you.

but i guess, from other replyies, people are just afraid somehow and have deep rooted fears about email and self hosting it. The people like you and me who have actually done it, understand that's not that impossible.

And like with anything you learn only doing it, not fearing it. Maybe don't switch your main account just from day 0 and see how it goes... :)

[–] IsoKiero@sopuli.xyz 1 points 2 days ago

Obviously there's a ton in successful email hosting since it's not just configuring few services. Proper DNS-records and privilege controls are mandatory, you need to occasionally clear up your domain/IP from spamlists (specially at the start) and single mistake can ruin your DNS reputation quite quickly which then takes time to build back.

But it's still perfectly doable and, when you have proper knowledge on how the whole circus actually runs, not too difficult either. Only problem is that there's no longer money on just email hosting since cloud hosting offers much more than just emails for the price a small gamer can't just compete with. At least around here.

[–] lyralycan@sh.itjust.works 0 points 2 days ago* (last edited 2 days ago)

I run it on residential, and since routing outgoing mail through smtp2go I don't even get issues with my ISP putting my IP on the PBL. Once my contract is over I'm getting a static IP with a better supplier. Been solid for over two years

Bonus of running my own inbox, I learned how to discard annoying emails that can't be unsubscribed from