Just joined a couple of days ago so only fair to sum up the things I host myself.
I have 2 locations I host my personal stuff.
-
Datacenter:
- Websites
- DNS servers
- Lemmy
- Friendica
- Mail servers
-
Home:
- Home Assistant
- Frigate
- Jellyfin (incl Sonarr, Radarr etc)
- Immich
- Fileserver
- Nextcloud
In the Datacenter I still run a VMware ESXi server that needs to be replaced (this winter) and at home I have a Truenas server and 4 Proxmox nodes cluster.
Cyber@feddit.uk 2 weeks ago
Mail servers?
How are you finding that these days? I thought all the anti-spam stuff meant that self-hosted email was just not worth it these days?
IsoKiero@sopuli.xyz 2 weeks ago
On residential connections it’s a bit pain in the rear, but if you get VPS (or something similar) it’s perfectly manageable. You just need to maintain stuff properly, like having proper DNS records, and occasionally clear false positives from spam lists. The bigger issue is to have proper backups and precautions, I’ve hosted my own emails for over 10 years and should I lose all the data and ability to receive new messages it would be a massive personal problem.
Ron@zegheteens.nl 2 weeks ago
I also have a mail filter, I have been hosting my own mail server for the last 25 years.
Theoriginalthon@lemmy.world 2 weeks ago
Out of interest what are you using? I was postfix/courier for a long time, with a must migrate to dovecot 10 years ago. Finally migrated this year and the performance difference is noticeable
suzune@ani.social 2 weeks ago
Not really. Postfix is very robust against attackers and knows to how to deal with bots by default. It makes sense to also configure SPF, DKIM and DMARC for your own safety.
If you want to stop the attackers from hammering, you can also add fail2ban.
If you want to avoid spam, you can attach a spamfilter to the delivery agent and let Sieve do the rest.
I’ve been running my postfix/dovecot combo using 4 mail domains for over 5 years without any problems. It’s simply fantastic.
Eirikr70@jlai.lu 2 weeks ago
It is hard to set up and you might need an SMTP relay since most ISPs close port 25. But it is feasible.
Brkdncr@lemmy.world 2 weeks ago
It’s not worth it but some people don’t mind the cost.
Eirikr70@jlai.lu 2 weeks ago
What cost?
JadedBlueEyes@programming.dev 2 weeks ago
I host mail via Stalwart, which makes it pretty damn easy - it handles most everything, just giving you a big block of DNS records to upload with all the DKIM SPF MTA-STS nonsense. However, spam filtering from big providers is still occasionally an issue. I still occasionally get reports of mail making it into Gmail’s spam inbox, for example.