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

Stop DrWeb cron notification..

X

[XF]

Guest
How can i stop DrWeb to send me email notification each time an update are finished?

I receive each hour a email with Cron Deamon, Dr.Web Update details.. How can i stop cron deamon spam me?

My mail box il now full of this message. Each hour.

Thanks you
 
Same here

I have the same problem, except the emails don't get forwarded to my admin account they just sit in the mail queue.
So how do I set a different email address for it to email ?
Thanks in advance for any help
 
Set CronSummary to 'No' in section [Updater] in /etc/drweb/drweb32.ini.
Open the configuration file and find option CronSummary in section [Updater]. Change value to 'No':

/etc/drweb/drweb32.ini
;---------------------------------------------------------------
[Updater]

;CronSummary = { Yes | No }
; The Dr.Web Updater prints out a result of update session to stdout if
; this option is set to "yes". This feature can be used for an adminstrator
; notification by e-mail if the updater is executed by cron.
CronSummary = No
 
Back
Top