Several of my self hosted services need to be able to send minor occasional emails for things like changing passwords or other notifications.

I’ve never been interested in the hassle of self-hosting my personal email, since I’ve heard about it being difficult. But for my little local services to have one admin@ or noreply@ to send from, with just a small handful of friends and family as users, maybe it’s simpler than a full personal email replacement would be? I’m not too concerned, for example, if they have to check their spam folders. As long as the email still lands.

What are you using for this type of thing? Hoping to have something not too complicated, and FOSS.

  • Theoriginalthon@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 days ago

    Actually yes, if you take each piece one step at a time it’s not that bad, as long as you are not expecting a fully functioning mail server on day 1 it’s relatively easy.

    • Dultas@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 days ago

      Yeah, this is self hosting after all. If you don’t expect some challenges to work though then you’re not gonna not have a good time.

      • Theoriginalthon@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 day ago

        The crazy thing is I can do a mail server easily, but I always get stuck or annoyed with docker, everyone says docker is easy 🤷

        • Dultas@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 day ago

          Yeah that’s going to depend a lot on the images you’re running. If it’s a published one the likely it’ll have a compose or at least a one liner to get it running. But yeah there can always be issues with hard coded IDs and if you want to give the host folders 777 or limit them. Are you running selinux and that’s going to get in the way. Did they not mention capabilities that needed to be added?

          And if you’re building your own or extending that a whole other ball of wax.

          And I typically run on k8s so that adds a whole other layer of complexity. But I’ve been using it for years and I’m actually more comfortable with it than just docker or podman.

            • Dultas@lemmy.world
              link
              fedilink
              English
              arrow-up
              0
              ·
              3 hours ago

              Could always use LXCs they’re lighter weight than a VM but they’re IMHO more complicated to get started with than Docker / Podman as there isn’t as big an ecosystem, unless you run a hypervisor that supports them. If you run a hypervisor then Proxmox and I think OpenStack are they only two I know that support them natively.