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.

  • emon@masto.top
    link
    fedilink
    arrow-up
    0
    ·
    2 days ago

    @crandall selfhosting an email server is far from being a hassle. Nowadays it is really easy. You can setup everything in less an hour.
    I use stalwart + a postfix relay on a cheap vps.

    • Axum@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 days ago

      Ah yes. Fuck with dns, reverse dns/ptr records, dmarc, dkim, spf, verify server is not on a blacklisted ip in spamhaus, stand up a server, then implement anti spam filters, and hope anything you send doesn’t end up in someone else’s spam filters, as well as monthly checks to make sure no spam lists have sudddenly added your domain/ip to said lists.

      But hey easy right?

      • Theoriginalthon@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        14 hours 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
          ·
          14 hours 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
            ·
            9 hours 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 🤷

    • i_am_not_a_robot@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 days ago

      It is kind of a hassle to get all your DNS set up so your mail doesn’t go to spam. If you don’t already know what you’re doing it will probably take over an hour.

      • trilobite@lemmy.ml
        link
        fedilink
        English
        arrow-up
        0
        ·
        15 hours ago

        So i was thinking about this from a dns perspetive. If you have a dns forwarder can you not configure it to ensure that emails from the local smtp server never leave tour lan?