• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Excessive notifications regarding KAV update (success)

onycro

Basic Pleskian
Hello plesk community,

I receive hourly messages since today as follows:

Subject: Cron <root@switchgear-development> /opt/kav/sdk8l3/bin/kav8update
Code:
Loading engine...
Current product version: 8.5.1.5
Initializing engine...
Using xml-file: /opt/kav/sdk8l3/bin/settings.xml.

LICENSE INFO:
Key file: kav.key
Expiration date: 20/03/2021
Operation result code: 0x00000000. Success

I really would like to stop this. I am on Plesk Onyx Version 17.8.11 Update #51. This includes the fix of this issue After upgrade to Plesk 17.8 email notification is sent about KAV updates hourly

But as you can see my messages does not contain the last line ("/opt/kav/sdk8l3/bin/kav8update: line 14: service: command not found").

I also would like to redirect those messages to a log file instead of sending them to /dev/null

Is this a new error? I could not find a thread regarding this problem.

Thanks for your help guys.
 
This is what it looks like now:
Code:
root@server:/etc/cron.d# vim plesk-kav-update
# Run hourly the kav8update script
4 * * * * root /opt/kav/sdk8l3/bin/kav8update

Now I change it like that to make it stop sending too many mails:
Code:
root@server:/etc/cron.d# vim plesk-kav-update
# Run hourly the kav8update script
4 * * * * root /opt/kav/sdk8l3/bin/kav8update >> /var/log/kav-update.log 2>&1

But am I the only one with this problem?
 
Last edited:
Back
Top