INTERNAL_SMTP_PORT=25
This commit is contained in:
parent
2d9aba7e04
commit
6e83c9e5ad
|
|
@ -42,7 +42,7 @@ services:
|
||||||
- SMTP_USE_TLS=false
|
- SMTP_USE_TLS=false
|
||||||
|
|
||||||
# Internal SMTP Port (bypasses transport_maps)
|
# Internal SMTP Port (bypasses transport_maps)
|
||||||
- INTERNAL_SMTP_PORT=2525
|
- INTERNAL_SMTP_PORT=25
|
||||||
|
|
||||||
# LMTP (Optional - für direktes Dovecot Delivery)
|
# LMTP (Optional - für direktes Dovecot Delivery)
|
||||||
- LMTP_ENABLED=${LMTP_ENABLED:-false}
|
- LMTP_ENABLED=${LMTP_ENABLED:-false}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue