I just set up my first ever email server and I’m proud of myself! 😊 Do you have any advice to avoid common problems? I mean something beginners often do that they shouldn’t. Thanks!

  • stown
    link
    fedilink
    English
    711 months ago

    Let’s hear the details! How did you do it?

    • My Password Is 1234OP
      link
      fedilink
      English
      6
      edit-2
      11 months ago

      Docker container with exposed ports. The container has postfix and rspamd for spam mitigation and some useful scripts for postfix management such as creating accounts, wiping data etc. Actually it comes preconfigured, the only thing you have to do is:

      • configure environment variables so it meets your needs
      • generste dkim key and set is as DNS record
      • set revDNS to the IP address
      • setup SPF (which is one, short DNS record)