Below are a few commands that may help with troubleshooting the Kaspersky Anti-Virus mail protection for Linux.
To check when the license expires
mail:~# /opt/kav/bin/licenseviewer -s
To run an antivirus update
mail:~# /opt/kav/bin/keepup2date
Make sure the Anti-Virus databases are updating daily
mail:~# vi /etc/crontab
Add the following line
0 * * * * root /opt/kav/bin/keepup2date
No related posts.