this post was submitted on 15 May 2026
91 points (98.9% liked)

Selfhosted

59244 readers
588 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
you are viewing a single comment's thread
view the rest of the comments
[–] savvywolf@pawb.social 22 points 1 day ago (3 children)

One thing that jumps out at me reading the readme is the fact that it has a built in email server. Email is hard to get right, and I'm surprised a relatively young(?) project is working on getting all the moving pieces together rather than declaring it out of scope.

It'll be interesting to see how it develops.

[–] Coolkat@slrpnk.net 3 points 1 day ago (1 children)

I'm no expert but as i understood, it's the sending part that's tricky to get right. Lots of handshake to handle, all to probably end up in a spam folder or blocked along the way. But receiving from a publicly acknowledged address ? I think it's fairly simple

[–] cron@feddit.org 1 points 15 hours ago

Even then, there are lots of edge cases with e-mail that are easy to get wrong and might become security risks.

I‘m not saying this applies to this project, this is more of a general concern.

[–] zr0@lemmy.dbzer0.com 3 points 1 day ago

I would never trust a newly written email server and there is absolutely no reason not to use an already existing as a dependency to this project.

Do You know more about the email server part? I understand +addressing but this seems to be more? Do You hand a domain over and it is actually a full MX or is it just an imap client?