Update mailu config
This commit is contained in:
@@ -42,8 +42,10 @@ initialAccount:
|
||||
externalRelay:
|
||||
host: "[smtp.mailersend.net]:2525"
|
||||
# Credentials loaded from existing Kubernetes secret
|
||||
# Key names use Helm chart defaults (relay-username, relay-password)
|
||||
existingSecret: "mailu-mailersend-credentials"
|
||||
# CRITICAL: Explicitly specify key names to ensure Helm uses our secret
|
||||
usernameKey: "relay-username"
|
||||
passwordKey: "relay-password"
|
||||
|
||||
# Postfix configuration
|
||||
# CRITICAL: podAnnotations ensures Postfix restarts when credentials change
|
||||
|
||||
@@ -57,8 +57,10 @@ limits:
|
||||
externalRelay:
|
||||
host: "[smtp.mailersend.net]:587"
|
||||
# Use existing secret for credentials (recommended for security)
|
||||
# Key names use Helm chart defaults: relay-username, relay-password
|
||||
existingSecret: "mailu-mailersend-credentials"
|
||||
# CRITICAL: Explicitly specify key names to ensure Helm uses our secret
|
||||
usernameKey: "relay-username"
|
||||
passwordKey: "relay-password"
|
||||
|
||||
# Webmail configuration
|
||||
webmail:
|
||||
|
||||
Reference in New Issue
Block a user