This commit is contained in:
Joerg Sonnenberger 2023-11-01 14:41:02 +01:00
parent a9669ab700
commit b2040933a1
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ COPY target/opendmarc/ignore.hosts /etc/opendmarc/ignore.hosts
# --- postfix-mta-sts-daemon ----------------------- # --- postfix-mta-sts-daemon -----------------------
# -------------------------------------------------- # --------------------------------------------------
COPY target/mta-sts-daemon/mta-sts-daemon.yml /etc/mta-sts-daemon.yml COPY target/mta-sts-daemon/mta-sts-daemon.yml /etc/mta-sts-daemon.yml
RUN << EOF RUN <<EOF
mkdir /var/run/mta-sts mkdir /var/run/mta-sts
chown -R _mta-sts:root /var/run/mta-sts chown -R _mta-sts:root /var/run/mta-sts
EOF EOF