dre.ist

postfix (3193041)

Published 2025-07-12 10:35:12 +02:00 by marcus

Installation

docker pull git.dre.ist/dre.ist/postfix:3193041
sha256:3c7722820f3847a6c211970177fb6ef6ea0adfcdcd166120522974da41cc8084

About this package

Docker image for Postfix mail server written by Wietse Venema

Image Layers

ADD alpine-minirootfs-3.22.0-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG POSTFIX_VERSION=3.10.3-r0
LABEL org.opencontainers.image.version=3.10.3-r0
LABEL org.opencontainers.image.title=Postfix
LABEL org.opencontainers.image.description=Docker image for Postfix mail server written by Wietse Venema
LABEL org.opencontainers.image.url=https://git.dre.ist/dre.ist/postfix
LABEL org.opencontainers.image.documentation=https://git.dre.ist/dre.ist/postfix
LABEL org.opencontainers.image.vendor=Marcus <marcus@dre.ist>
LABEL org.opencontainers.image.licenses=MIT
LABEL org.opencontainers.image.source=https://git.dre.ist/dre.ist/postfix
RUN |1 POSTFIX_VERSION=3.10.3-r0 /bin/sh -c apk --update add --no-cache openssl postfix postfix-mysql postfix-ldap postfix-pgsql postfix-pcre cyrus-sasl cyrus-sasl-login supervisor && (rm "/tmp/"* 2>/dev/null || true) && (rm -rf /var/cache/apk/* 2>/dev/null || true) # buildkit
ENV POSTFIX_HOSTNAME=
ENV DB_TYPE=mysql
ENV DB_HOST=mysql
ENV DB_USER=postfix
ENV DB_PASS=postfix
ENV DB_NAME=mail
ENV DOVECOT_HOST=dovecot
ENV RSPAMD_HOST=rspamd
VOLUME [/var/spool/postfix]
EXPOSE map[25/tcp:{} 465/tcp:{} 587/tcp:{}]
COPY --chmod=744 entrypoint.sh / # buildkit
COPY --chmod=744 healthcheck.sh / # buildkit
COPY config/* /etc/postfix # buildkit
COPY supervisord.conf /etc/supervisord.conf # buildkit
HEALTHCHECK &{["CMD-SHELL" "/healthcheck.sh"] "5m0s" "5s" "10s" "2s" '\x03'}
CMD ["/usr/bin/supervisord" "-n" "-c" "/etc/supervisord.conf"]

Labels

Key Value
org.opencontainers.image.description Docker image for Postfix mail server written by Wietse Venema
org.opencontainers.image.documentation https://git.dre.ist/dre.ist/postfix
org.opencontainers.image.licenses MIT
org.opencontainers.image.source https://git.dre.ist/dre.ist/postfix
org.opencontainers.image.title Postfix
org.opencontainers.image.url https://git.dre.ist/dre.ist/postfix
org.opencontainers.image.vendor Marcus <marcus@dre.ist>
org.opencontainers.image.version 3.10.3-r0
Details
Container
2025-07-12 10:35:12 +02:00
0
OCI / Docker
linux/arm64
MIT
31 MiB
Versions (5) View all
3193041 2025-07-12
1.0 2025-07-12
1 2025-07-12
latest 2025-07-12
1.0.1 2025-07-12