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

Recent content by bendim

  1. B

    Issue Not happy with Plesk Email Security

    I deleted the log file after run the task manually. So the dovecot should create a new one with the correct rights?
  2. B

    Issue Not happy with Plesk Email Security

    I followed the steps from @weichi.238665 but the sa-learn-spam.sh is not executed. For testing purposes i added a echo command to the sa-learn-spam.sh bash script. #!/bin/bash #exec /usr/bin/rspamc -h 127.0.0.1:11334 learn_spam exec echo "sa-learn-spam.sh executed $(date)" >>...
  3. B

    Issue Not happy with Plesk Email Security

    Does someone use Rspamd in a docker container on Pesk? Might that work? Why docker? Don’t clutter the host system with dependencies while still beeing able to upgrade to newer versions as required
  4. B

    Question fail2ban-server and systemd-logind high cpu usage, log file auth.log 200Gb

    Hello, today i checked my grafana board and saw high cup usage and my 500Gb disk space was full. htop shows fail2ban-server and systemd-logind 100% usage. I searched for big files with the following command. find / -type f -size +100M -exec du -h {} + 2>/dev/null | sort -r -h 259G...
  5. B

    Resolved Docker container

    Can you share your nginx conf? Try to get nextcloud running with docker compose and nginx directive.
  6. B

    Resolved Nextcloud's nginx.conf on Plesk

    Do you solved your problem? Do you install Nextcloud manual or with Docker Compose?
  7. B

    Resolved How to install APC/APCu extension for PHP 7.4.x with Ubuntu 20.4.1 LTS

    I symlink SED. Here is how and hope it helps other. ln /bin/sed /usr/bin/sed
  8. B

    Resolved How to install APC/APCu extension for PHP 7.4.x with Ubuntu 20.4.1 LTS

    which sed /bin/sed ls -la /usr/bin/sed "/usr/bin/sed": No such file or directory (os error 2)
  9. B

    Resolved How to install APC/APCu extension for PHP 7.4.x with Ubuntu 20.4.1 LTS

    I installed different packages, but still get this error. Any idea what the problem could be? Used this tutorial APCu-Extension für Plesk PHP 8 ➜ /opt/plesk/php/8.0/bin/pecl install apcu downloading apcu-5.1.21.tgz ... Starting to download apcu-5.1.21.tgz (92,516 bytes)...
  10. B

    Issue Security valnerability when managing Docker through Plesk

    I found the solution. Hope it helps. ssh -N [email protected] -L 9000:localhost:9000 Open browser localhost:9000
  11. B

    Issue Security valnerability when managing Docker through Plesk

    Thank you for the hint. I tried to use "SSH local port forwaring" to access a app on local port 9000 ssh -N [email protected] -L 9000:server.com:9000 Part of the docker-compose.yml ports: - 127.0.0.1:9000:9000 Tried to open server.com:9000 in my browser, but could not access the app...
Back
Top