added kopano & postifx configuration files

This commit is contained in:
Andreas Balogh
2022-01-21 21:24:34 +00:00
parent f20744f49e
commit 521b52e668
57 changed files with 4174 additions and 13 deletions

8
postfix.dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM ubuntu:20.04
# declaration section
ARG MAIL_DOMAIN=zntrl.de
EXPOSE 25/tcp 465/tcp 587/tcp
# build section
RUN apt update -y
VOLUME ["/var/lib/postfix"]
CMD ["postfix"]