• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

every day a email for "drweb"?

Azurel

Silver Pleskian
Since 29th August 2013 (with 11.5.30#13) I get every day a email with subject "Anacron job 'cron.daily' on rsXXXXXX" and content:
/etc/cron.daily/drweb-update:

Dr.Web update details:
Update server: http://update.msk.drweb.com/plesk/700/unix
Update has begun at Thu Sep 12 03:14:56 2013
Update has finished at Thu Sep 12 03:14:58 2013

Following files have been updated:
/var/drweb/bases/drwdaily.vdb
/var/drweb/bases/drwtoday.vdb
/var/drweb/bases/dwntoday.vdb
/var/drweb/bases/dwrtoday.vdb
/var/drweb/bases/timestamp
/var/drweb/updates/timestamp

Is this really necessary?! I'm not a premium user. Where I can find drweb in my plesk?
 
Yes it's necessary if you like to know the update status of Dr. Web, especially if you have a Premium Anti-Virus license ...
Otherwise, If you like to stop the cron notifications of the auto-update of drweb then just append to the contents of
Code:
/etc/cron.d/drweb-update
with
Code:
>/dev/null 2>&1
eg

Code:
*/30 * * * * drweb /opt/drweb/update.pl >/dev/null 2>&1

And if you like to remove it totally then

Code:
yum remove drweb-base drweb-bases drweb-common drweb-daemon drweb-updater psa-drweb-configurator
 
And if you like to remove it totally then

Code:
yum remove drweb-base drweb-bases drweb-common drweb-daemon drweb-updater psa-drweb-configurator

Your packages set is outdated for Plesk 11.5.30. Just use component removal available in Parallels Installer.
 
Well... not that DrWeb would not be removed from Plesk with the command you provided. Yet some leftover packages will be left installed depending on OS/arch.
 
Thanks for your answers. What means my package ist outdated in 11.5.30?

Is DrWeb this service?: "Parallels Premium Antivirus".
I'm not a premium user and this service running too: "SpamAssassin" in "Server -> Services". Is this a default service for all plesk user?
 
Back
Top