• 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. Jürgen_T

    Issue New php-warning

    Thank you, then I will wait to the next updates and let you know if these help.
  2. Jürgen_T

    Issue New php-warning

    Since the last update to Version 18.0.50 I receive the following warning: PHP Warning: Undefined property: Net_DNS2_RR_CNAME::$exchange; File: /opt/psa/admin/plib/modules/email-security/library/ConfigCheck.php, Line: 239 Is this a new problem for email-security? I am using the free version...
  3. Jürgen_T

    Resolved Backup broken since update to 18.0.50 (when using FTPS+"active mode")

    I just tested it and now it works like before. Thank you for resolving this issue quickly!
  4. Jürgen_T

    Resolved Backup broken since update to 18.0.50 (when using FTPS+"active mode")

    Unfortunately, after first tests the backup didn't work for me yesterday - neither with sftp nor with ftp. With that, Plesk.Backup is no longer useful to me. It needs a.s.a.p a solution!
  5. Jürgen_T

    Resolved Backup broken since update to 18.0.50 (when using FTPS+"active mode")

    This works, I obviously used the wrong link. Now I am using ftps and ticked passive mode and backup works again.
  6. Jürgen_T

    Resolved Backup broken since update to 18.0.50 (when using FTPS+"active mode")

    How can I switch from FTPS to FTP / passive mode as I cannot open tools&einstellungen/backup-manager as this leads to a hanging task? I.E. Also https://[my-server]/admin/server/tools/backup/ftp-settings/ does not work as it produces a blank screen with the headline "Tools"
  7. Jürgen_T

    Resolved Backup does not work since upgrade to Version 18.0.50

    Yesterday I upgraded from Version 18.0.49 to Version 18.0.50. One result: the scheduled backup for the night failed. I received the message by E-Mail: ... <?xml version="1.0"?> <execution-result log-location="/opt/psa/PMM/sessions/2023-02-12-002909.484/migration.result" local-dump-created="true"...
  8. Jürgen_T

    Resolved Task hangs

    Found a solution. Searched the id of the hanging task with this command: # plesk db "SELECT id,type,status,finishTime FROM longtasks WHERE status <> 'done'" Deleted the found id 2215: # plesk db "DELETE FROM longtasks WHERE id=2215" And finally: # pkill task-async-executor Now message has gone.
  9. Jürgen_T

    Resolved Task hangs

    I created a subdomain just for testing and tried tor remove it. Now Plesk shows a message, saying that this task is in a waiting state. This message does not disappear and the task is not performed for hours. How can I kill the plesk task?
  10. Jürgen_T

    Resolved plesk sendmail does not work

    Was the problem! Looking for a solution last night I found a 2nd issue. After server restart and #postfix check there were a differenc between 1. etc/resolv.conf => ... nameserver 127.0.0.1 nameserver 127.0.0.53 and 2. /var/spool/postfix/etc/resolv.conf ... nameserver 127.0.0.1nameserver...
  11. Jürgen_T

    Resolved plesk sendmail does not work

    Suddenly I receive new error messages in var/log/mail.err h2828820 postfix/sendmail[7558]: fatal: open /etc/postfix/main.cf: Permission denied Feb 1 21:13:00 h2821220 plesk-sendmail[7557]: S7546: sendmail unsuccessfully finished with exitcode 75 Feb 1 21:13:00 h2821220 postfix-local[7546]...
  12. Jürgen_T

    Resolved Unable to get key: Repository is not opened

    So, now it was investigated by Level 1 and 2 support of the Plesk Team. It is a bug. Here comes the final answer: .... Hello , Thank you for waiting Our developer's team confirmed such behavior to be a bug with ID: PPPM-13853 Currently there is no workaround provided. You may observe...
  13. Jürgen_T

    Issue Plesk protocol: PHP Warning: XMLWriter:

    I also asked the Plesk support for taking care of this issue but they do not support drush. However, I am left with my workaround. switch openbasedir to none work with drush switch openbasedir to default. In case that something more comfortable comes to my mind I will let you know.
  14. Jürgen_T

    Resolved Unable to get key: Repository is not opened

    So, I discussed my problem with the Plesk support (which are very quick by the way:-)) and they recommended the same procedure as done before as a starting point. So I did again root@mail:/# mv /etc/sw/keys/registry.xml /root/ root@mail:/# service sw-engine restart root@mail:/# plesk repair...
  15. Jürgen_T

    Issue Autoinstaller failed

    Thank you. I will go through these steps. I juststarted plesk repair installation and it seems that the last update from .48 to .49 was not registered successfully in th Plesk-DB. I'll let you know what happened once I have applied the steps of the older thread.
  16. Jürgen_T

    Issue Amavis error messages

    After a restart of the Amavis component of the Plesk E-Mal Security extension I receive the following errors concerning missing modules: Any idea why amavis does not find the following decoders? I.e. I have stored rar und unrar in /usr/local/bin The files got owner:group amavis:amavis...
  17. Jürgen_T

    Issue Autoinstaller failed

    Checking the protocols I found as recent error: "Autoinstaller exited with error: The product 'plesk' is not installed yet." and also the error: "Unable to get information about updates for current release". Any proposal thow to get rid of this error? By the way, Plesk is installed and works.
  18. Jürgen_T

    Resolved Fail2ban jail/filter for NGINX?

    As I only use nginx I guess it would be interesting to install for fail2ban an additional jail + filter just for nginx. Are there proposals to enhance the Plesk-fail2ban configuration for doing this?
  19. Jürgen_T

    Resolved TUN/TAP-device für Plesk Obsidian

    So, I finally made it. After failing with setting up a Wireguard-VPN I went back to OpenVPN and found the following solution: I simply installed: mkdir -p /dev/net mknod /dev/net/tun c 10 200 chmod 600 /dev/net/tun Then I could install OpenVPN using a skript. The only problem of this approach...
Back
Top