Recent content by Cmdr

  1. C

    Question How to show logs for webmail.DOMAIN.com subdomain? Log section shows only logs for main domain

    Fully disabling OWASP for a subdomain( e.g. webmail.*) is easy: SecRule REQUEST_HEADERS:Host "@beginsWith webmail." \ "id:1001010,\ phase:1,\ pass,\ nolog,\ setvar:tx.webmail_roundcube=1" SecRule TX:webmail_roundcube "@eq 1" \ "id:1001011,\ phase:1,\ pass,\ nolog,\...
  2. C

    Issue [CVE-2025-40778] BIND 9 Resolver Enables Cache Poisoning Via Unsolicited Answers

    https://ubuntu.com/security/CVE-2025-40778 Should be fixed already with 1:9.18.39-0ubuntu0.24.04.2. It‘s also included in the patch notes: apt changelog bind9 | less
  3. C

    Resolved Plesk Email Security and Dovecot Problems

    Hello @Sebahat.hadzhi, I edited all 4 of the files originally. The ones in /var/qmail/popuser solved the issue after a reboot of amavis, but I also modified the other 2 at the time. The issue was gone from the logs for a few days until they appeared again. That’s when I noticed that the email...
  4. C

    Resolved Plesk Email Security and Dovecot Problems

    I ran into the same problem. Adding the PATH to said 2 files solved the issue, but it gets overwritten every time the plugin updates or a component is removed from Plesk. Can you make that fix permanent and ship it with the next version? Thanks!
Back
Top