We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492ce61 commit a704967Copy full SHA for a704967
install/vst-install.sh
@@ -550,6 +550,7 @@ service dovecot start
550
# ClamAV configuration
551
if [ "$srv_type" = 'medium' ] || [ "$srv_type" = 'large' ]; then
552
wget $CHOST/$VERSION/clamd.conf -O /etc/clamd.conf
553
+ wget $CHOST/$VERSION/freshclam.conf -O /etc/freshclam.conf
554
gpasswd -a clam exim
555
gpasswd -a clam mail
556
/usr/bin/freshclam
0 commit comments