From 6e83c9e5adfbf95ef5d8498233ae8a9d9a8030ae Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Sun, 25 Jan 2026 13:22:54 -0600 Subject: [PATCH] INTERNAL_SMTP_PORT=25 --- email-worker/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email-worker/docker-compose.yml b/email-worker/docker-compose.yml index 049b037..d18dcce 100644 --- a/email-worker/docker-compose.yml +++ b/email-worker/docker-compose.yml @@ -42,7 +42,7 @@ services: - SMTP_USE_TLS=false # Internal SMTP Port (bypasses transport_maps) - - INTERNAL_SMTP_PORT=2525 + - INTERNAL_SMTP_PORT=25 # LMTP (Optional - für direktes Dovecot Delivery) - LMTP_ENABLED=${LMTP_ENABLED:-false}