postfix (3.5.9-2)
Published 2024-01-25 22:54:07 +00:00 by ace
Installation
docker pull gitea.geekhome.org/ghp/postfix:3.5.9-2
sha256:7bc7c86a874e6f9827588240c592c308c95a4c127e7d60042fac03996d3f6b57
Image Layers
ADD file:9788b2efafa75575650a53daa65abb265da8eb6383be54f969f94c96c19ad82f in / |
CMD ["/bin/bash"] |
ARG DOVECOT_VERSION |
ARG POSTFIX_VERSION |
RUN |2 DOVECOT_VERSION=2.3.16 POSTFIX_VERSION=3.5.9 /bin/sh -c useradd -m -s /bin/false vmail # buildkit |
RUN |2 DOVECOT_VERSION=2.3.16 POSTFIX_VERSION=3.5.9 /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.9 /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"] |