Skip to content
Snippets Groups Projects
  1. Feb 09, 2024
  2. Jan 25, 2024
    • Sheogorath's avatar
      fix(mok): Add KILL capability · ba7f3de0
      Sheogorath authored
      This patch hopefully fixes issues with sending kill signals to subprocesses from the master process of dovecot.
      
      Exmaple error logs:
      ```
      Jan 25 00:27:16 master: Error: service(auth): kill(14, SIGINT) failed: Operation not permitted
      Jan 25 00:28:16 master: Error: service(auth): Process 14 is ignoring idle SIGINT
      ```
      ba7f3de0
  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. Nov 27, 2023
  6. Oct 12, 2023
  7. Sep 30, 2023
  8. Sep 04, 2023
  9. Aug 17, 2023
  10. Jun 08, 2023
  11. Apr 14, 2023
  12. Feb 26, 2023
  13. Nov 06, 2022
  14. Oct 07, 2022
  15. Oct 06, 2022
  16. Oct 05, 2022
  17. Oct 04, 2022
  18. Sep 25, 2022
  19. Sep 24, 2022
  20. Jul 14, 2022
  21. Jun 30, 2022
    • 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
  22. Jun 29, 2022
  23. Jun 27, 2022
    • Sheogorath's avatar
      fix(postfix): Add ability to overwrite service name · 7dca5ec2
      Sheogorath authored
      Currently the service name for dovecot was hardcoded in the image, which
      makes it incompatible with MoK. As a result this patch updates the image
      to allow a dynamic overwrite on startup as well as updating MoK to
      account for the new functionality.
      7dca5ec2
  24. Jun 26, 2022
Loading