• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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