fix(monitoring): Alertmanager must HELO with a FQDN for Mailu

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jenkins 2026-08-05 21:33:11 -03:00
parent 84e9849e46
commit 2c11b87fdb

View File

@ -754,6 +754,9 @@ spec:
smtp_smarthost: mailu-front.mailu-mailserver.svc.cluster.local:25
smtp_from: alertmanager@bstein.dev
smtp_require_tls: false
# Mailu rejects the default "HELO localhost" with 504 5.5.2; the
# greeting has to be a fully-qualified name.
smtp_hello: alerts.bstein.dev
route:
receiver: default
group_wait: 30s