Category: General Plesk

If you are receiving emails from your Plesk server from drweb@domain or the following:

I'm afraid I wasn't able to deliver your message to the following addresses.

This is because the cron tab is sending messages to an email account that doesn’t exist. There are 3 options to fix this:

1. setup the email account [email protected], then you can manage the messages properly

2. change where the message is being sent:

Log in to Plesk, Click on Home/Scheduled Tasks, then select the user you are receiving message from. E.g. if you are receiving emails stating that [email protected] is failed, then go to the drweb user, click preferences and change the email address to something that exists.

3. Switch off the messages, find the cron job that is sending the message and output it to null

e.g. the drweb@domain message is being sent from the drweb update job: /etc/cron.d/drweb-update, change it to this:

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

It is not possible to switch off these messages.

 

Tags:

Bouncebacks Bounced email

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.