diff --git a/installer.sh b/installer.sh index c0ebf57..79cd5f7 100644 --- a/installer.sh +++ b/installer.sh @@ -379,9 +379,11 @@ echo "endif # Mail::SpamAssassin::Plugin::Shortcircuit" >> /etc/spamassassin/loc # ClamAV # ##------------## apt install clamav clamav-daemon clamsmtp libclamunrar7 clamdscan -y +mkdir -p /var/log/clamav +mkdir -p /var/lib/clamav chown -R clamav:clamav /var/log/clamav chown -R clamav:clamav /var/lib/clamav -chmod 777 -R /var/lib/clamav +#chmod 777 -R /var/lib/clamav ##------------## # Amavis #