this post was submitted on 13 Apr 2026
23 points (92.6% liked)

Selfhosted

58565 readers
602 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 2 years ago
MODERATORS
 

Solution: FetchMail + Dovecot. Just need to set it up, but it's pretty much what I was looking for.


The goal is to allow easily moving away from an email provider e.g from protonmail to tutanota or fastmail or whatever. How do people achieve this?

I just want to have myname@mydomain, the emails to go to whichever managed email service that allows it, and to then grab everything from that service with POP to then self-host a proxy that multiple devices can connect to. STMP can go either to my hosted server or the managed host, doesn't matter.

The idea is explicitly not to do the job of a managed email service. No DKIM, no SPF, no DMARC, none of that.

Distro is NixOS, but can adapt any instructions given. Mentioning just in case somebody already has a nix configuration with this setup.

you are viewing a single comment's thread
view the rest of the comments
[–] NotEasyBeingGreen@slrpnk.net 4 points 3 days ago (1 children)

I'm old school, and would set up Fetchmail. It can pull down either POP or IMAP (I haven't used POP in 25+ years, but I guess it works fine still). Then I'd run Dovecot or some other IMAP server on my host to read mail from there.

[–] onlinepersona@programming.dev 4 points 3 days ago (1 children)

Yes, this is what I was looking for! Thank you.

Now I just have to find out how to configure everything to my liking.

[–] fizzle@quokk.au 1 points 3 days ago

My experience with dovecot has always been pleasantly surprising. doveadm in particular. Just the documentation seems less readable than it could be.