From 3b4dfb1bdfaff6147ce179ab8a0a6bfcce585098 Mon Sep 17 00:00:00 2001 From: Till JS Date: Fri, 3 Apr 2026 16:59:45 +0200 Subject: [PATCH] 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) --- docker-compose.macmini.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index 517803b80..01decb7c2 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -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 " SMTP_INSECURE_TLS: "true" EXPO_ACCESS_TOKEN: ${EXPO_ACCESS_TOKEN:-}