| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2024-09-07 | Document Fredrick's vacation script in header | -0/+4 | ||
| 2024-09-05 | Update dependency ruff to v0.6.4 | -21/+21 | ||
| | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | ruff | 0.6.3 | 0.6.4 | | ||||
| 2024-09-05 | Nice | -4/+4 | ||
| Nice | ||||
| 2024-09-05 | Fix p1 in Fredrick | -1/+1 | ||
| 2024-09-04 | AlertManager init use Alpine | -2/+2 | ||
| Smaller image and faster startup | ||||
| 2024-09-03 | Add all accepted mail domains to SRS exclude configuration | -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-03 | Appease the documentation dictator | -4/+9 | ||
| 2024-09-03 | Update postfix main.cf to pass through new conditional SRS rewriter | -2/+2 | ||
| 2024-09-03 | Add new postfix sub-services for conditional SRS rewriting | -0/+23 | ||