• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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