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

Resolved Scheduled Task not work

- an existing file .emailpass with content is overritten with an empty file
- if have changed to /usr/local/psa/admin/bin/mail_auth_view 2>&1 > /var/www/vhosts/kdb/stfg/.emailpass, but no success
- no errors in logs
- in syslog: CRON[20080]: (root) CMD (/usr/local/psa/admin/bin/mail_auth_view 2>&1 > /var/www/vhosts/kdb/stfg/.emailpass > /dev/null)

How is the correct syntax?
 
The problem is > /dev/null at the end and that you do not see this in Command!
In /var/spool/cron/crontabs/root it can seen.
I delete here > /dev/null at the end: /usr/local/psa/admin/bin/mail_auth_view 2>&1 > /var/www/vhosts/kdb/stfg/.emailpass

Now it works!
 
Back
Top