mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 16:06:14 +00:00
Make remaining mail ports (SMTPS/MSA/IMAP) configurable.
This commit is contained in:
parent
3868b2af95
commit
d378b12a2c
@ -110,8 +110,8 @@ services:
|
|||||||
- ldap
|
- ldap
|
||||||
ports:
|
ports:
|
||||||
- "${SMTPPORT:-25}:25"
|
- "${SMTPPORT:-25}:25"
|
||||||
- "465:465"
|
- "${SMTPSPORT:-465}:465"
|
||||||
- "587:587"
|
- "${MSAPORT:-587}:587"
|
||||||
volumes:
|
volumes:
|
||||||
- maildata:/var/mail
|
- maildata:/var/mail
|
||||||
- mailstate:/var/mail-state
|
- mailstate:/var/mail-state
|
||||||
@ -360,7 +360,7 @@ services:
|
|||||||
image: ${docker_repo:-zokradonh}/kopano_core:${CORE_VERSION:-latest}
|
image: ${docker_repo:-zokradonh}/kopano_core:${CORE_VERSION:-latest}
|
||||||
container_name: kopano_gateway
|
container_name: kopano_gateway
|
||||||
ports:
|
ports:
|
||||||
- "143:143"
|
- "${IMAPPORT:-143}:143"
|
||||||
volumes:
|
volumes:
|
||||||
- kopanossl/:/kopano/ssl
|
- kopanossl/:/kopano/ssl
|
||||||
- kopanosocket/:/run/kopano
|
- kopanosocket/:/run/kopano
|
||||||
|
Loading…
x
Reference in New Issue
Block a user