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

Recent content by Jürgen_T

  1. Jürgen_T

    Question Migration from Plesk Email Security (Amavis, SpamAssassin 3.x) to Rspamd 3.12 – Experiences?

    I've recently put Rspamd 3.12 into full production as a complete replacement for Amavis + SpamAssassin on my Plesk server (Ubuntu 22.04, Obsidian 18.0.70) – natively installed, without Docker or containerization. Current Setup: Postfix + Dovecot still managed through Plesk Rspamd with Redis...
  2. Jürgen_T

    Question Migration from Plesk Email Security (Amavis, SpamAssassin 3.x) to Rspamd 3.12 – Experiences?

    Thanks for your input – much appreciated! I totally agree with you: SpamAssassin can be extremely powerful when heavily customized. I’ve also maintained a fairly extensive setup over the years with custom rules in 50-user, Razor, Pyzor, DNSBL tuning, and even DKIM/ARC scoring workarounds. So...
  3. Jürgen_T

    Question Migration from Plesk Email Security (Amavis, SpamAssassin 3.x) to Rspamd 3.12 – Experiences?

    Hi everyone, I'm planning to switch from the default Plesk Email Security stack (Amavis, SpamAssassin 3.x, Pyzor, Razor, etc.) to a more modern and efficient solution based on Rspamd 3.12 on my Ubuntu 22.04 server. The decision comes mainly due to: a massive increase in spam recently, with...
  4. Jürgen_T

    Question Safe to enable postgrey with free Plesk Email Security (Amavis + SpamAssassin + ClamAV)?

    Hi everyone, I'm running a Plesk server using the free Plesk Email Security extension, which includes Amavis and SpamAssassin. I’ve also installed ClamAV manually, and it's working perfectly within the current mail pipeline. To further reduce spam and bot traffic, I now plan to add Greylisting...
  5. Jürgen_T

    Question Modsecurity - Apache or Nginx

    Thank you, then I will also apply the Apache variant.
  6. Jürgen_T

    Question Modsecurity - Apache or Nginx

    I’m planning to make a third attempt next week to install ModSecurity under Plesk. During the setup, there’s an option to choose whether ModSecurity should be applied to Nginx or Apache. Since I’m using Nginx as a reverse proxy in front of Apache, it’s unclear which option I should select.
  7. Jürgen_T

    Issue How to properly configure Fail2Ban for ModSecurity in Plesk with NGINX?

    Unfortunately, not yet. The first time I tried it, it worked for a short time, but then ModSecurity stopped logging, and after uninstalling it, NGINX also stopped working, so I had to run my websites on Apache for a while. The second time I tried it, a month ago, it worked better, and...
  8. Jürgen_T

    Question Massive Brute-Force Attacks on Plesk Panel – Looking for Additional Protection Measures

    I have now blocked CN, RU, ID, PH, KR, TH, VN, MY, IN . This has helped. Recently, however, I've also noticed a sharp increase in attacks on my server from the US. I hope I can continue to manage this with fail2ban so I don't have to add US to the list.
  9. Jürgen_T

    Question Massive Brute-Force Attacks on Plesk Panel – Looking for Additional Protection Measures

    I also changed port 22, which helps against targeted 22 attacks but not against port scans looking for SSH access. I also blocked SSH access using a user/password combination. You can only log in to my server with keys!
  10. Jürgen_T

    Question Massive Brute-Force Attacks on Plesk Panel – Looking for Additional Protection Measures

    Thanks for your good recommendation from Danami Juggernaut. But at the moment, it seems to be taking too much time for me to get it working. I'm about to go on a long trip and can only work on this solution more intensively after I return. In the meantime, I'm blocking all countries from which...
  11. Jürgen_T

    Question Massive Brute-Force Attacks on Plesk Panel – Looking for Additional Protection Measures

    Thank you for all your valuable advice! Fail2Ban has now banned 1600 IPs and as I blocked countries with the most attackers now the attacks are slowing down to two to four each hour. I will test danami, as @learning_curve recommended. I am not sure, whether I could follow the recommendation by...
  12. Jürgen_T

    Question Massive Brute-Force Attacks on Plesk Panel – Looking for Additional Protection Measures

    Hello everyone, I’m running a Plesk panel that has been under a massive brute-force attack for some time. The login attempts are happening non-stop from globally distributed IPs, targeting users like admin, root, and even custom usernames. I have already implemented the following security...
  13. Jürgen_T

    Issue How to properly configure Fail2Ban for ModSecurity in Plesk with NGINX?

    Thank you for your quick response! Unfortunately, Fail2Ban didn’t work because it couldn’t find any IPs in the ModSecurity audit log files, and ModSecurity itself stopped logging unexpectedly. As a result, I had to remove it again. Additionally, switching from the selected Apache rule set (2.9)...
  14. Jürgen_T

    Issue How to properly configure Fail2Ban for ModSecurity in Plesk with NGINX?

    Hello everyone, I have successfully installed ModSecurity with NGINX on my Plesk server. Now, I want to use Fail2Ban to permanently block IPs of attackers that ModSecurity identifies. However, after installation, I noticed that the configuration files for ModSecurity were missing in Fail2Ban...
  15. Jürgen_T

    Issue Modsecurity works with Apache but error with nginx

    I repaired it now by myself. To help others here is a step-by-step-approach: 1. ls -alh /etc/nginx/modsecurity.d/rules/owasp_modsecurity_crs_4-plesk/ => No rules have been installed. 2. nginx -V 2>&1 | grep -o with-http_modsecurity_module => no module installed also available 3...
Back
Top