• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Search results

  1. enerspace

    Question plesk backup slow time to restore. "tar -z -f" use only one core

    When will this feature finally arrive? Data volumes are continuously increasing, and there are now many good alternatives available. I'd like to bring this topic back into focus. Restorations take particularly long with Nextcloud instances.
  2. enerspace

    Question Grafana does not display any statistics

    Hello everyone, Does anyone know why Grafana might not be displaying any data? There are no relevant entries in Grafana's log files. I have already uninstalled and reinstalled the extension multiple times. Best regards
  3. enerspace

    Resolved unknown option 'allowhardlink'

    Why should there be an issue with my operating system? In most CentOS versions, Logrotate 3.18.0 is the maximum installed version: Almalinux 8 / Rockylinux 8: 3.14.0 Almalinux 9 / Rockylinux 9: 3.18.0 But I noticed that Plesk uses its own version: /usr/local/psa/logrotate/sbin/logrotate:3.21.0...
  4. enerspace

    Input Your experience with "Mail delivery troubleshooting" in Plesk

    What is the default value of: mailQueue.firstEntryOffset ?
  5. enerspace

    Resolved unknown option 'allowhardlink'

    Username: TITLE unknown option 'allowhardlink' PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Alma 8.9 18.0.62 Update #2 PROBLEM DESCRIPTION The following command: /usr/sbin/logrotate -f /usr/local/psa/etc/logrotate.conf causes the following error: error...
  6. enerspace

    Input Your experience with "Mail delivery troubleshooting" in Plesk

    Sorry, my mistake. I didn't sign in as a customer. It works as intended.
  7. enerspace

    Input Your experience with "Mail delivery troubleshooting" in Plesk

    Hi, is there a way to hide the activities of "Admin" in the overview for the customer without disabling logging?
  8. enerspace

    SMTP for outgoing System messages.

    That sounds interesting. I'll give it a try. Thank you!
  9. enerspace

    SMTP for outgoing System messages.

    You write: To my knowledge DKIM isn't a requirement And I respond: SPF or DKIM is mandatory for private senders (to GMAIL) and for more than 5000 emails or AMP emails, SPF and a DKIM signature are required. This can be found in Google's help for delivery to GMAIL. Therefore, sending should...
  10. enerspace

    SMTP for outgoing System messages.

    SPF or DKIM for private Senders. More than 5000 mails or AMP = SPF and DKIM Signature. It would be better to send all emails via an SMTP account instead of authenticating each individual server via SPF. The DKIM signature is not even generated without SMTP.
  11. enerspace

    Input Your experience with "Mail delivery troubleshooting" in Plesk

    That fits in nicely, right? SMTP for outgoing System messages.
  12. enerspace

    SMTP for outgoing System messages.

    Username: TITLE SMTP for outgoing System messages. PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Alma 8.9 Obsidian 18.0.61 #5 PROBLEM DESCRIPTION System emails, such as notifications to customers, are partially or completely rejected by free email services. Since Gmail and...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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 ->...
  20. 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
Back
Top