added postfix, z-push, dagent

This commit is contained in:
andreas
2023-04-04 20:19:20 +00:00
parent 950fbccf48
commit 109098ae55
9 changed files with 62 additions and 51 deletions

View File

@@ -19,7 +19,8 @@ EOF
# use envsubst in entrypoint script to convert config templates to actual config files
COPY --chmod=0775 entrypoint.sh /entrypoint.sh
# https://documentation.kopano.io/kopanocore_administrator_manual/configure_kc_components.html#configure-kopano-dagent-for-delivery-via-unix-socket
EXPOSE 236
EXPOSE 236 # mapi (server)
EXPOSE 2003 # lmtp (dagent)
VOLUME /etc/kopano
VOLUME /var/lib/kopano/attachments
ENTRYPOINT ["/entrypoint.sh"]