aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/scripts (unfollow)
Commit message (Collapse)AuthorLines
2024-09-07Document Fredrick's vacation script in headerGravatar Johannes Christ-0/+4
2024-09-05Update dependency ruff to v0.6.4Gravatar renovate[bot]-21/+21
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | ruff | 0.6.3 | 0.6.4 |
2024-09-05NiceGravatar Johannes Christ-4/+4
Nice
2024-09-05Fix p1 in FredrickGravatar Joe Banks-1/+1
2024-09-04AlertManager init use AlpineGravatar Joe Banks-2/+2
Smaller image and faster startup
2024-09-03Add all accepted mail domains to SRS exclude configurationGravatar Joe Banks-0/+21
We don't want to rewrite the envelopes of mail that is from a valid domain of our mailserver (e.g. pydis.com or int.pydis.wtf), but by default PostSRSD will rewrite anything that is not the `mydomain` configuration variable of Postfix (which is just set to `pydis.wtf` for us). This change updates the environment defaults for PostSRSD to ensure that we don't change any envelopes that don't need to be changed, as well as ensuring that to end mailservers the DKIM and SPF checks are made against the actual domain (e.g. int.pydis.wtf) instead of the rewritten envelope.
2024-09-03Appease the documentation dictatorGravatar Joe Banks-4/+9
2024-09-03Update postfix main.cf to pass through new conditional SRS rewriterGravatar Joe Banks-2/+2
2024-09-03Add new postfix sub-services for conditional SRS rewritingGravatar Joe Banks-0/+23