added SMTP port
This commit is contained in:
parent
e9ed0e351a
commit
5489a56afd
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue