Skip to content
Snippets Groups Projects
  1. Feb 24, 2023
  2. Feb 21, 2023
  3. Feb 11, 2023
  4. Jan 28, 2023
  5. Jan 12, 2023
  6. Jan 08, 2023
  7. Jan 05, 2023
  8. Nov 17, 2022
  9. Oct 29, 2022
  10. Sep 28, 2022
    • Kristian Klausen's avatar
      Kill the mailman2 server and put the mailman3 server in its place · 893a95f3
      Kristian Klausen authored
      With the final lists migrated to mailman3[1], the mailman2 server can
      finally be killed.
      
      When the mailman3 server was initially setup[2], it was done on a
      separate server because the mailman and mailman3 packages conflicted,
      and the traffic was routed over wireguard (HTTP, LMTP and SMTP).
      
      Instead of installing mailman3 on the original lists.al.org server and
      transferring the data, it was easier just to install the missing pieces
      (basically Postfix and adjusting the Nginx configuration) on the ml3
      server and move the IPs (to keep the IP mail reputation).
      
      So basically the following was done:
      - The IPs for the original lists.al.org was moved to the mailman3.al.org
        server
      - The mailman2 datadir was transferred to mailman3.al.org server, so we
        can keep the pipermail links alive, and import missing mails if needed
      - The original lists.al.org server was decommissioned
      - The mailman3.al.org server was renamed to lists.al.org
      - The missing pieces was added to the mailman3 role (basically Postfix +
        Nginx adjustments)
      - The mailman role was deleted and the mailman3 role renamed to mailman
      
      [1] 75ac7d09 ("mailman: Fourth and final batch of mailman3 migrated lists")
      [2] 9294828f ("Setup mailman3 server")
      
      Fix #59
      Verified
      893a95f3
  11. Sep 16, 2022
  12. Sep 02, 2022
  13. Aug 21, 2022
  14. Aug 11, 2022
  15. Aug 01, 2022
  16. Jul 18, 2022
  17. Jul 10, 2022
  18. Jul 03, 2022
  19. May 29, 2022
  20. May 16, 2022
  21. May 14, 2022
  22. May 12, 2022
  23. May 09, 2022
  24. May 07, 2022
  25. Apr 29, 2022
  26. Apr 23, 2022
  27. Apr 19, 2022
  28. Apr 15, 2022
    • Kristian Klausen's avatar
      Avoid single point-of-failure for our GeoIP domain · aa359082
      Kristian Klausen authored
      We don't want mirror.pkgbuild.com's DNS server to be a
      single-point-of-failure, so this commit adds multiple authoritative DNS
      servers for the zone. The extra DNS servers are run on the geomirror
      servers.
      
      The _acme-challenge zone, used for obtaining certificates, is run solely
      on mirror.pkgbuild.com's DNS server, to avoid syncing DNS records
      between the servers (KISS).
      Verified
      aa359082
Loading