final fixes
This commit is contained in:
parent
a16b753d20
commit
36a85482ba
|
@ -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 && \
|
chmod 644 /etc/clamav/freshclam.conf && \
|
||||||
freshclam && \
|
freshclam && \
|
||||||
sed -i 's/Foreground false/Foreground true/g' /etc/clamav/clamd.conf && \
|
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 && \
|
mkdir /var/run/clamav && \
|
||||||
chown -R clamav:root /var/run/clamav
|
chown -R clamav:root /var/run/clamav
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ command = /usr/sbin/opendkim -f
|
||||||
startsecs=0
|
startsecs=0
|
||||||
autostart=false
|
autostart=false
|
||||||
autorestart=true
|
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]
|
[program:dovecot]
|
||||||
startsecs=0
|
startsecs=0
|
||||||
|
|
Loading…
Reference in New Issue