• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Search results

  1. enerspace

    Resolved Monitoring does not work with http3

    Username: TITLE Monitoring does not work with http3 PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Plesk Obsidian 18.0.61 Update #1 PROBLEM DESCRIPTION If http3: plesk bin http3_pref --enable -panel -nginx is activated, monitoring no longer works. The following error is...
  2. enerspace

    Issue Plesk Premium Antivirus update fails

    Why should that be easier? My script does it fully automated without the need to manually adjust anything. Additionally, the script can be used for the future as well. Moreover, only the IP addresses that are not working are redirected. After the script is finished, the changes are reverted...
  3. enerspace

    Issue Plesk Premium Antivirus update fails

    V2 #!/bin/bash # copyright by enerspace.de # Retrieve all IP addresses for update.drweb.com ips=$(dig +short update.drweb.com) reachable_ips=() unreachable_ips=() # Check each IP address for reachability for ip in $ips; do if ping -c 1 -W 1 $ip > /dev/null 2>&1; then...
  4. enerspace

    Issue Plesk Premium Antivirus update fails

    I've written the following script as a temporary solution to the issue. The script checks which IP addresses under update.drweb.com are reachable and which are not. Unreachable IP addresses are redirected to one of the reachable IP addresses using IPTABLES. Afterwards, the updater is run...
  5. enerspace

    Issue Plesk Premium Antivirus update fails

    Type: nslookup update.drweb.com Output: Non-authoritative answer: Name: update.drweb.com Address: 209.160.32.82 Name: update.drweb.com Address: 209.160.33.8 Name: update.drweb.com Address: 195.133.219.93 Name: update.drweb.com Address: 213.59.3.178 Name: update.drweb.com Address...
  6. enerspace

    Question Update the version 10.3.39 MariaDB to 10.11

    I mentioned that it could lead to damage, but not necessarily. In any case, the notes should be read beforehand. Before an upgrade is carried out. We have upgraded many servers to MariaDB 10.11 in the last few weeks and have experienced quite a few errors. Therefore, based on experience, I...
  7. enerspace

    Question Update the version 10.3.39 MariaDB to 10.11

    No, this could cause damage. The correct upgrade process would be as follows: MariaDB 10.3 -> 10.4 - Upgrading from MariaDB 10.3 to MariaDB 10.4 MariaDB 10.4 -> 10.5 - Upgrading from MariaDB 10.4 to MariaDB 10.5 MariaDB 10.5 -> 10.6 - Upgrading from MariaDB 10.5 to MariaDB 10.6 MariaDB 10.6 ->...
  8. enerspace

    Outgoing email messages not DKIM signed when enabled for a domain and in server settings

    Why isn't a SMTP solution simply introduced that fundamentally sends all notifications via this connection? For example: Plesk Panel notifications Watchdog notifications Grafana notifications
  9. enerspace

    Question CentOS2Alma conversion: Your expectations and experience?

    Can the tool also be used with Cloudlinux?
  10. enerspace

    Forwarded to devs Slave DNS manager does not transfer subdomains

    What is the forum for? Please, click Post New Thread button and fill the form if you really believe you discovered a new bug and need to report it to the Plesk developers. It does allow us to handle and resolve your requests much more efficiently. Please be careful and do not submit any found...
  11. enerspace

    Forwarded to devs Slave DNS manager does not transfer subdomains

    Thank you for your response. However, I fail to see how this issue relates solely to Plesk support. My original query was about a clear compatibility issue between the plesk-dns-bind-driver-18.0-2 package and BIND 9.16. This seems to me more like a technical problem or even a bug within Plesk's...
  12. enerspace

    Forwarded to devs Slave DNS manager does not transfer subdomains

    Why am I not getting a response to my question? Or should I open a new bug report for it?
  13. enerspace

    Forwarded to devs Slave DNS manager does not transfer subdomains

    There is the option to install BIND 9.16 afterwards. However, the plesk-dns-bind-driver-18.0-2 does not recognize the version. Therefore, it would be uninstalled. Is there a workaround for this? Or can someone tell me if plesk-dns-bind-driver-18.0-2 is compatible with BIND 9.16?
  14. enerspace

    Forwarded to devs Slave DNS manager does not transfer subdomains

    Thank you for the information. Is there already an ETA for this? Unfortunately, I can't find anything about it (EXTPLESK-5261). Can one install a different version of Bind to fix the problem?
  15. enerspace

    Forwarded to devs Slave DNS manager does not transfer subdomains

    Username: TITLE Slave DNS manager does not transfer subdomains PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Version 18.0.58 Update #2, CloudLinux 8.9 PROBLEM DESCRIPTION When a new subdomain is created, the command rndc delzone subdomain.domain.de must be executed on the slave DNS...
  16. enerspace

    Forwarded to devs Customize [global] section of php-fpm.conf in PHP-FPM Dedicated Mode

    @IgorG I understand your approach and yes, the file is not regularly customizable by Plesk in [GLOBAL]. But it is customizable at that point. On the other side, the files under /var/www/vhosts/system/domain/etc/php-fpm.conf are not customizable at all, because these files are modified...
  17. enerspace

    Issue Slave DNS Manager does not support IPv6

    TITLE Slave DNS Manager does not support IPv6 PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE AlmaLinux 8.5 (Arctic Sphynx) Plesk Obsidian Version 18.0.42 Update #1 PROBLEM DESCRIPTION If you set the IPv6 address of the master in the Plugin: Slave DNS Manager, the request to the slave DNS...
  18. enerspace

    Forwarded to devs Customize [global] section of php-fpm.conf in PHP-FPM Dedicated Mode

    Username: TITLE Customize [global] section of php-fpm.conf in PHP-FPM Dedicated Mode PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE AlmaLinux 8.5 (Arctic Sphynx) Plesk Obsidian Version 18.0.42 Update #1 PROBLEM DESCRIPTION Currently the php-fpm.conf file is created automatically...
  19. enerspace

    Question Customize [global] section of /system/domain/etc/php-fpm.conf

    @IgorG is this a feature request? So the new Dedicated FPM feature is unfortunately not usable in a production environment.
Back
Top