• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Recent content by mizar

  1. mizar

    Resolved Windows Server 2025 - Plesk Obsidian 18.0.69 - msodbcsql17 dependency

    Hi, Should be resolved. Let me know if the problem persists
  2. mizar

    Issue "apt update" problem on Debian 10.x with Plesk 18.x "Obsidian"

    > Presumably, the weak algorithm issues will still be resolved as part of the 18.0.69 release, as per this previous Plesk post ? Yes, Plesk 18.0.69 will be signed with new GPG key. Please, check the release notes for the details
  3. mizar

    Issue "apt update" problem on Debian 10.x with Plesk 18.x "Obsidian"

    Hi! We are updating GPG key for signing the repositories to stronger one. As you are on 18.0.68, you need to apply Plesk update using `plesk installer update` command or using UI to import the new GPG key
  4. mizar

    Question osdetect failed: Error: Cannot determine version scanning ""

    Hello! Looks good. Unfortunately, I'm out of ideas what else can be wrong. Could you please send me output of strace -f -v -s400 /usr/local/psa/admin/sbin/osdetect 2>&1 in PM? Or, if you have a contract with support, create a support ticket?
  5. mizar

    Question osdetect failed: Error: Cannot determine version scanning ""

    Hello! Very strange. Is any chance that /etc/redhat-release is modified? Plesk reads exactly first line from it. What rpm -V centos-release shows?
  6. mizar

    Question osdetect failed: Error: Cannot determine version scanning ""

    Hello! osdetect tries to check following files /etc/debian_version, /etc/CloudLinux-release, /etc/vzlinux-release, /etc/almalinux-release, /etc/rocky-release. If one of these files exists and has empty first line, osdetect can fail with such error. Could you please check your server?
  7. mizar

    Resolved Fail2Ban - Postfix not working for SASL (bug?)

    Hello! You might want to also consider recidive jail. It is analyse fail2ban log, and if some ip is banned several times (5 by default), it will be banned for a long time (1 week)
  8. mizar

    Question osdetect failed: Error: Cannot determine version scanning ""

    Hello, /etc/redhat-release is used to detect CentOS 7 Thanks,
  9. mizar

    Issue Scheduled Tasks/Cron

    Hello, Yes, "Run now" not via cron, because cron doesn't have mechanism to run job once.
  10. mizar

    Question Add/remove component do not available

    Hello! Plesk 18.0.47 is very outdated and it was removed from download site, so that's why you cannot manage components. You can either remove unneeded packages via yum (less desired), or first update to latest version (18.0.64 at the time of writing), and then manage components via Plesk installer
  11. mizar

    Issue Disk quota is not supported for ext4

    Hello! Could you clarify what is the problem? `usermng --isquotable` returns 0, that means that quota is supported
  12. mizar

    Issue Sendmail missing from chroot (Postfix)

    It's applicable for any OS. And "Allow users to use sendmail" flag is unrelated to chroot and mostly intended to forbid sending emails via system users. Packing any SMTP client (mini_sendmail, msmtp or else) as /usr/bin/sendmail with appropriate configuration will do the work.
  13. mizar

    Issue Sendmail missing from chroot (Postfix)

    But clean Plesk installation doesn't have a sendmail in the chroot and mail or sendmail commands doesn't work (and never works) in the chroot out of the box. I can only guess that previously your cron job works with non-chrooted shell.
  14. mizar

    Issue Sendmail missing from chroot (Postfix)

    Hello! I doubt that it's enough to add /usr/sbin/sendmail to the chroot to make it send the emails - because postfix sendmail need to write file to the postfix queue, which is out of the chroot, and cannot be easily added. May be emails was send via SMTP or by cron itself?
  15. mizar

    Issue Weird PHP tempnam problem

    Hello, If you run provided code from PHP-FPM or PHP-FastCGI from Apache, it might be affected from PrivateTmp setting of php-fpm or Apache.
Back
Top