Commit Graph

3 Commits

Author SHA1 Message Date
c345bd5538 fix(role): Fix Postfix syntax error
We had a stray letter in a configuration field intended to be used
for port numbers which resulted in port numbers such as 587c where
the letter tripped up Postfix' SMTP client which in turn caused
it to exit early. Any e-mail stuck in queue to be sent upstream would
remain stuck indefinitely as no connection was possible.

We're opting to not implement a config test. A 'postfix check' will
not find such issues and a service restart via an Ansible handler
will work without issues. Postfix will only complain about such an
issue when connecting its client to the upstream server for real mail
delivery. Any detection or validation mechanism would require the
same real-life test of sending an e-mail. At this time its appears
saner to not implement a test rather than implementing an invasive
test.
2026-06-30 16:25:52 +02:00
5c94c8443f fix(role): Find HashiCorp Vault secrets at correct location 2025-04-10 00:52:30 +02:00
78e80101b3 feat(role): Initial commit 2025-04-02 23:39:17 +02:00