• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

drweb update emails

Binesh S

Regular Pleskian
Hello All

I have received automated mail from [email protected] , I have done few troubleshoot is not work arorund.


Hi. This is the qmail-send program at plesk10.99.9uptime.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.


1.1.1.1 does not like recipient.
Remote host said: 450 4.1.8 <[email protected]>: Sender address rejected: Domain not found
Giving up on 199.193.200.99.
I'm not going to try again; this message has been in the queue too long.

--- Below this line is a copy of the message.

Return-Path: <[email protected]>
Received: (qmail 7499 invoked by alias); 26 Aug 2012 09:00:04 -0500
Delivered-To: [email protected]
Received: (qmail 7494 invoked by uid 100); 26 Aug 2012 09:00:04 -0500
Delivered-To: [email protected]
Received: (qmail 7488 invoked by uid 100); 26 Aug 2012 09:00:04 -0500
Date: 26 Aug 2012 09:00:04 -0500
Message-ID: <[email protected]>
From: [email protected] (Cron Daemon)
To: [email protected]
Subject: Cron <drweb@plesk10> /opt/drweb/update.pl
Content-Type: text/plain; charset=UTF-8
Auto-Submitted: auto-generated
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/var/drweb>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=drweb>
X-Cron-Env: <USER=drweb>

Dr.Web (R) update details:
Update server: http://update.fr1.drweb.com/unix/500
Update has begun at Sun Aug 26 09:00:02 2012
Update has finished at Sun Aug 26 09:00:04 2012

Following files has been updated:
/var/drweb/bases/drwtoday.vdb
/var/drweb/updates/timestamp

FYI - IP address temp one and I have used the following web link, no solution so far

http://forum.parallels.com/showthread.php?t=107058
http://forum.parallels.com/showthread.php?t=95308

Thanks
 
Last edited:
vi /etc/cron.d/drweb-update
Add ">/dev/null 2>&1" at the end of the cron line to be something like this:

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

That always works for me to disable those emails
 
Thank you for your reply. I stopped the automated email through

#*/30 * * * * drweb /opt/drweb/update.pl


Now no more email from drweb

Thanks
 
Back
Top