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

    Resolved Juggernaut Security and Firewall Plesk Addon

    If you really want to log dropped connections from ipset then you can enable drop logging under Settings -> Firewall Settings -> Logging Settings -> Drop IP logging then dropped IP address will show up under Logs -> IPtables log. Just be advised that you will have to turn off Settings ->...
  2. danami

    Resolved Juggernaut Security and Firewall Plesk Addon

    You can easily whitelist your developers IP addresses on the firewall so they never get blocked (even if they have a dynamic IP address). They can sign up to any dynamic DNS service (most routers have this now too). Then the login failure daemon will check if their IP address changes and update...
  3. danami

    Resolved Juggernaut Security and Firewall Plesk Addon

    >That said, even if that would work, I still need a way to see what IPs where blocked in a log when I don't know the IP address to use for a dashboard search. The only way to see if an IP address is being blocked is to know the IP address. Just blocking a single country might have thousands of...
  4. danami

    Resolved Juggernaut Security and Firewall Plesk Addon

    The ipables log and the dashboard search are not the same. Like I told you before you have to use the Juggernaut dashboard search (Internally it will run the csf --grep command). A country block might have thousands of different subnets in it so CSF has to use ipset NOT iptables . If you use the...
  5. danami

    Resolved Juggernaut Security and Firewall Plesk Addon

    No there is nothing that you need to do. CSF updates automatically by default so you already have the fix. You can search for the IP address in the IPtables search on the dashboard. If it's being blocked by one of the firewall country blocks then it should tell you. You can also use the...
  6. danami

    Resolved Juggernaut Security and Firewall Plesk Addon

    Yes the fix was pushed automatically last week.
  7. danami

    Resolved stop sending spam

    @Peter Debik We were able to sort this for him so this thread can be marked as resolved.
  8. danami

    Resolved Juggernaut Security and Firewall Plesk Addon

    Yes, that's what the CSF team said.
  9. danami

    Resolved Juggernaut Security and Firewall Plesk Addon

    If you want to apply the fix before the CSF team pushes their own fix then edit the file /usr/local/csf/lib/ConfigServer/Config.pm and change lines 336 to 338 changing http:// to https://: Before: $config{cc_country} =...
  10. danami

    Resolved Juggernaut Security and Firewall Plesk Addon

    @MacGyver You can see the CSF team reply here: MaxMind DB must be HTTPS starting October - ConfigServer Community Forum
  11. danami

    Input Warden Antispam & Virus Protection Extension for Plesk

    @Hangover2 I'm curious have you gone though the Warden getting started guide to make sure that Warden is configured properly? Normally you should never need to set the spam level to such a low level. I recommend going though the guide: https://docs.danami.com/warden/basics/getting-started I've...
  12. danami

    Input Warden Antispam & Virus Protection Extension for Plesk

    @Hangover2 Take a look at the new spam kill option that was added in Warden 4.0. It can reject spam over a certain spam level so the redirect would be rejected before it gets forwarded. You can read about it here...
  13. danami

    Resolved Greylist delay on likely all incoming e-mail

    The delay is caused from providers that send from multiple IP address. I do agree that greylisting is less useful now. If you really want to use greylisting you can solve any delays by using the Plesk greylisting CLI tool: Example: You might see the same email in the mail log coming from...
  14. danami

    Input Warden Antispam & Virus Protection Extension for Plesk

    Warden Anti-spam and Virus Protection 4.00 has been released: https://www.danami.com/clients/announcements/140/Warden-Anti-spam-and-Virus-Protection-4.00-Released.html This release adds spam kill support, unchecked quarantine support, and more.
  15. danami

    Resolved Juggernaut Security and Firewall Plesk Addon

    @MacGyver The Juggernaut Firewall extension already uses https:// when we download the MaxMind databases. The issue here is that CSF doesn't when it downloads the CSV versions. The CSF team is aware of the issue and they have already said that they will include a fix before the deadline :)
  16. danami

    Question Recommended or "most" used Linux for Plesk Obsidian

    AlmaLinux 9.2 or Ubuntu 22.04. With AlmaLinux 9 you have the benefit of SELinux support and a 10 year lifespan. With Ubuntu 22.04 you have both ARM64 support and an easier dist upgrade path between LTS versions (Packages can get outdated as you near the end of that 10 year lifespan). As a long...
  17. danami

    Resolved Grafana monitoring suddenly broken

    @Peter I was able to get it working again by removing grafana with `yum remove grafana` and uninstalling the grafana extension then re-installing it (with the exclude line present in the yum config so it pulls down the correct version of grafana). My guess is that installing the extension does a...
  18. danami

    Resolved Grafana monitoring suddenly broken

    @Peter Debik I have the same problem on AlmaLinux 9.2. The monitoring extension installs 9.0.9-3 from the appstream repo by default and adding the exclude line and downgrading back to grafana to 8.5.24-1 from the plesk-ext-grafana repo still doesn't fix the issue. Grafana 8.5.24 is running...
  19. danami

    Question Move from CentOS to???....Debian??

    @Dave W Centos 7 isn't included in that announcement though. It will still be EOL in 2024. Not worth staying on version 7 anyway now that you can upgrade from 7 to 8 using the Almalinux elevate script.
  20. danami

    Question Move from CentOS to???....Debian??

    A nice video explaining the situation:
Back
Top