ghp

postfix (3.5.25-1)

Published 2025-02-15 19:12:52 +00:00 by ace

Installation

docker pull gitea.geekhome.org/ghp/postfix:3.5.25-1
sha256:8c9d3659caa83c10e77022bd8ebb040cda00c01a99156e72f6361fc6e8c2b7e5

Image Layers

ADD almalinux-9-default-amd64.tar.xz / # buildkit
CMD ["/bin/bash"]
ARG DOVECOT_VERSION=2.3.16
ARG POSTFIX_VERSION=3.5.25
RUN |2 DOVECOT_VERSION=2.3.16 POSTFIX_VERSION=3.5.25 /bin/sh -c useradd -m -s /bin/false vmail # buildkit
RUN |2 DOVECOT_VERSION=2.3.16 POSTFIX_VERSION=3.5.25 /bin/sh -c dnf install -y epel-release dnf-plugins-core && dnf update -y && dnf config-manager --enable crb && dnf clean all && rm -rf /var/cache/yum # buildkit
RUN |2 DOVECOT_VERSION=2.3.16 POSTFIX_VERSION=3.5.25 /bin/sh -c dnf install -y postfix-${POSTFIX_VERSION} postfix-ldap-${POSTFIX_VERSION} postfix-mysql-${POSTFIX_VERSION} postfix-pgsql-${POSTFIX_VERSION} dovecot-${DOVECOT_VERSION} dovecot-pigeonhole-${DOVECOT_VERSION} cyrus-sasl cyrus-sasl-plain cyrus-sasl-md5 pypolicyd-spf && dnf clean all && rm -rf /var/cache/yum # buildkit
EXPOSE map[25/tcp:{} 465/tcp:{} 587/tcp:{}]
CMD ["postfix" "start-fg"]
Details
Container
2025-02-15 19:12:52 +00:00
1
OCI / Docker
linux/amd64
131 MiB
Versions (5) View all
3.5.25-1 2025-02-15
3.5.9-3 2024-08-24
3.5.9-2 2024-01-25
3.5.9-1 2023-08-01
3.5.8-1 2023-06-10