added SMTP port

This commit is contained in:
CDaut 2023-09-05 21:38:44 +02:00
parent e9ed0e351a
commit 5489a56afd

View file

@ -11,6 +11,7 @@ services:
# More information about the mailserver ports:
# https://docker-mailserver.github.io/docker-mailserver/edge/config/security/understanding-the-ports/
ports:
- "25:25" # SMTP
- "143:143" # IMAP4 (explicit TLS => STARTTLS)
- "465:465" # ESMTP (implicit TLS)
- "587:587" # ESMTP (explicit TLS => STARTTLS)