postfix (3.5.9-1)
Published 2023-08-01 15:18:23 +00:00 by ace
Installation
docker pull gitea.geekhome.org/ghp/postfix:3.5.9-1
sha256:43a6a19d6acfbe0534ea0e22a9fd8d73f399045b3c660af74cda9b3236767dc7
Image Layers
ADD file:f1f574c0238642ba50927632ce79b8686be2da6793b9aa968b9556f567dc3437 in / |
CMD ["/bin/bash"] |
RUN /bin/sh -c useradd -m -s /bin/false vmail # buildkit |
RUN /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 /bin/sh -c dnf install -y postfix-3.5.9 postfix-ldap-3.5.9 postfix-mysql-3.5.9 postfix-pgsql-3.5.9 dovecot-2.3.16 dovecot-pigeonhole-2.3.16 opendkim-2.11.0 opendmarc-1.4.2 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"] |