chore: initial import from KNEL/PFVCluster@041d311 [#769]

Split per O&M lane work order. Full history: KNEL/PFVCluster.
https://projects.knownelement.com/issues/769#note-4152
This commit is contained in:
2026-09-03 21:30:32 -05:00
commit 33827de0dc
236 changed files with 9587 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# netinfra/mail — PMG / fleet mail tooling
Pointers + usage. Knowledge doc (map, findings, deploy plan):
[Discourse t/322 — Mail environment map + PMG deploy plan](https://community.turnsys.com/t/322).
Ticket: [Redmine #696](https://projects.knownelement.com/issues/696).
## Files
- `audit-mail-env.sh` — read-only mail probe, runs ON a target
(postfix config, alt relays, identity, :25 listeners, relay log
evidence). Delivered via the ssh chokepoints only
(`remote.sh prox-file|vm-file`, `remote-dns.sh <host>-file`).
- `run-mail-audit.sh` — drives the probe across
`audit-targets.txt`; output per host under `.crush/audit/mail/`.
- `audit-targets.txt` — fleet target list (`mode|name|user`).
## Re-run the audit
```bash
bash netinfra/mail/run-mail-audit.sh
```