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...
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...
This is already available. Proxmox just has to integrate it. Try something like this
qm guest cmd VMID get-fsinfo | jq
You can see what that looks like here.
I also searched the bug tracker for get-fsinfo (I couldn't remember the command...
PVE cannot determine the free disk space inside the VM from the outside easily.
It would have to detect and parse the disk partition table and then read the filesystem metadata.
This stuff is trivial inside the VM, because there you have all the...
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...
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...
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...
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...
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...
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'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...
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...
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...
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...