Recent content by Larsen

  1. L

    Security update ClamAV 1.4.6

    Ok, thanks. Didn't know that. https://security-tracker.debian.org/tracker/CVE-2026-20337 and https://security-tracker.debian.org/tracker/CVE-2026-20338 are empty. Both are causing a DoS, so I would assume a fix should be important, though.
  2. L

    Security update ClamAV 1.4.6

    There seems to have been an update as the date has changed in this output, but the version number itself is still the old one. # clamd --version ClamAV 1.4.4/28111/Wed Sep 2 08:24:01 2026 Would be nice to get some information if ClamAV on PMG is vulnerable or not...
  3. L

    Security update ClamAV 1.4.6

    Still no update from the Debian maintainers... @Stoiko Ivanov Is Proxmox going to release a fixed version?
  4. L

    Security update ClamAV 1.4.6

    clamav-freshclam only updates the dabases, not the program itself, and the package seems to be modified by Proxmox, hence the "+pmg1". Also, https://packages.debian.org/trixie/clamav names 1.4.3+dfsg-1 as the version for trixie.
  5. L

    Security update ClamAV 1.4.6

    Version 1.4.6 of ClamAV has been released: https://blog.clamav.net/2026/08/clamav-154-and-146-security-patch.html Currently, PMG is running 1.4.4. # dpkg -l clamav | grep ii ii clamav 1.4.4+dfsg-1~deb13u1+pmg1 amd64 anti-virus utility for Unix - command-line interface Is an...
  6. L

    Rules logging

    Can't help you there, but as I was looking for something similar, I have created https://bugzilla.proxmox.com/show_bug.cgi?id=7395 as a feature request.
  7. L

    Get specific rule by log code

    I have created https://bugzilla.proxmox.com/show_bug.cgi?id=7395 as a feature request. A workaround for you could be to log the subject, but this would apply to every mail received: https://forum.proxmox.com/threads/how-to-log-subjects-of-all-incoming-email.54191/page-3#post-705894
  8. L

    Get specific rule by log code

    Hi koby, I am looking for exactly the same. Did you find a solution?
  9. L

    Manually test mail filter rules

    It is perfectly viable for PMG to do this.
  10. L

    Manually test mail filter rules

    The filter rules in question are executed after all the spam assassin rules. This is not a spam assassin problem.
  11. L

    Manually test mail filter rules

    Thanks, but the regex is fine (as stated). I need to test the whole email.
  12. L

    Manually test mail filter rules

    Hi, I have configured mail filter rules to automatically send mails with invoices to accounting. While this generally works with some senders, there is one where it does not. I have no clue what might be causing it. The subject passes the regex test and the receiving mail address is correct...
  13. L

    Dependency to isc-dhcp-client for kernel package

    Hi, apparently the package "proxmox-kernel-6.17" was the last one to not have a dependency to isc-dhcp-client. As ISC DHCP Client is EOL since 2022, we have replaced it with udhcpc and Puppet takes care that isc-dhcp-client is purged. Therefore, "apt autoremove" removes newer kernels. Why is...
  14. L

    apparmor logs - pve9

    Solution from https://forum.proxmox.com/threads/minor-apparmor-problem-with-tor.173419/ and https://pve.proxmox.com/wiki/Roadmap#9.0-known-issues Add "abi <abi/3.0>," to the beginning of "/etc/apparmor/init/network-interface-security/usr.sbin.ntpd", then "systemctl reload-or-restart...
  15. L

    [SOLVED] Forward incoming message

    @Stoiko Ivanov Do you have an answer for me, please?