1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-08 16:36:19 +00:00

add smtp submission ports

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2019-03-01 21:51:40 +01:00
parent 96d447a4e0
commit 511140a975

View File

@ -110,6 +110,8 @@ services:
- ldap - ldap
ports: ports:
- "25:25" - "25:25"
- "465:465"
- "587:587"
volumes: volumes:
- maildata:/var/mail - maildata:/var/mail
- mailstate:/var/mail-state - mailstate:/var/mail-state