• percent@infosec.pub
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 days ago

    I’ve been curious about self-hosting email, but I heard it’s a big hassle and outgoing mail often ends up in the recipients’ spam folders. Did you have to deal with that too?

    • nucleative@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 days ago

      It IS a big hassle. I use Amazon SES for outbound which mostly solves the spam rejection problem based on IP, but the system still has to protect its domain reputation by being setup well. Inbound is an issue because downtime can mean lost email, so I have two other systems acting as MX relays. I also have to deal with spam, monitor disk space and a bunch of other things that for most would not be worth the hassle.

      • percent@infosec.pub
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        Ohhh, great points. I considered most of those things, but somehow didn’t even consider the potential consequences of downtime. Maybe I’ll only self-host an email service for throwaway email addresses then, and not for important things.

        Thanks for the insight.