mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
added freshclam.conf
This commit is contained in:
parent
492ce61bd5
commit
a704967fe4
1 changed files with 1 additions and 0 deletions
|
@ -550,6 +550,7 @@ service dovecot start
|
||||||
# ClamAV configuration
|
# ClamAV configuration
|
||||||
if [ "$srv_type" = 'medium' ] || [ "$srv_type" = 'large' ]; then
|
if [ "$srv_type" = 'medium' ] || [ "$srv_type" = 'large' ]; then
|
||||||
wget $CHOST/$VERSION/clamd.conf -O /etc/clamd.conf
|
wget $CHOST/$VERSION/clamd.conf -O /etc/clamd.conf
|
||||||
|
wget $CHOST/$VERSION/freshclam.conf -O /etc/freshclam.conf
|
||||||
gpasswd -a clam exim
|
gpasswd -a clam exim
|
||||||
gpasswd -a clam mail
|
gpasswd -a clam mail
|
||||||
/usr/bin/freshclam
|
/usr/bin/freshclam
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue