opendmarc (1.4.2-2)
Published 2023-08-01 15:20:16 +00:00 by ace
Installation
docker pull gitea.geekhome.org/ghp/opendmarc:1.4.2-2
sha256:f2c65bf174c7f9d04e471354c3e2d5c0320a64da0fd625a84f5b1b5545278592
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[8893/tcp:{}] |
CMD ["/usr/sbin/opendmarc" "-f" "-c" "/etc/opendmarc/opendmarc.conf"] |