final fixes

This commit is contained in:
Luke 2017-06-07 15:57:48 -07:00 committed by Johan Smits
parent a16b753d20
commit 36a85482ba
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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