add smtpd makefile

This commit is contained in:
2023-06-15 18:52:07 +02:00
parent 65cbec6832
commit d5654854c1
3 changed files with 58 additions and 1 deletions

View File

@@ -1 +1,17 @@
DMZ Configuration files
These setup files provide the text-only configurations for DMZ.
*It should not contain private data.*
# Aspirations
- Each service should reside in its own directory.
- Everything should be automated, including:
- backups,
- turning the backup back into a service,
- configuring the service to run,
- Makefile (or similar) wherever practical,
- Idempotency.
- All secrets stored elsewhere (probably in the `dmzadmin` repo)
- Any maintenance scripts.
- Configurations should reside in shadow-directories, e.g. a backup of `/etc/soft/config` should reside in this repo under `etc/soft/config`.