postfix-cloudflare (sha256:cd929fee7ea9efae25911a9574a537868b0b89ce75d5aaea1bec4553b59d4197)

Published 2025-09-11 07:59:23 +00:00 by tilian

Installation

docker pull git.tburg.net/tilian/postfix-cloudflare@sha256:cd929fee7ea9efae25911a9574a537868b0b89ce75d5aaea1bec4553b59d4197
sha256:cd929fee7ea9efae25911a9574a537868b0b89ce75d5aaea1bec4553b59d4197

Image layers

ADD alpine-minirootfs-3.20.7-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL AUTHOR=Tilian Burger <me@tilian.au>
LABEL DESCRIPTION=A Docker image for running Postfix with SSL/TLS and Cloudflare DNS for ACME challenges.
RUN /bin/sh -c apk add --no-cache postfix certbot certbot-dns-cloudflare # buildkit
VOLUME [/etc/letsencrypt]
ENV POSTFIX_MYNETWORKS=127.0.0.1/32
ENV ACME_EMAIL=your_acme_email
ENV DOMAIN=your_domain.com
ENV RELAYHOST=replace.mail.protection.outlook.com
ENV RELAY_PORT=25
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh # buildkit
EXPOSE map[25/tcp:{}]
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]

Labels

Key Value
AUTHOR Tilian Burger <me@tilian.au>
DESCRIPTION A Docker image for running Postfix with SSL/TLS and Cloudflare DNS for ACME challenges.
Details
Container
2025-09-11 07:59:23 +00:00
0
OCI / Docker
linux/arm64
31 MiB
Versions (37) View all
main-01f80fd 2025-09-12
latest 2025-09-12
main 2025-09-12
dev-opendkim 2025-09-12