• 1 Post
  • 9 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle



  • When I am sending? Well, once things are set up properly I’m pretty confident that things arrive (though nobody can ever be 100% sure of course). I also tend to mail to the same recipient domains a lot, like for work and hobby projects, so once those are tested you get pretty confident.

    Unnoticed downtime is usually quickly noticed, I depend on my server for a lot of things. Senders are often resilient enough to keep things in their queue and try a few times. There’s also a fallback MX registry at my (3rd party) DNS host which will queue stuff in case the primary MX goes down.





  • proycon@lemmy.worldOPtoSelfhosted@lemmy.worldWhat are YOU self-hosting?
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 year ago

    To answer my own question:

    • E-mail (postfix, dovecot, rspamd, clamav)
    • Web (nginx), various small websites including my homepage
    • Fediverse Microblogging (Mastodon)
    • Matrix Chat (synapse)
    • XMPP Chat (prosody)
    • Music streaming (mpd, snapcast)
    • Home automation (home assistant and my own lighthome stuff, mqtt)
    • IRC bouncer (znc)

    And the basics of course:

    • SSH (openssh)
    • NFS

    All running on an Ubuntu Linux server, but everything is containerised into mostly Alpine Linux podman (rootless) containers (and a few lxc containers which I’m phasing out).