this post was submitted on 10 Jul 2023
122 points (97.7% liked)
Selfhosted
60021 readers
989 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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam.
-
Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.
-
Don't duplicate the full text of your blog or git here. Just post the link for folks to click.
-
Submission headline should match the article title.
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have my mail server set up as a catch all so you can send to anything at my domain and it’ll land in my inbox. I use this to create usage specific addresses. If it’s something I know will produce spam, I just dev null anything going to that address. I can then also track where a spam source originated. For friends and family who email me regularly; they also know to append the current year to my email address, this allows me to rotate my email address every year.
I also run spam assassin and implement greylisting as well as blocking IP ranges from countries I know I’ll never receive legitimate mail from… it’s been an evolution.
Oh wow that catch all thing sounds like a really handy alternative to disposable emails. Thank you! I will also look into spam assassin. Logged into my VPS to remember what software I'm using - dovecot and postfix.
EDIT: installed and configured SpamAssassin. Thank you, that was easy!
I also can't recommend greylisting enough. If you haven't already enabled it in postfix I strongly suggest doing so. It's one of the easiest ways to reduce spam. By simply bouncing emails from new sources the first time and forcing them to retry, it cut my spam tremedously.