I tried maybe 15 years ago and it went about as well as you’d expect for back then. But I’m starting to get the itch again.

Have any of you tried relatively recently? How impossible is it to get reliable deliverability to gmail and whatnot these days?

  • nitrolife@rekabu.ru
    link
    fedilink
    English
    arrow-up
    0
    ·
    25 days ago

    I have been using my own email for many years (to this day). Everything is working great. The main thing is to have a static IP and be able to specify your domain in the PTR record of the ip address.

    In general, you will need: postfix (https://wiki.archlinux.org/title/Postfix) OpenDMARC (https://wiki.archlinux.org/title/OpenDMARC) OpenDKIM (https://wiki.archlinux.org/title/OpenDKIM) Dovecot (https://wiki.archlinux.org/title/Dovecot) Some interface to choose from (soGO, roundcube) Maybe graylists, ClamAV, SpamAssassin, or something else to protect your mailbox from spam and viruses. And if you want filtering functionality, then you also need Sieve.

      • nitrolife@rekabu.ru
        link
        fedilink
        English
        arrow-up
        0
        ·
        25 days ago

        On my home server. My ISP gives me a static address and makes PTR records for only about $1.5 per month.

        • WhatsHerBucket@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          25 days ago

          How do connect to your mail’s server outside your home network?

          Sorry for all the questions, I’m trying to get my DNS working with a vpn and it’s been difficult.

          • hemmes@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            25 days ago

            If you want to be able to accept mail, you’ll need to directly expose your mail server on your public IP (router configuration required). You’ll also need to allow your server to egress your WAN as well. That being said - if you really want tighten your security, and don’t care about missing some emails, you could limit your server to seeing only those servers you know you’ll be communicating with, such as work, bank, or GMail servers only.

            You can make it so that retrieving your email with your client of choice requires a VPN connection to your home network also.