fixed postfix configuration
This commit is contained in:
10
postfix/Dockerfile.alpine
Normal file
10
postfix/Dockerfile.alpine
Normal file
@@ -0,0 +1,10 @@
|
||||
# syntax=docker.io/docker/dockerfile:1.5.2
|
||||
FROM alpine:latest
|
||||
# install apt packages
|
||||
ENV TZ Europe/Berlin
|
||||
RUN apk add --no-cache postfix spamassassin rsyslog logrotate xz
|
||||
COPY --chmod=0775 entrypoint.sh /entrypoint.sh
|
||||
EXPOSE 25
|
||||
VOLUME /var/spool/postfix
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["postfix", "start-fg"]
|
||||
Reference in New Issue
Block a user