opendmarc (1.4.2-1)
Published 2023-06-10 05:01:12 +00:00 by ace
Installation
docker pull gitea.geekhome.org/ghp/opendmarc:1.4.2-1
sha256:b688c6b30797997d20f495aecde50bbbb9c0e62b714c9522640a0ba761862e71
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 8893 |
CMD ["/usr/sbin/opendmarc" "-f" "-c" "/etc/opendmarc/opendmarc.conf"] |