Recent content by yummiweb

  1. Y

    Central Blocklist - Filters Not Working Reliably

    Thank you for your feedback. Let's get specific: For example, I'm currently seeing the following "From" when I analyze the spam quarantine: "from" : "\"Luxury Home Care\" <iytowxy@supereu.deals>", I would expect a simple domain block rule "supereu.deals" to reject these emails. Bur also this...
  2. Y

    Missing feature(s) - VM disk identification (notes), disk deactivation and more detailed backup handling

    Feature Request 1 - VM Disk Identification (Notes) There are numerous situations where it's crucial to be able to identify the individual disk images of a VM, for example, to perform a specific action such as resizing or moving them. Unfortunately, identifying images is currently quite...
  3. Y

    Missing feature: Show free internal diskspace of VM

    A very useful function, but because it is a "guest" command, it can unfortunately only be used when the VM is running.
  4. Y

    [BUG?] PBS Sync (pull) completely ignores bandwidth setting

    Thanks for the heads-up! I've noticed that myself in the meantime. It might be interesting to understand why I didn't see any speed difference in my tests: This was probably due to sshuttle, which in this configuration (standard buffer or no buffer specified) somehow limited the speed to 8...
  5. Y

    [BUG?] PBS Sync (pull) ignoriert Bandbreiteneinstellung komplett

    Und noch ein Nachtrag - und wohl die Lösung Ich habe die "--no-latency-control" Option wieder aus dem sshuttle Befehl entfernt und die sshuttle verbindung neu gestartet, seitdem läuft der job mit einer Geschwindigkeit von ca. 40 Mbits (bzw Fullspeed) OBWOHL er eine BW Begrenzung von 16...
  6. Y

    [BUG?] PBS Sync (pull) ignoriert Bandbreiteneinstellung komplett

    Nachtrag: Per rsync von derselben PBS Maschine (mit dem ich auch Dateibackups offsite sichere) kann ich die Bandbreite sauber nach oben und unten bestimmen - es liegt also nicht an irgendwelchen anderen Netzwerkbeschränkungen. Rsync uns Sshuttle laufen über dieselben Ports von denselben Quellen...
  7. Y

    [BUG?] PBS Sync (pull) ignoriert Bandbreiteneinstellung komplett

    sync: s-1a22b33c-4dd0 comment Zeitgleiche sshuttle Verbindung erforderlich, siehe crontab Eintrag encrypted-only false ns owner pbs_user_org@pbs rate-in 16 MiB remote PBS_ORG remote-ns remote-store PBS_ORG_LOCAL...
  8. Y

    [BUG?] PBS Sync (pull) ignoriert Bandbreiteneinstellung komplett

    Backup Server 4.1.4 (andere Versionen nicht getestet) Der Sync zwischen meinen PBS (offsite Backups) läuft mit sturen 8 Mbits, egal was in /etc/proxmox-backup/sync.cfg gesetzt ist (Einstellung per GUI). Eine externe Beschränkung scheidet aus, weil auch ein niedrigerer Wert (z.B. 1 MBits)...
  9. Y

    [BUG?] PBS Sync (pull) completely ignores bandwidth setting

    Backup Server 4.1.4 (other versions not tested) The sync between my PBS (offsite backups) runs at a fixed 8 Mbps. Regardless of the setting in /etc/proxmox-backup/sync.cfg (configured via GUI). An external limit is ruled out because even a lower value (e.g., 1 Mbps) is ignored. Even with a 1...
  10. Y

    Central Blocklist - Filters Not Working Reliably

    Thank you for your reply. In position 1, I have a blocklist that filters out all emails for which there are no longer any actual recipients locally (otherwise, they would be forwarded via a catch-all). This list is also quite new; the problem you described is much older. In position 2 is my...
  11. Y

    Central Blocklist - Filters Not Working Reliably

    You're saying my regex isn't correct? The provided test field processes my regex perfectly and matches everything it's supposed to. Your regex might work as well—but it blocks entire domains, and that wasn't the point. My example was about a single(!) sender address. And a sender address is...
  12. Y

    Central Blocklist - Filters Not Working Reliably

    PMG 9.0.4 (and and previous) Dear Community, dear Developers, The Proxmox Mailgateway is a truly helpful and very stable piece of software. Unfortunately, the filters behave somewhat unexpectedly—or rather, they sometimes fail to filter what they are supposed to. And because this is not...
  13. Y

    Backup fails when (additional) container disk is on ZFS ZVOL

    Thank you for the suggestion. This might be necessary, as the error is unfortunately still present. The difference seems to be whether the container is running during the backup or not. If the container is off, the backup runs without errors. If the container is running, the described error...
  14. Y

    Backup fails when (additional) container disk is on ZFS ZVOL

    Update: The problem I described (which I observed on several different hosts) has since disappeared. I can't say whether it was fixed by a recent PVE update. If anyone from the team is still reading this: I find it somewhat inconvenient that you can't directly submit discovered bugs as bug...