this post was submitted on 18 Jul 2023
72 points (95.0% liked)

Selfhosted

39257 readers
220 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.

Resources:

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

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Copied from r/selfhosted as seems interesting enough to share with wider audience.

I'm excited to announce the release of Stalwart Mail Server, a single binary solution that combines the Stalwart JMAP, Stalwart IMAP, and Stalwart SMTP servers into one easy-to-install package.

In response to user feedback, some key enhancements were made. Stalwart Mail Server now supports LDAP and SQL authentication, providing seamless integration with your existing infrastructure.

For single node setups, RocksDB has been replaced with SQLite with the option of using LiteStream for replication. For larger, distributed setups, support for FoundationDB was added, letting you scale to millions of users without sacrificing performance. Additionally, it is now also possible to store your emails in an S3-compatible storage solution such as MinIO, Amazon S3, or Google Cloud Storage.

Other notable updates include support for disk quota, subaddressing (or plus addressing) and catch-all addresses.

Check it out here: https://github.com/stalwartlabs/mail-server

I look forward to your feedback and questions!

you are viewing a single comment's thread
view the rest of the comments
[–] Moonrise2473@feddit.it 4 points 1 year ago (2 children)

Wow!

I was searching exactly for this! I wanted to run a mail server for fun between a few users (Delta chat) but I didn't want to have a full VM dedicated to that, just a docker

[–] dnzm@kbin.social 3 points 1 year ago

There's docker-mailserver which runs the entire stack in one container.

Pedantic side-note: you don't run "a docker". You run a container, and you happen to use docker to do so. Just like you don't send someone an Outlook or Chrome their website. Docker is just a way of running OCI containers, not the whole tech.

[–] outcide@lemmy.world 1 points 1 year ago (1 children)

I've been playing with DeltaChat a little bit. How do you like it? Have you found any problems with it? Curious about any experiences ...

[–] Moonrise2473@feddit.it 2 points 1 year ago

Didn't really use it, as I think there's too much overhead and if used as intended it counts as abuse on a free email account (too many messages sent/received in a burst) - that's why I wanted to self host that mailboxes