Skip to content
Snippets Groups Projects
  1. Jan 25, 2024
  2. 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
  3. Dec 27, 2023
  4. Dec 17, 2023
  5. Nov 27, 2023
  6. Nov 26, 2023
  7. Apr 16, 2023
  8. Jan 10, 2023
    • Sheogorath's avatar
      fix(mail): Drop shared service for dovecot and postfix · ca271622
      Sheogorath authored
      With different traffic policies and alike, the shared loadbalancer
      causes more problems than it resolves. The original reason was that both
      remote addresses would point to the same address, but this is a
      non-issue given it all runs through a remote anyway.
      ca271622
  9. Oct 06, 2022
  10. Sep 25, 2022
  11. 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
      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
    • Sheogorath's avatar
      test(mok): Stablize snapshot tests · 6753cc0c
      Sheogorath authored
      Currently each update of the application version requires an update of
      the snapshot, this is annoying and doesn't help the chart with anything.
      Therefore this patch enforces a chart version for all snapshot tests and
      also stablizes the config reload hash magic regarding versioning
      changes.
      6753cc0c
  12. Jun 29, 2022
  13. Jun 27, 2022
  14. Jun 26, 2022
Loading