INTERNAL_SMTP_PORT=25

This commit is contained in:
Andreas Knuth 2026-01-25 13:22:54 -06:00
parent 2d9aba7e04
commit 6e83c9e5ad
1 changed files with 1 additions and 1 deletions

View File

@ -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}