postfix (sha256:5b97303894a82b3459baf8696420cee04f2ca399a63072e6d100eb52a7a5b1ef)
Published 2026-05-31 07:03:34 +02:00 by Thofer
Installation
docker pull code.void-space.net/oci/postfix@sha256:5b97303894a82b3459baf8696420cee04f2ca399a63072e6d100eb52a7a5b1efsha256:5b97303894a82b3459baf8696420cee04f2ca399a63072e6d100eb52a7a5b1efImage layers
| ADD alpine-minirootfs-3.22.4-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk -U --no-cache upgrade # buildkit |
| RUN /bin/sh -c apk -U --no-cache add postfix # buildkit |
| EXPOSE [25/tcp 465/tcp 587/tcp] |
| VOLUME [/certs /etc/postfix /var/spool/postfix] |
| WORKDIR /var/spool/postfix |
| ENTRYPOINT ["/usr/sbin/postfix"] |
| CMD ["-c" "/etc/postfix" "start-fg"] |