Fix some issues 10

This commit is contained in:
2026-01-26 07:57:18 +01:00
parent dc786eae2e
commit 6e60956613
3 changed files with 22 additions and 29 deletions

View File

@@ -176,9 +176,12 @@ data:
# ================================================================
# EMAIL CONFIGURATION
# ================================================================
SMTP_HOST: "mailu-postfix.bakery-ia.svc.cluster.local"
# Use mailu-front port 25 for internal relay (no auth needed from trusted subnet)
# Mailu is configured with subnet: "10.1.0.0/16" which allows unauthenticated relay
# TLS is disabled because Mailu is configured with TLS_FLAVOR: "notls"
SMTP_HOST: "mailu-front.bakery-ia.svc.cluster.local"
SMTP_PORT: "25"
SMTP_TLS: "true"
SMTP_TLS: "false"
SMTP_SSL: "false"
DEFAULT_FROM_EMAIL: "noreply@bakewise.ai"
DEFAULT_FROM_NAME: "Bakery-Forecast"