this post was submitted on 24 Nov 2025
33 points (100.0% liked)

Selfhosted

53152 readers
343 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 2 years ago
MODERATORS
 

cross-posted from: https://lemmy.sdf.org/post/46161145

I've been using Thunderbird to sort out my junk email for a while, ever since I walked away from my Gmail account. Thunderbird does a great job, but it does mean it has to stay running somewhere.

However I'm currently in the process of moving and as a result I've had to shut down the system that that I had been running Thunderbird on. The result of which, obviously, is that my inbox is now being flooded with spam.

Since it's been a while since I last looked at the problem, I figured I ask. How do you deal with spam email?

top 12 comments
sorted by: hot top controversial new old
[–] dieTasse@feddit.org 6 points 19 hours ago* (last edited 19 hours ago)

Well.. Been using Proton since 2020 and ever since that I don't have spam issues. I am also using aliases, so if somebody sends me way too many newsletters I just disable the alias. This probably won't help you, but you asked πŸ˜€

Hard SPF and DKIM enforcement helps.

[–] foggy@lemmy.world 4 points 22 hours ago (1 children)

I recently looked at my emails spam filters and my goodness. I've built a monstrosity over a few decades here.

[–] irmadlad@lemmy.world 2 points 16 hours ago

LMAO! I would speculate that conservatively 90% of all my mail is spam that gets either rejected or dropped in the trash bin.

[–] irmadlad@lemmy.world 2 points 20 hours ago

As @eksb@programming.dev said, SpamAssasin and diligent training. Also, pFsense will filter based on rules and criteria in conjunction with Suricata or Snort.

[–] blackbrook@mander.xyz 5 points 1 day ago

I use POPFile, open source software that classifies email into whatever categories you set up using a Bayesian algorithm (so you train it). It works as a proxy so it does it when your download email, so not a solution to your inbox filling up unless your can figure out how to run it on the server automatically.

It tags the email with a header and I use Thunderbird filters to move mail to folders for spam, adverts, political spam, and regular inbox.

It's abandonware but it still works and doesn't really need any more features IMO.

[–] erebion@news.erebion.eu 4 points 1 day ago (1 children)

My mailserver runs on Stalwart. Whatever it does works for me. I haven't yet had to change the defaults. It's also very easy to set up and requires next to no maintenance.

(It also does JMAP, which is like IMAP, but modern and efficient)

[–] hendrik@palaver.p3x.de 2 points 1 day ago (1 children)

Unfortunately JMAP isn't supported (yet) by a lot of email clients. I don't think there's a good open-source email suite for computers available... But I've tried Stalwart as well and it's really sleek and seems to come with good defaults.

[–] erebion@news.erebion.eu 3 points 18 hours ago (1 children)

Sure, not widely supported, but if you use clients supporting it, it is great. Blazingly fast, while IMAP is always slow.

Also, Thunderbird is working on JMAP support: https://blog.thunderbird.net/2025/09/state-of-the-thunder-mozilla-connect-updates/

[–] hendrik@palaver.p3x.de 1 points 7 hours ago* (last edited 7 hours ago)

Yes. I think several clients have open feature requests. The Stalwart documentation has a list of projects. There is one command line client as of now. But I'm not switching to a cli mail client or proprietary software, so I've postponed it. We'll see where this is going.

I welcome these modernization attempts. Though in theory I'd love to see someone revamp email in its entirety, add encryption, signatures, chat and crack down on spam and phishing. Not sure if that's ever going to happen, but that'd be great, too.

[–] eksb@programming.dev 4 points 1 day ago

spamassassin

[–] gedaliyah@lemmy.world 0 points 1 day ago

There are some tweaks you can usually do on the server/host side as well. That's particularly helpful if you use Thunderbird on multiple devices, such as desktop and phone.

Hopefully it will be even easier over time to sync settings between devices β€” I'd love to see filters and signatures across devices one day.