Edit /etc/drweb/drweb_qmail.conf to stop receiving DrWeb notification messages…
1 2 3 4 |
[VirusNotifications] SenderNotify = no AdminNotify = no RcptsNotify =no |
Also, there are many other configuration options for the notifications, you may configure them as you wish. Then restart DrWeb Service to apply the changes.
1 |
#/etc/init.d/drwebd restart |
NOTE: If this file “drweb_qmail.conf” not present under this directory “/etc/drweb/”, please create it.
Open /etc/drweb/drweb32.ini
find
1 |
CronSummary Yes |
And change it to
1 |
CronSummary No |
Restart drweb
1 |
#/etc/init.d/drwebd restart |
It worked like a charm. Thanks.