• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. danami

    Question Spamassassin DCC Permission issue (SElinux)

    @Kaspar Sorry it's been a while since I've looked at DCC. A quick fix might be to make the process type dcc_client_t permissive. semanage permissive -a dcc_client_t Permissive process types are not denied access by SELinux (AVC messages will still be generated).
  2. danami

    Resolved Juggernaut Security and Firewall Plesk Addon

    Juggernaut Security and Firewall 4.0.0 has been released with new Connection and Apache Tracking Pages and More! https://www.danami.com/clients/announcements/136/Juggernaut-Security-and-Firewall-4.00-Released.html
  3. danami

    Input Warden Antispam & Virus Protection Extension for Plesk

    Warden Anti-spam and Virus Protection 3.04 has been released: https://www.danami.com/clients/announcements/134/Warden-Anti-spam-and-Virus-Protection-3.04-Released.html This release adds the ability to score mail from certain organizations higher or lower using their autonomous system number.
  4. danami

    Issue Brute Force Attack - Postfix - Mail

    Make sure that the Plesk firewall and fail2ban is installed and enabled. You can install them with the command: plesk installer add --components psa-firewall fail2ban See here for more information...
  5. danami

    Forwarded to devs The GPG keys listed for the "grafana extension repository" repository are already installed but they are not correct for this package.

    Username: TITLE The GPG keys listed for the "grafana extension repository" repository are already installed but they are not correct for this package. PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Product version: Plesk Obsidian 18.0.51.0 OS version: CentOS 7.9.2009 x86_64...
  6. danami

    Input Dark mode looks great!

    @Liwindo The dark mode state is stored in a cookie. Just make sure that you aren't deleting the cookie and it will remember it.
  7. danami

    Issue Fresh install: mod_remoteip not working

    @manipogo Plesk also includes mod_cloudflare packages in their extras yum repository so on RHEL based distros installing it is as simple as : yum install mod_cloudflare For Debian/Ubuntu you can install the mod_cloudflare packages that Cloudflare provides: https://pkg.cloudflare.com/index.html
  8. danami

    Input Warden Antispam & Virus Protection Extension for Plesk

    Email scanning is not sequentially / single-threaded. Maybe this will help you: https://www.danami.com/clients/knowledgebase/189/How-can-I-optimize-the-performance-of-Amavis-for-processing-large-volumes-of-email.html You can also disable outgoing scanning if you want (leaving incoming scanning...
  9. danami

    Input Warden Antispam & Virus Protection Extension for Plesk

    1) Why Warden wasn't telling me that I needed to enter this key somewhere. We do have an input for filling in the API key under Settings -> Plugin Settings -> SH . I have included a screenshot. 2) How this is supposed to be maintained if SpamAssassin is updated and installs a new SH.cf file...
  10. danami

    Resolved eMail Security: Issue with hostname (not valid)

    What OS are you using? Debian/Ubuntu are /etc/amavis/ and AlmaLinux/RHEL is /etc/amavisd/
  11. danami

    Resolved eMail Security: Issue with hostname (not valid)

    Amavis needs the fully qualified domain name and it gets it from the `hostname --fqdn` command . You can manually set by using the $myhostname option in the Amavis config. On Debian/Ubuntu $myhostname is set in /etc/amavis/conf.d/05-node_id: use strict; # $myhostname is used by amavisd-new...
  12. danami

    Resolved eMail Security: Issue with hostname (not valid)

    Try setting it to a fully qualified domain name using the hostnamectl command https://www.vernalweb.com/kb/change-fully-qualified-domain-name-centos-7/
  13. danami

    Resolved eMail Security: Issue with hostname (not valid)

    @floh what do you get when you run the command: hostname --fqdn
  14. danami

    Resolved eMail Security: Issue with hostname (not valid)

    @floh try looking directly at the file /etc/hostname and make sure that it's a fully qualified domain name.
  15. danami

    Resolved How to Block SMTP AUTH attempts using a RBL

    @zwankie Then you are out of luck then as the Plesk repair tools can't handle the postscreen configuration. Also Warden already allows you to be able to whitelist servers from Plesk DNSBLs so if you do have a server that's blocked you can whitelist it or it's CIDR easily.
  16. danami

    Resolved How to Block SMTP AUTH attempts using a RBL

    @zwankie Setting up postscreen will break the Plesk mail repair tools the last time I checked. Also most of the postscreen restrictions are fully supported directly by Postfix anyway. You can see the Postfix restrictions that Warden supports here...
  17. danami

    Question Restoring entire system PLESK on reimaged server with a different Ubuntu version

    > Danami firewall / warden anti spam configuration issues may create some conflicts? After upgrading from Ubuntu 18.04 to Ubuntu 22 you should use the following KB articles: Juggernaut Firewall...
  18. danami

    Input Warden Antispam & Virus Protection Extension for Plesk

    @cyxxnet Open a support ticket with us: Plesk Anti-spam and Virus protection, Plesk Firewall, Plesk Extensions, Plesk Security | Danami
  19. danami

    Question SPAM Whitelist before DNSBL-Service to allow (override) temporarily blocked domains e.g. from freemailers

    @W4ru You should note that our Warden Anti-spam and Virus Protection extension allows you to whitelist/blacklist by IP addreses / CIDR, envelope senders, envelope recipients etc. This all happens at the postfix level. So you instead of having to remove the whole RBL you can just add the IP...
Back
Top