this post was submitted on 26 May 2025
131 points (100.0% liked)

Selfhosted

60623 readers
1073 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

We’re excited to announce the release of Stalwart v0.12, a significant milestone that evolves Stalwart from a powerful mail server into a complete, integrated communication and collaboration platform. This release delivers one of the most anticipated features from our community: native support for calendars, contacts, and file storage—all built directly into the server, with no need for third-party integrations.

top 24 comments
sorted by: hot top controversial new old
[–] Shimitar@downonthestreet.eu 16 points 1 year ago (3 children)

I had to give up on stalwart because on 4gb ram dual core with mechanical HDD the performance for a single account domain was abysmal and after some support back and forth there was no solution.

On the same hardware the good old postfix+dovecot just handles perfectly with 90% spare capacity

Sorry guys, maybe it was time to optimize it a bit before adding more features?

[–] aksdb@lemmy.world 19 points 1 year ago (2 children)

It's a 0.x release. It makes sense building the intended features first before optimizing heavily. There's no point having an optimized data structure that then falls flat once you need to add new features that brings new requirements to the data structure.

Once they label it 1.x (i.e. feature complete and production ready) I would expect it to be optimized. If it isn't, criticism is warranted.

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

Stalwart probably aims a bigger infra than mine, i think that is the point.

[–] aksdb@lemmy.world 1 points 1 year ago

It aims at both, otherwise it wouldn't ship with sqlite and rocksdb. Stalwarts default is clearly for single node setups and expanding it to clustering takes further steps. So while it supports large scale deployments, it should not be limited to it.

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

Are we sure they are using semantic versioning?

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

We can ask, but the indicators are there:

  • it has roadmap with bigger features that slowly shrinks as they get implemented
  • new versions still bring big reworks (I think this is the third time now that the data structure is being migrated)
  • optimizations happen between the versions
  • benchmarks are still on the horizon
[–] victorz@lemmy.world 1 points 1 year ago

Mm, interesting.

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

That's probably because you were using RocksDB as a backend, which does not work well on mechanical HDDs. Try using PostgreSQL instead.

[–] Shimitar@downonthestreet.eu 1 points 1 year ago

I did, we discussed this on an issue and a github discussion. It was still too slow and saturating my low spec machine, no matter which backends I tried to use.

Probably my hardware is just too underpowered.

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

They have improved performance in this release, although judging from their release notes it is targeting larger infra, so I don't believe these improvements would benefit your setup. Still, good news for software this new.

[–] abeorch@friendica.ginestes.es 2 points 1 year ago (1 children)

@warmaster @Shimitar Their licencing suggests they are targetting larger infra.

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

Yeah, that's what I said in the post you're replying to. Is this a case of weird cross-platform federation?

[–] abeorch@friendica.ginestes.es 1 points 1 year ago (1 children)

@warmaster I was just agreeding and suggesting that their monetisation strategy is licencing hence the reason for improvements for Enterprise clusters rather than focusing on Self Hosting is the money.

[–] warmaster@lemmy.world 2 points 1 year ago

Ahora entiendo tu comentario, gracias por clarificar.

[–] paperd@lemmy.zip 9 points 1 year ago (1 children)

Did they split the contacts and calendars into their own rust crates? It'd be awesome to have it as a standalone.

[–] stalwartlabs@lemmy.world 1 points 1 year ago

Only the iCal/vCard parser and serializer, it is available at https://github.com/stalwartlabs/calcard

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

Being one of the few JMAP servers, adding these features is great although there's still some things yet to consider. The iCalendar standard also includes tasks and notes and Stalwart hasn't implemented those yet. Calendar scheduling is coming in the next few months, so that's good news.

I can't wait until service providers in privacy respecting countries start using complete solutions that enable users to really replace Google with a standards compliant alternative.

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

The iCalendar standard also includes tasks and notes and Stalwart hasn’t implemented those yet.

That's incorrect. Stalwart supports every single iCalendar IANA registered component and that certainly includes VTODO and VJOURNAL.

[–] warmaster@lemmy.world 1 points 1 year ago

That's great news! I didn't know that. Is there a Stalwart service provider in the EU ?

[–] trewq@lemm.ee 2 points 1 year ago (1 children)

Can I use IMAP only for archiving my old emails?

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

Yes. You can simply not expose SMTP at all and just use the IMAP/JMAP part. Unless you need also JMAP, I am not sure it brings you a lot to the table you wouldn't also get from a good old dovecot. IMO the big advantage of Stalwart is the all-in-one package it delivers plus the good defaults. It also shines when you want a multi node deployment. For a single node IMAP only it might not be the best choice, in my opinion. But it would work, if you want to.

[–] trewq@lemm.ee 1 points 1 year ago

All my need is imap for old email. Jmap +others are not xtras that i dont need. I’ll look at dovecot. Thanks

[–] mitexleo@buddyverse.one 1 points 1 year ago

How do I use those features? I just upgraded to the latest version.

[–] beedaddy@discuss.tchncs.de 1 points 1 year ago

I also like Stalwart. It's easy to setup and does its job very well. I'm just a bit nervous that the development team consists of one (!) person. Btw, can anyone recommend an e-mail client that speaks JMAP?