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

Problems with DrWeb after upgrade !!

L

LukasP

Guest
Hi,

just made the Upgrade to 9.2.2 and noticed something strange. After the upgrade I created a new email account. And after i made a "test sending" to the new email account i got this strange Email as answer:

Dear Postmaster,

the message with following attributes has not been checked
due to the licenses limitation.

Sender = @(may be forged)
Recipients = @
Subject = test
Message-ID = <>

--- Dr.Web report ---
Dr.Web detailed report:
127.0.0.1 [6677] drweb.tmp.JVI2gj - message's envelope (addresses) aren't present in license (protected e-mail`s), skipped!

--- Dr.Web report ---


Well the funny thing is that my license is brand new (of course with AntiVir included), I got plenty of other email accounts (which were created before the upgrade...~31 accounts) and they didn't receive this strange email while sending an email to them.
I read some topics here and tried the solution with changing:

[LicenseLimitNotifications]
AdminNotify = yes

in drweb_handler.conf

into "No". Well and this worked out...i didn't receive any Email telling me that the license is not correct when sending an email to the new email account".

"But"...my question is...."Why do I get this kind of email ??" Is Dr.Web still working in the background ? How can i solve the problem without changing the "AdminNotify" into "No" ? And why don't receive all the other email accounts this email...just the new one after the Upgrade?

Thanks in advance for help.
 
As far as I know all addresses drweb would check are stored inside:

# cat /etc/drweb/addresses.conf

If all other mailboxes are processed fine - this may mean new mailbox is missing from the file.

Try to check drweb daemon:

# /etc/init.d/drwebd status
Dr.Web daemon started

Also, mchk should fix this:
http://kb.odin.com/en/944
 
Back
Top