From 36a85482bad21836951dd797994205a556dcf036 Mon Sep 17 00:00:00 2001 From: Luke Date: Wed, 7 Jun 2017 15:57:48 -0700 Subject: [PATCH] final fixes --- Dockerfile | 1 + target/supervisor/supervisor-app.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 411ff4a4..c4a080cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,6 +71,7 @@ RUN echo "0 0,6,12,18 * * * /usr/bin/freshclam --quiet" > /etc/cron.d/freshclam chmod 644 /etc/clamav/freshclam.conf && \ freshclam && \ sed -i 's/Foreground false/Foreground true/g' /etc/clamav/clamd.conf && \ + sed -i 's/AllowSupplementaryGroups false/AllowSupplementaryGroups true/g' /etc/clamav/clamd.conf && \ mkdir /var/run/clamav && \ chown -R clamav:root /var/run/clamav diff --git a/target/supervisor/supervisor-app.conf b/target/supervisor/supervisor-app.conf index c7311b3d..22865697 100644 --- a/target/supervisor/supervisor-app.conf +++ b/target/supervisor/supervisor-app.conf @@ -26,7 +26,7 @@ command = /usr/sbin/opendkim -f startsecs=0 autostart=false autorestart=true -command = /usr/sbin/opendmarc -f -p local:/var/run/opendmarc/opendmarc.sock +command = /usr/sbin/opendmarc -f -p "inet:8893@localhost" [program:dovecot] startsecs=0