Page 1 of 1

How to stop Dr. Web notification emails

Posted: Thu Mar 22, 2012 12:47 am
by Saman
Log in as root (or you can use sudo) and open /etc/drweb/drweb32.ini:

Look for:

Code: Select all

CronSummary = Yes
And change it to:

Code: Select all

CronSummary = No
Do a restart for the Dr. Web daemon by (add sudo in the beginning if not using root):

Code: Select all

/etc/init.d/drwebd restart