added kopano & postifx configuration files
This commit is contained in:
8
postfix.dockerfile
Normal file
8
postfix.dockerfile
Normal 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"]
|
||||
Reference in New Issue
Block a user