• 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. Bitpalast

    Issue NIS2 and logs, what to keep for how long?

    Thank you. That source says: "The directive also requires the storage of logs from all systems and IT infrastructure and their subsequent storage in an unalterable form for at least 18 months." But where in the EU docs is this written? I must have missed that. Plus, in Germany, the EU...
  2. Bitpalast

    Issue NIS2 and logs, what to keep for how long?

    Data retention is still prohibited by GDPR. Long-term storage of log files is no required, neither allowed. Could you please refer the location in the NIS2 documents where you read that logs must be saved?
  3. Bitpalast

    Question Optmized values for MariaDB

    Because Linux always uses available RAM for caching. It'll always fill the RAM up, even if it doesn't actually need it for current transactions. It will auto-clear RAM as it is necessary. The problem with your swap file could be that for very short time periods, your RAM is insufficient. This...
  4. Bitpalast

    Issue Slow client download speeds for large files

    When you download it via panel, no such rules apply, the file is treated as a static file. But when you download it via a website, it is delivered by the Apache webserver, and this could mean that either some specific MIME type is set or an .htaccess rule influences file access. What's the file...
  5. Bitpalast

    Issue DirectAdmin to Plesk Error Migrator

    @youvm Thank you for tagging me, but unfortunately, the best possible advice was already given in Issue - DirectAdmin to Plesk Error Migrator . There is nothing I could add.
  6. Bitpalast

    Question Restoring from Plesk Backup Manager

    You can click on the last incremental backup and select the file you want to restore. Plesk automatically links the full backup with the increments. If a file is not included in an increment, it will look for it in the previous increment, in the previous increment, in the previous increment...
  7. Bitpalast

    Question Repeatedly bad experience with Trustpilot - who else made a similar experience with them?

    My business Bitpalast GmbH has made repeatedly bad experiences with Trustpilot. Today the third customer informed us that he initially published a 5-star rating about us on the Trustpilot profile of the company, and Trustpilot - as in at least two more such cases before, one of them just...
  8. Bitpalast

    Question Use Plesk as only mail

    For Shopify, simply route your @ DNS entry (the domain name itself) to 23.227.38.32 and your www subdomain as a CNAME to shops.myshopify.com. All other traffic continues to your own server, including your emails.
  9. Bitpalast

    Resolved Moved files become not visible in file manager!!!

    "File Manager" is not meant to manage files that are located outside a subscription folder. It is only for the subscription user to manage files within a subscription. In your case you tried to manage files located outside a subscription.
  10. Bitpalast

    Issue Websites stop working until I restart apache and nginx

    What state are Apache (httpd, apache) processes in when Apache seems to be down? Did you try to "strace" any of them? Are they just orphans or are they doing anything? Are they consuming RAM and CPU power? If they are consuming CPU power, what are they doing? Does strace give any clues (mostly...
  11. Bitpalast

    Question 2025 plesk panel deficiencies

    Regarding HA, please see How to Install Plesk in a High Availability Cluster. The project however was discontinued, I believe due to low demand while ongoing development and maintenance costs would have been exceptionally high.
  12. Bitpalast

    Question Collect mails from external mailbox

    As far as I know there is no extension that serves that purpose yet. It seems that there neither is a Uservoice request. Maybe you would like to post one? Your Ideas for Plesk
  13. Bitpalast

    Issue Plesk email to gmail/outlook marked as spam.

    In my opinion, if all advice given above is observed, it is not possible that GMail claims an issue with SPF or DKIM.
  14. Bitpalast

    Issue Websites stop working until I restart apache and nginx

    When the outage occurs, have you tried to restart the PHP-FPM service instead of restarting Apache? If CPU and RAM are good, there is a chance that there is actually no issue with Apache. How do Apache processes behave when an outage occurs? E.g. what is "strace" showing on the processes? Are...
  15. Bitpalast

    Issue Plesk email to gmail/outlook marked as spam.

    Does your server have an IPv6 address and is it actually used on the server? Is Reverse DNS set for IPv6? If your server uses IPv6 it also needs a reverse DNS entry for IPv6, but your server does not have a reverse DNS entry for IPv6. Else you could limit Postfix to only using IPv4: Change...
  16. Bitpalast

    Issue Websites stop working until I restart apache and nginx

    Is there a high cpu load when the website goes down? What processes are causing it? Is there a high RAM usage at that time? You can watch the load "live": # MYSQL_PWD=`cat /etc/psa/.psa.shadow` watch "uptime && echo "\ " && ps aux | sort -nrk 3,3 | head -n 20 && echo "\ " && mysqladmin proc...
  17. Bitpalast

    Issue Plesk email to gmail/outlook marked as spam.

    Have you tried to avoid the 127.0.0.1 sender IP address entry in your header by using SMTP login through your mailbox to send the mail(s)? Have you tried enforcing the true hostname in /etc/postfix/main.cf, e.g. by setting myhostname = quick24store.com (service postfix reload afterwards to...
  18. Bitpalast

    Issue Plesk email to gmail/outlook marked as spam.

    The reason for these imho false statements can be that you are sending through "localhost" (127.0.0.1). Instead, can your software login to a mailbox and send through that mailbox using the SMTP login? Because then the 127.0.0.1 is not included as the mail origin, and your true server IP seems...
  19. Bitpalast

    Issue Plesk email to gmail/outlook marked as spam.

    The "URIBL_BLOCKED" is just a mentioned parameter. It is not actually applied. The Spam score is -3.1. It will need to be more then 5 to trigger an anti-spam block given your configuration. SPF is fine, too. I've also checked the sender IP (173.208.200.210) whether it is on any major BLs, but it...
  20. Bitpalast

    Issue Websites stop working until I restart apache and nginx

    @Kritarth What have you tried so far to find the cause of the issue?
Back
Top