Recent content by Stoiko Ivanov

  1. Stoiko Ivanov

    [SOLVED] ZFS packages updated by Debian repository. Is this expected?

    PVE 9 ships ZFS 2.4 (since january 2026) - and with the update from ZFS 2.3 -> 2.4 the library-packages got a soname bump (libzpool6 -> libzpool7, libzfs6 -> libzfs7). As both versions of the library can co-exist on a system (in case any old binary still needs some API that is not available in...
  2. Stoiko Ivanov

    download.proxmox.com unreachable from Colombia (EHOSTUNREACH on na2.cdn node)

    For completeness sake : na2.cdn.proxmox.com has been live and in service again for a while now.
  3. Stoiko Ivanov

    download.proxmox.com unreachable from Colombia (EHOSTUNREACH on na2.cdn node)

    Thanks for the report - there was an outage on that system - but it should be reachable again. We'll take a look. In the meantime - you could point your system to `na.cdn.proxmox.com` (by making an entry in /etc/hosts for download.proxmox.com to the ip-address of na.cdn.proxmox.com) - but do...
  4. Stoiko Ivanov

    pmg8to9 FAIL: "Resolved node IP not configured or active" — expected for NAT'd gateway with public HELO hostname?

    Where does the HELO/EHLO banner mention the IP-address for you? connecting to port 25, and issuing a EHLO testhost - to a PMG does not show any IP-addresses in the output coming from the server for me. EDIT: without testing this explicitly - I'd assume that the upgrade should work even with...
  5. Stoiko Ivanov

    Opt-in Linux 7.0 Kernel for Proxmox VE 9 available

    CVE-2026-64564 should be fixed with 7.0.14-10 - 7.0.14-11 (additionally containing a fix for CVE-2026-68480) is already available on pve-test I hope this helps!
  6. Stoiko Ivanov

    PMG and Alternative antivirus

    see https://pmg.proxmox.com/wiki/Roadmap#9.1-known-issues - pmg-smtp-filter now runs as different user. modifications look ok
  7. Stoiko Ivanov

    Put a domain on Welcome list ... Examples

    no - and if you want to configure the PMG - for all your users as admin - use the rulesystem - create a rule with fitting priority that has a From domain-object `other-domain.net` , a To domainobject `my-domain.com` and action accept. As written in the docs...
  8. Stoiko Ivanov

    [SOLVED] No SSH and Web-GUI connection from non-local subnet

    PMG does not ship any packet-filtering/firewall by itself (see https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#_easy_integration_into_existing_email_server_architecture). but you can check the usual firewall/packet-filtering software on linux - if you/someone else deployed a firewall...
  9. Stoiko Ivanov

    PMG Medium Severity Vulnerabilities

    see: https://bugzilla.proxmox.com/show_bug.cgi?id=4405 (and quite a few threads on this topic in this forum) for discussion on this topic. currently - adapting the postfix config templates to your need (keep in mind to check that no e-mails are rejected unexpectedly due to the change (by now...
  10. Stoiko Ivanov

    Put a domain on Welcome list ... Examples

    this is the list each "user" (which is a mail-address in one of your relay domains) can manage on their own: https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_welcomelist_overview so you need to write/select the e-mail address of the user for who you want to add a foreign address...
  11. Stoiko Ivanov

    DKIM signature from gmail gets invalid

    please post the logs for such a mail - and verify that spam size is at least as large as the maximum message size.
  12. Stoiko Ivanov

    Postfix smtpd restarted/reloaded every 2 minutes on cluster node

    2 minutes is the intervall in which the pmg cluster sync happens - so this is the cause here. The issue should only be cosmetic - postfix does restart (most of) its processes regularly - after a certain amount of time, and if it detects changes - and this has worked without any issue for a...
  13. Stoiko Ivanov

    [SOLVED] Are there mitigations available for CVE-2026-53359 'Januscape'

    proxmox-kernel-6.17.13-16-pve-signed, which contains the fix is on pve-no-subscription. I hope this helps!
  14. Stoiko Ivanov

    Spam with Level 7 still passes Level 2

    From the screenshot it seems that your rule does not have an Action object (Block or Quarantine) - thus nothing is done with the mail in that rule... I hope this helps!
  15. Stoiko Ivanov

    Mail Gateway V9 - Probleme mit Virenscanner (Kaspersky)

    Das hat sich mit PMG 9.1 geandert (davor lief pmg-smtp-filter als root) - siehe auch: https://pmg.proxmox.com/wiki/Roadmap#9.1-known-issues