this post was submitted on 08 Jun 2023
85 points (100.0% liked)

Free and Open Source Software

713 readers
1 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

I just recently started playing around with an old pc as my homeserver and am curious of any recommendations for lesser known self hostable foss software that you would recommend

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 1 year ago (7 children)

From the things I use:

  • Uptime Kuna, for monitoring the availability of websites/services
  • Gitea, for hosting code
  • PicoShare, for sharing files
  • Maddy, for email
[–] [email protected] 7 points 1 year ago (5 children)

How has your experience hosting your own email been? I often hear that the big providers (Google, Microsoft, etc.) will simply drop your sent mails.

[–] [email protected] 8 points 1 year ago (1 children)

I also host my own mail and there's been little issues.

Microsoft is a pain in the ass if you're in an IP space they don't like like DigitalOcean. Which is ironic because they have the worst spam filter by far in the industry.

If you want to get through to everyone you will have to:

  • Use a "good" TLD ( not .to, not .xyz, ...)
  • Don't use cloud platforms that are regularily used for spam (mostly DigitalOcean)
  • Use SPF
  • Use DMARC
  • Use DKIM
  • Use a PTR record
  • Don't make an open relay by accident
  • Use proper ports and certificates
  • Register an abuse account at the big players (Google, Microsoft, ...)
  • Don't use an dynamic IP
  • Keep it up to date
  • Minimize downtime

I can't recommend mailcow enough, it makes setting up a mail server a breeze.

https://github.com/mailcow/mailcow-dockerized

Use the MXToolbox to verify your server(s).

https://mxtoolbox.com/diagnostic.aspx

[–] [email protected] 1 points 1 year ago

It really is not hard, especially if you actually do it right (all of those bulletpoints of yours).

load more comments (3 replies)
load more comments (4 replies)