• 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.

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