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

    Issue Latest 'beta' feature to Plesk to upgrade Mariadb is giving problems

    @pleskuser67553 If I remember correctly I don't think that chcon changes will persist if the mariadb packages get updated again. You might want to use semanage and restorecon to apply the mysqld_exec_t label. This should keep it fixed even if mariadb gets updated. semanage fcontext -a -t...
  2. danami

    Forwarded to devs Missing suplimentry packages for Postfix on OS where they upgrade Postfix

    Well it's good that Plesk does have PCRE support compiled in with their Postfix package. Maybe the simplest solution here would be to just add a dummy package for postfix-pcre so that postfix doesn't get downgraded if the customer tries to install it. Otherwise they could make it modular like...
  3. danami

    Forwarded to devs Missing suplimentry packages for Postfix on OS where they upgrade Postfix

    Username: TITLE Missing suplimentry packages for Postfix on OS where they upgrade Postfix PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Product version: Plesk Obsidian 18.0.63.0 OS version: AlmaLinux 8.10 x86_64 Build date: 2024/08/02 12:00 Revision...
  4. danami

    Input Warden Antispam & Virus Protection Extension for Plesk

    @Hangover2 I think that I have a solution for your redirect spam problem. I'm just going to test it out over the weekend then do up a KB article for you so that others who have this problem can implement it.
  5. danami

    Input Warden Antispam & Virus Protection Extension for Plesk

    @Hangover2 I also recommend that you use new the SMTP auth reports that were just added in the latest release. We've seen a lot of mail accounts that are compromised and the end user doesn't even know it. They usually only send a few emails then rotate IP addresses to try and get around Plesk...
  6. danami

    Input Warden Antispam & Virus Protection Extension for Plesk

    Warden will already reject outgoing mail marked as spam with the spam kill level enabled (the default now). We have no plans to reject "spammy" mail because with Amavis "spammy" mail is mail that it "thinks" might be spam but isn't sure (You could always just lower the spam kill level). This...
  7. danami

    Input Warden Antispam & Virus Protection Extension for Plesk

    Warden Anti-spam and Virus Protection 4.05 has been released: https://www.danami.com/clients/announcements/150/Warden-Anti-spam-and-Virus-Protection-4.05-Released.html This release adds Distributed Checksum Clearinghouses interface daemon support, Spamhaus DQS hash blocklist support, new...
  8. danami

    Resolved high CPU usage by 'sw-engine' with task 'ext-log-browser-parse-maillog'

    This extension uses the systemd-journal to get it's log data. It's not reading log files in /var/log/. I recommend checking that your systemd-journal isn't corrupted: journalctl --verify Journald log retention options are controlled in file /etc/systemd/journald.conf. Here is a KB article...
  9. danami

    Forwarded to devs SELinux errors due to ARC mail handler

    Username: TITLE SELinux errors due to ARC mail handler PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Product version: Plesk Obsidian 18.0.61.5 OS version: AlmaLinux 8.10 x86_64 Build date: 2024/06/03 06:00 Revision: 2026579414e1f3771ec1d118e76d7b49d4a8a6a4 PROBLEM DESCRIPTION We are...
  10. danami

    Question Multiple 403 errors by Modsec after Update version: 18.0.60.1 → 18.0.61.5

    @Kaspar@Plesk You should note that coreruleset v4.3.0 has already been released (likely because of issues with 4.2.0): https://github.com/coreruleset/coreruleset/releases Plesk might want to update to that.
  11. danami

    Input Warden Antispam & Virus Protection Extension for Plesk

    Warden Anti-spam and Virus Protection 4.04 has been released: https://www.danami.com/clients/announcements/147/Warden-Anti-spam-and-Virus-Protection-4.04-Released.html This release adds Ubuntu 24.04 LTS support (which uses SpamAssasin 4.0) and the ability to manage banned files at the policy...
  12. danami

    Question Which is the best Email Spam protection for Plesk

    I recommend that you take a look at our Warden Anti-spam and Virus protection product. Our licensing is based off of the number of domains that you have in your panel (vs per mailbox). Our customers are using our product providing incoming and outgoing anti-spam and anti-virus to thousands of...
  13. danami

    Resolved Juggernaut Security and Firewall Plesk Addon

    @hotdog yes you would have to have the sites PHP handler set to Apache if you want to do Geo blocking at the web server level. With that said you can also block countries at the firewall level. How can I deny a countries at the web server level using Juggernaut Firewall...
  14. danami

    Resolved MariaDB 10.11 upgrade failure

    Does Plesk even support Mariadb 11 yet? https://support.plesk.com/hc/en-us/articles/12387689789207-Which-MariaDB-versions-are-supported-by-Plesk
  15. danami

    Issue Mail Stuck In Queue after installing and delete Sentinel Anti-malware

    @mcac You should check the reason that mail is stuck in the mail queue by running the command: mailq
  16. danami

    Resolved Spamassassin issue - not compiled or not compiled properly

    Actually on Debian and Ubuntu they have them all as dependencies on the sa-compile package so they should all get automatically installed when you install it.
  17. danami

    Resolved Spamassassin issue - not compiled or not compiled properly

    @trialotto If I remember correctly I don't think that the Rule2XSBody plugin is enabled by default. I unpacked the default spamasssasin packages on Ubuntu 24 and Debian 12 and it's commented out in the config. SpamAssassin has a tonne of packages perl package dependencies that are not included...
  18. danami

    Resolved Spamassassin issue - not compiled or not compiled properly

    1. I would also confirm that you have the re2c package installed as it's required by the sa-compile command. 2. Confirm that the Rule2XSBody plugin is really enabled (not commented out) in the config. Most of the people with this error had misconfiguration of the Rule2XSBody plugin or errors in...
  19. danami

    Resolved Spamassassin issue - not compiled or not compiled properly

    > First of all, the command spamassassin --lint is a very rough indicator of config errors, not of compilation or code errors. Try adding the --debug option to spamassassin --lint to get more detailed output: spamassassin --lint --debug
  20. danami

    Resolved Spamassassin issue - not compiled or not compiled properly

    1. Have you tried deleting the compiled rules in /var/lib/spamassassin/compiled/ then recompile them with the sa-compile command and see if you get the same error when you restart spamassassin? 2. Make sure to check the spamassassin config again with "spamassassin --lint". It should return no...
Back
Top