rspamd (3.7.4-1)
Published 2023-11-14 21:59:42 +00:00 by ace
Installation
docker pull gitea.geekhome.org/ghp/rspamd:3.7.4-1
sha256:dd6e1c963fd5224fac09b45ba3c757c93175baab9f4bcbdd74aa9a20bb42679d
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 |
RUN /bin/sh -c update-crypto-policies --set DEFAULT:SHA1 && curl https://rspamd.com/rpm-stable/centos-9/rspamd.repo > /etc/yum.repos.d/rspamd.repo && rpm --import https://rspamd.com/rpm/gpg.key && dnf install -y rspamd-3.7.4 && dnf clean all && rm -rf /var/cache/yum && update-crypto-policies --set DEFAULT # buildkit |
EXPOSE map[11332/tcp:{}] |
CMD ["/usr/bin/rspamd" "-f" "--insecure"] |