- Dec 27, 2023
-
-
Sheogorath authored
-
- Dec 17, 2023
-
-
Sheogorath authored
This patch configures postfix to reject incoming email from its own domains this is an effort to fight phishing of emails from my own domain claiming to be from postmaster or alike. References: https://superuser.com/questions/964958/make-postfix-reject-incoming-email-spoofed-as-from-my-own-domain
-
- Nov 27, 2023
-
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
-
- Nov 26, 2023
-
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
-
- Oct 12, 2023
-
-
Sheogorath authored
-
- Sep 30, 2023
-
-
Sheogorath authored
-
- Sep 04, 2023
-
-
Sheogorath authored
-
- Aug 17, 2023
-
-
Sheogorath authored
-
- Jun 08, 2023
-
-
Sheogorath authored
-
- Apr 16, 2023
-
-
Sheogorath authored
The helm-unittest upstream has switched back to the helm-unittest organisation again. Therefore switching to a different image. With the switch a few minor, but breaking changes have been introduced. - Dropping helm v2 support - adjustment of indentation - enforcing jsonpath for selection Reference: https://github.com/helm-unittest/helm-unittest
-
- Apr 14, 2023
-
-
Sheogorath authored
-
- Mar 23, 2023
-
-
Sheogorath authored
-
- Feb 26, 2023
-
-
Sheogorath authored
-
- Jan 10, 2023
-
-
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.
-
- Nov 06, 2022
-
-
Sheogorath authored
Given that currently a lot of connections look broken and result quite delayed mail delivery adjusting this interval will hopefully help to keep imap connections alive and therefore delivering emails in realtime.
-
- Oct 07, 2022
-
-
Sheogorath authored
Currently for some reason postfix decided to drop all email that are supposed to be relayed by default. This is obviously unwanted behaviour. This patch takes the settings from the workaround.org project, applies them to submission and submissions, which fixes the current issue. However I still don't fully understand why. References: https://workaround.org/ispmail/bullseye/relay-outoing-email-through-postfix/
-
- Oct 06, 2022
-
-
Sheogorath authored
-
Sheogorath authored
This patch switches the externalTrafficPolicy to `Local` for the proxy-protocol enabled services, in order to skip kube-proxy when connecting, this makes sure that proxy-protocol can actually function and doesn't hit a node that would need to redirect traffic. References: https://metallb.org/usage/#layer2 https://github.com/kubernetes/kubernetes/issues/66607 https://github.com/digitalocean/digitalocean-cloud-controller-manager/pull/206
-
- Oct 05, 2022
-
-
Sheogorath authored
This patch disables error queries from zenhaus. It requires some more tinkering down the line, but should accept email for now.
-
- Oct 04, 2022
-
-
Sheogorath authored
-
- Sep 25, 2022
-
-
Sheogorath authored
-
Sheogorath authored
This patch replaces the individual helm chart gitlab-ci yamls with a common gitlab-ci yaml for all charts, that will trigger based on changes and allow more generalised and unified CI jobs for all charts.
-
Sheogorath authored
-
Sheogorath authored
This patch allows to set the `HOSTNAME` variable, which should explicitly set the hostname for the postfix pod and configure it to use the proper external DNS name.
-
Sheogorath authored
-
Sheogorath authored
-
- Sep 24, 2022
-
-
Sheogorath authored
DNSWL went subscriber-only apparently. References: https://www.dnswl.org/
-
Sheogorath authored
This patch is a workaround for gitlab jobs that merge themselves by accident. it should be further refined, similar to the images setup to have a more generalised pipeline in the future.
-
- Jul 14, 2022
-
-
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.
-
Sheogorath authored
-
Sheogorath authored
-