Hey all I have no idea what I’m doing here trying to set up a Lemmy instance. I’ve made simple servers before but nothing like the setup needed for this especially surrounding email verification.

I’m like 10 tutorials deep and on day 3 of trying to figure out what is going on with Postfix. There are so many words and acronyms being thrown around I don’t even know what I’m looking at anymore let alone knowing what the right questions to ask would be.

Very likely I’m going to nuke my droplet this weekend to make sure I have a fresh start with no half-baked solutions competing with each other. Would someone be willing to set up a time with me this weekend on Discord or something and baby step me through how to get this thing up and running?

    • Ms. ArmoredThirteen@lemmy.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      I’m in US, Washington state. I haven’t been able to get my server to send verification emails and it ended up creating ghost users. I thiiiink I got those all cleared out using some SQL commands. I’ve been seeing a number of posts and various guides on how to get my server to send emails. The instance says it sends one but then nothing is ever received in my inbox. I’ve been trying to figure out Postfix to do outgoing emails. It has been installed/uninstalled many times, including a handful of various other tools that different tutorials have had me install and configure.

      Thing is I don’t even know if I’m configuring anything correctly. Like the MX record in digitalocean, I’m still unclear about how hostname and FQDN get used in the various Postfix and MX settings. The problem I’m running into is every time I turn around I find increasingly arcane things to try and check like a recent post in the support community here talked aobut DKIM, SPF, DMARC, RcRDNS, what in the world does all that mean and how do they potentially fit into what I’ve already tried…

  • rglullis@communick.news
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Are you doing this as an exercise or are you doing this because you just want your own instance?

    If the latter, why not use a managed hosting provider so that you don’t have to worry about any of that?

    • Ms. ArmoredThirteen@lemmy.mlOP
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      Historically I make my own things because I like knowing how stuff works (or at least kinda knowing how it works). I’m a programmer but generally I’m on the like C++/C# game programming side of things and learning server stuff is very difficult for me. Always out to learn more though

  • johntash@eviltoast.org
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I’d recommend using something like Amazon SES or sendgrid for email, a 3rd party solution so you don’t have to worry about it.

    • Ms. ArmoredThirteen@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      What is an external web server proxy, and by ‘host postfix for email’ does that mean using Postfix installed/configured on my server?

  • poVoq@slrpnk.net
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Just use an external SMTP provider. You will have a bad time with sending emails otherwise.

      • potato@lolimbeer.com
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        1 year ago

        If you’re standing something up for yourself, and it doesn’t have to be anything fancy, any email provider that provides SMTP *will work.

        This even includes gmail: https://support.google.com/mail/answer/7126229?hl=en

        But, another thing to remember is that many hosting providers block the default ports by default. Many will open the port with a customer service ticket but others will only do it at a certain “tier” of service.

        You mentioned a droplet so I googled digital ocean and smtp, and this thread popped up: https://www.digitalocean.com/community/questions/sending-email-with-do-app-is-it-possible

        I, personally, use linode as my provider and I had to open a ticket with support in order to unblock the right ports to send email.

        As an aside:

        Standing up an email server itself is a good exercise because it’s an absolute PITA. Mainly due to trust and ensuring all your DNS records are right and stuff.

        Overall, it’s a nifty exercise to understand but I, personally, don’t really feel like it’s worth the pain.

        Edit: forgot to finish a sentence