postfix (ceea922)
Published 2026-02-10 01:55:11 +00:00 by rswafford
Installation
docker pull git.atomic-homelab.com/rswafford/postfix:ceea922sha256:7d0667eb11ad977e3af35eb6ee3e002b58e64779ff3e4da4ec963f7d3ed929e0Image 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"] |