• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Kaspersky Server-Wide Settings w/12.5

Justin Buckkley

New Pleskian
Hello,

Sorry if this is posted somewhere else - I've only found documentation on older versions of Plesk.
I've recently purchased the add-on license for Kaspersky as I thought I'd be able to enable the scanning server-wide instead of per-mailbox. However, I don't see this as an option - I only see the option to chose None, Odin Premium, or Kaspersky - and no other configuration options.

Can you verify if there is a way to enable server-wide scanning, and if not - is there any advantage to using Kaspersky over the included Odin Premium/DrWeb?

Thanks!
 
If you mean "server-wide" - to enable scanning for all mailboxes, you can enable it in corresponding Service Plan and sync it to subscriptions.
Also, you can enable antivirus for all mailboxes with following command:

# for i in `mysql -uadmin -p\`cat /etc/psa/.psa.shadow\` psa -Ns -e "select concat(mail.mail_name,\"@\",domains.name) as address from mail,domains,accounts where mail.dom_id=domains.id and mail.account_id=accounts.id order by address"`; do /usr/local/psa/bin/mail -u $i -antivirus inout; done
 
Thanks Igor. What I'm after is to make virus scanning enabled the default setting for all mailboxes, both existing and automatically for newly created. Could I just created a scheduled job to run the command above?
 
Dear Igor, All settings is seems correctly. But, seems "skipped" on plesklog_avstat. for test i sent eicar.zip file. but skipped. not checked or blocked. can you help me?
 
Back
Top