mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:41:09 +02:00
fix(docker): use noreply account with user role for Stalwart SMTP
Stalwart requires username without domain for auth and the 'user' role for SMTP access. Update SMTP_USER from admin to noreply. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7efe542dd1
commit
3b4dfb1bdf
1 changed files with 2 additions and 2 deletions
|
|
@ -539,8 +539,8 @@ services:
|
|||
MANA_CORE_AUTH_URL: http://mana-auth:3001
|
||||
SMTP_HOST: ${SMTP_HOST:-stalwart}
|
||||
SMTP_PORT: ${SMTP_PORT:-587}
|
||||
SMTP_USER: ${SMTP_USER:-admin}
|
||||
SMTP_PASSWORD: ${SMTP_PASSWORD:-ChangeMe123!}
|
||||
SMTP_USER: ${SMTP_USER:-noreply}
|
||||
SMTP_PASSWORD: ${SMTP_PASSWORD:-ManaNoReply2026!}
|
||||
SMTP_FROM: "ManaCore <noreply@mana.how>"
|
||||
SMTP_INSECURE_TLS: "true"
|
||||
EXPO_ACCESS_TOKEN: ${EXPO_ACCESS_TOKEN:-}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue