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

Search results

  1. R

    Question PHP interpreter has no PHP 7.0

    After the installation, do you have the Imunify360 button in Plesk? Where did you get the Yum command from? You don't have yum on Debian.
  2. R

    Question PHP interpreter has no PHP 7.0

    The old Imunify extension was retired. There is only Imunif360 now. Depending on the license that you activate, you have Imunify360 with only ImunifyAV+ or the full Imunify360. If you have only 1 user in Plesk, the admin user and no Customer or Resellers, you can buy the ``SINGLE USER``...
  3. R

    Issue Plesk SSL and Domain inaccessibility problem

    I'm not familiar with the OVH DDoS protection, but since you can't access the website while the protection is enabled, it looks like the IP address is blocked in the DDoS protection system. Can you mtr to the server while the DDoS protection is enabled? How is the mtr looking when the DDoS...
  4. R

    Question PHP interpreter has no PHP 7.0

    We are using Imunify360 on a lot of servers without any issues. What issues did you encounter?
  5. R

    Question PHP interpreter has no PHP 7.0

    For Debian 12, yes, it's the only way to get PHP 7.0.
  6. R

    Question PHP interpreter has no PHP 7.0

    Hi, PHP versions older than 7.4 are not available on Debian 12. https://support.plesk.com/hc/en-us/articles/19390297265687-Does-Plesk-support-Debian-12 However, you can get an Imunif360 license and install alt-PHP 7.0. There is support for alt-php in Debian 12.
  7. R

    Issue Plesk SSL and Domain inaccessibility problem

    Hi, How does your hosting provider handle DDoS attacks? Do they filter the "bad" traffic or null route the DDoS target? An actual domain name would be very useful in debugging/understanding the situation. You can send it in a private conversation if you want.
  8. R

    Question Problem reception email from plesk to gsuite

    Hi, Is domain.net, that uses gsuite, hosted on the same Plesk server? Is the mail service disabled for incoming for domain.net? You can't combine domain.net MX on GSuite and Plesk. You can use only one of them.
  9. R

    Question Which current Linux version with MySQL 5.7 is supported by Plesk?

    MySQL 5.7 reached extended support end of life 1 year and 4 months ago (31 Oct 2023). Why would you deploy it on an existing/new system? According to System Requirements for Plesk Obsidian MySQL 5.7 is still supported for the mail database server and for remote database servers. If you need...
  10. R

    Issue Mail queue very slow with 10 min delay

    Spamassassin was stopped. Perhaps restarted. Check /var/log/plesk/modules/monit if it was restarted by Plesk Watchdog. Spassassin logs are in /var/log/maillog. Check if Spamassassin was killed by OOM events. grep -iE "OOM|kill" /var/log/messages
  11. R

    Issue Mail queue very slow with 10 min delay

    Interesting. Check what you have, if anything, after the last line with the queueId at 17:41 grep "20 Mar 17:41" /var/log/maillog
  12. R

    Issue Mail queue very slow with 10 min delay

    Is graylisting enabled?
  13. R

    Issue Broken table dns_recs: Corrupt

    Try to run the sql queries from the CLI. Access the server via SSH, as root, and run plesk db Afterwards paste the sql queries to alter the indexes.
  14. R

    Resolved Port 25 blocked despite firewalls explicitly open

    Can you share all your firewall rules? iptables -S iptables -t nat -S
  15. R

    Resolved Port 25 blocked despite firewalls explicitly open

    213.165.88.236 is blocking your IP address. I was able to telnet to 213.165.88.236:25. Or, you might have a drop policy on the OUTPUT chain without an accept rule: iptables -S OUTPUT -P OUTPUT DROP -A OUTPUT -m state --state RELATED,ESTABLISHED -j ACCEPT -A OUTPUT -p tcp -m tcp ! --tcp-flags...
  16. R

    Resolved Port 25 blocked despite firewalls explicitly open

    Try to telnet to the remote server from your Plesk server: telnet mail.targetdomain 25 Do you have IPv6 on your server and a PTR for your IPv6 address? Can you mtr mail.targetdomain?
  17. R

    Issue Charset Issue

    Sorry about that. I was under the impression you were getting the data from a database. In this case, the MariaDB part is not relevant.
  18. R

    Question SolusVM

    I'm sorry to hear that. Did you try the contact page on the website?
  19. R

    Question SolusVM

    How did you register? At Shopping Cart - SolusVM you have the option to buy a license and start with a 30 day trial. Furthermore, You should contact them directly at Login - SolusVM
  20. R

    Issue Charset Issue

    Do your connection collation and charset match the database collation and charset? MariaDB [(none)]> SHOW SESSION VARIABLES LIKE 'character\_set\_%'; +--------------------------+---------+ | Variable_name | Value | +--------------------------+---------+ | character_set_client |...
Back
Top