Commit Graph

4 Commits

Author SHA1 Message Date
xavor
63dbc331a1 fix Postfix spool permissions using set-permissions
Some checks failed
Build smtp-relay / build (push) Failing after 53s
Manual chmod 1730 on maildrop caused postsuper scan_dir_push failures
because the group (postdrop) lacked read permission. Let Postfix set
the exact permissions it expects via set-permissions.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 21:32:35 +00:00
xavor
5a1dd37890 ci: trigger initial build 2026-05-20 20:59:46 +00:00
xavor
eb2aec5db5 feat(ci): add Gitea Actions workflow for auto-build on push
Some checks failed
Build smtp-relay / build (push) Failing after 1m36s
- Move build.sh to scripts/build.sh (convention from project-template)
- Add .gitea/workflows/build.yml: triggers on push to main when
  Dockerfile or config files change, builds :dev tag via Kaniko
- Every push → CI builds harbor.manabo.org/library/smtp-relay:dev
  → ArgoCD Image Updater detects new digest → deploys to hermes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 20:57:14 +00:00
xavor
9e21e1e669 feat(smtp-relay): initial custom postfix+sasl relay image
Postfix relay image with Cyrus SASL (sasldb2) authentication.
Replaces mwader/postfix-relay with a controlled image built via Kaniko and
stored in Harbor. Credentials injected from Vault ExternalSecret at startup.
2026-05-20 20:25:04 +00:00