• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

Search results

  1. C

    Issue Cron error

    Unfortunately the Plesk license was purchased through a Hetzner dedicated server plan. Plesk support bounces me to Hetzner, and Hetzner says that they do not provide support for this...
  2. C

    Issue Cron error

    Hi, Any news on this? Any Pleskian elder care to provide support? Thank you!
  3. C

    Issue Cron error

    Possibly this is a bug, pertaining to Debian based installations ? Mine is Ubuntu 18.04
  4. C

    Issue Cron error

    Hm, maybe it's because I am on Ubuntu 18. I'll look into it, thanks!
  5. C

    Issue Cron error

    This is what I have: #!/bin/sh # Clean non existent log file entries from status file cd /var/lib/logrotate test -e status || touch status head -1 status > status.clean sed 's/"//g' status | while read logfile date do [ -e "$logfile" ] && echo "\"$logfile\" $date" done >> status.clean mv...
  6. C

    Issue Cron error

    I can confirm this happening on Latest plesk. I get daily messages with this subject: Cron <root@domain> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) /etc/cron.daily/logrotate: tail: cannot open ']' for reading: No such file or directory logrotate_script: 3: [...
Back
Top