Applicable to:
- Plesk for Linux
Symptoms
-
The antivirus section of the mail server settings shows a blank page at Tools & Settings > Mail Server Settings > Antivirus
-
These entries are logged to the panel log:
/var/log/plesk/panel.log
ERR [panel] Unable to find row by field name with value kaspersky-av in Modules table.
-
Plesk fails to create email accounts
Unable to find row by field name with value premium-av in Modules table.#0 /usr/local/psa/admin/plib/pm/Context.php(152): Db_Table_Abstract->getOneByField('name', 'premium-av') #1 /usr/local/psa/admin/plib/Application/Controller/Action/Helper/Navigation.php(242): pm_Context::getModuleInfo() #2
- The server was upgraded from Plesk 18.0.63 to 18.0.64
- There are leftovers of Kaspersky AV on the server: dpkg -l | grep kav8
Cause
A leftover package of the deprecated Kaspersky antivirus is still installed.
Resolution
Uninstall the Kaspersky package from the system.
-
Connect to the server over SSH
-
Run this command to remove the Kaspersky package
-
RHEL/CentOS-based
# rpm -e --nodeps psa-kav8
-
Debian/Ubuntu-based
# dpkg -r --force-depends psa-kav8
-
Comments
0 comments
Please sign in to leave a comment.