Skip to content
Snippets Groups Projects
  1. Feb 09, 2024
  2. Jan 25, 2024
  3. Jan 24, 2024
    • Sheogorath's avatar
      chore(mok): Move dovecot config to helm chart · 07d9fbf7
      Sheogorath authored
      This patch moves the dovecot config from the container build to the helm
      chart which allows to use templating with values that are configured at
      runtime. This should provide more flexibility and standardizes the
      dovecot container further.
      07d9fbf7
  4. Dec 27, 2023
  5. Dec 17, 2023
  6. Nov 27, 2023
  7. Nov 26, 2023
  8. Oct 12, 2023
  9. Sep 30, 2023
  10. Sep 04, 2023
  11. Aug 17, 2023
  12. Jun 08, 2023
  13. Apr 14, 2023
  14. Feb 26, 2023
  15. Nov 06, 2022
  16. Oct 07, 2022
  17. Oct 06, 2022
  18. Oct 05, 2022
  19. Oct 04, 2022
  20. Sep 25, 2022
  21. Jul 14, 2022
    • Sheogorath's avatar
      fix(mok): Add missing persistentence for sieve data · e8511d9b
      Sheogorath authored
      This patch fixes the absense of persistence for sieve rules, due to
      being layed out in parallel to the `/srv/mail/mailbox` directory in the
      dovecot container.
      
      By moving the mountpoint to `/var/mail` the sieve rules should be
      persisted along the way with the mailboxes.
      
      BREAKING CHANGE: This patch adjusts the mount location for mail data,
      which will require manual interaction.
      e8511d9b
    • Sheogorath's avatar
      chore(mok): Release 0.4.3 · 0b74363b
      Sheogorath authored
      0b74363b
  22. Jun 30, 2022
    • Sheogorath's avatar
      fix(mok): Fix wrong variable usage in dovecot · 80741b63
      Sheogorath authored
      Due to a copy-paste mistake, dovecot was using the postfix replicaCount
      for its own. This is obviously not intended and was fixed by this
      commit, correcting the snapshot and adding obviously needed tests to
      prevent such a mistake in the future.
      80741b63
    • Sheogorath's avatar
      fix(mok): Deploy fixed postscreen postfix image · 8b2fab61
      Sheogorath authored
      This patch deployes the fixed postfix image containg postscreen with
      enabled smtpd.
      8b2fab61
    • Sheogorath's avatar
      feat(mok): Add PDB for postfix · 6a329789
      Sheogorath authored
      This patch creates a PDB for postfix, if the setup is scaled to more
      than 1 postfix replica. This way at least one postfix instance should
      always be available and the MTA therefore HA.
      
      Currently the dovecot backend is not yet HA, this should take place
      later on.
      6a329789
  23. Jun 29, 2022
Loading