• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

No more scheduled task notifications after upgrade to 12.5

philippL

New Pleskian
I have an additional email address for receiving "always" notifications on some cron jobs. It worked until I updated to 12.5. I checked that the cron jobs are actually still being run - I just don't get the notification emails anymore. Any idea how to start fixing that?

  • no appropriate entries in mail.log or mail.err
  • yes, the email address can actually receive emails
  • -it does not work for new cron jobs either- okay, seems new cron jobs work?
  • it does not work with different notification email address either
  • yes, the cron job actually has command line output
 
Last edited:
okay, seems it was due to the cron jobs being associated with no domain and being run as www-data. switched to domain (cant choose user there), now it works
 
but now it seems to do the wrong email addresses... regardless of whether I choose domain owner or specific email address. Headers:
Code:
X-Original-To: <me>
Delivered-To: <me>
Received: by <domain> (Postfix, from userid 30)
    id 4503B11EDB2; Mon,  8 Feb 2016 10:00:02 +0100 (CET)
X-Original-To: -f
Delivered-To: catch-all@<domain>
Received: by <domain> (Postfix, from userid 10002)
id 6028411EDAB; Mon,  8 Feb 2016 10:00:01 +0100 (CET)
From: root@<domain> Cron Daemon)
To: www-data@<domain>
Subject: Cron <plesk@<domain>>
/var/www/vhosts/<domain>/admin/cron.sh
Content-Type: text/plain; charset=ANSI_X3.4-1968
X-Cron-Env: <MAILTO=www-data@<domain>>
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/var/www/vhosts/<domain>>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=plesk>
 
Back
Top