postfix (3.5.8-1)
Published 2023-06-10 05:01:16 +00:00 by ace
Installation
docker pull gitea.geekhome.org/ghp/postfix:3.5.8-1
sha256:a9abdb16767f88a6cfb1564904bfd9e2d3624479105fb9e6cb80abe620ed31dd
Image Layers
ADD file:5abce000b5653313519dcfc249e527772711e35268688f0aa3265f93ee3eadda in / |
CMD ["/bin/bash"] |
/bin/sh -c useradd -m -s /bin/false vmail |
/bin/sh -c dnf install -y epel-release && dnf update -y && dnf clean all && rm -rf /var/cache/yum |
/bin/sh -c dnf install -y postfix-3.5.8 postfix-ldap-3.5.8 postfix-mysql-3.5.8 postfix-pgsql-3.5.8 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 |
EXPOSE 25 465 587 |
CMD ["postfix" "start-fg"] |