postfix (latest)

Published 2026-02-10 02:39:56 +00:00 by rswafford

Installation

docker pull git.atomic-homelab.com/rswafford/postfix:latest
sha256:840e87e7640337dc4a981e72a9429354e208d1d73bab4e2871c8a5c400a0f193

Image layers

COPY / / # buildkit
RUN /bin/sh -c apk --no-cache add postfix postfix-pgsql openssl bind-tools netcat-openbsd && mkdir -p /templates /etc/postfix/conf.d # buildkit
COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit
COPY templates /templates/ # buildkit
COPY conf.d /etc/postfix/conf.d/ # buildkit
ENV MAIL_CONFIG=/etc/postfix/conf.d
EXPOSE [25/tcp]
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["/usr/sbin/postfix" "start-fg"]
Details
Container
2026-02-10 02:39:56 +00:00
4
OCI / Docker
linux/amd64
12 MiB
Versions (7) View all
0 2026-02-10
0ac8dff 2026-02-10
0.0 2026-02-10
0.0.2 2026-02-10
latest 2026-02-10