It's not possible via PMG's postfix-based DNSBL implementation.
But it should be possible via custom SpamAssassin rules, see
https://forum.proxmox.com/threads/spam-filtering-and-dnsbl.111156/post-479320...
Hey,
ceph has its own file under /etc/apt/sources.d/, you can change that to use bookworm temporarily. Then apt update shouldn't pull in any new minor versions as bookworm is a little behind trixie. But ceph really does not mind having small...
Hey,
you can create an active-backup bond[1], there are different types of bonds but for this active-backup is what you want. It'll basically use the other if one is not working. Config is pretty straight forward and looks something like this...
Hey,
yes, changing the bridge-ports of vmbr0 and ifreload -a is enough. But "only one VM reachable" is not a thing that happens if the NIC is fried. Could you post the output of cat /etc/network/interfaces and ip a? Also, does ifreload -avvv...
Hey,
what is considered in the search is everything that is shown in the table when you click the search field. About IPs/MACs specifically, VMs may have multiple of both, or we may not know the IP at(depending on weather there's a guest agent...
Hey,
not really. DNSBL happens before the mail ever reaches the rule-system (which would do the quarantining). If a SMTP server matches a DNSBL, the mail is not even accepted.
Hey,
this endpoint hasn't changed in a while, actually quite a bit longer than the latest major release. Is there any chance something changed network-wise? And do you notice the same when doing
pvesh get /version --output-format json
on the...
Hey,
Wireguard[1] or other VPNs is probably what you are looking for. Depending on whether you have a static IP you may also need DDNS or some small VPS somewhere with a static IP that your VPN clients all connect to.
[1] https://www.wireguard.com/
Jap daran liegts, accessed ist vor dem update größer (also neuer), als nach dem update. Als Referenz, hier der relevant Code [1] für diesen Fehler.
Es wird also erwartet, dass sich die atime nach einem update der Datei geändert hat, idealerweise...
Hey,
es wird geprüft ob das Dateisystem atime updates respektiert, also diese korrekt speichert. Hier scheint CIFS das nicht zu tun, garbage collection stellt mit der accestime feststellt ob ein chunk weg kann. Grob gesagt werden gebrauchte...
Hey,
hmm, no. Namespaces should not disappear, regardless of being empty or not. Does the cache still have it?
ls <CACHE_PATH>/ns
And what does proxmox-backup-debug api get /admin/datastore/<DATASTORE_NAME>/namespace say?
Hey,
could you post the task log from an earlier backup. Could you also iperf3 -s on the PBS and iperf3 -c <PBS_IP> on the PVE host, what does it report?
Hey,
not really. Maybe check if there are reports of problems with the specific model and a specific kernel version, this is not very common, especially with recent hardware. But still, a quick search could save you some headache later on.
Hey,
[1] is probably a good start. But generally you add the physical NIC to a bridge("Linux Bridge"), then do IP configuration on the bridge. If you plan to create a bond, you first add the physical NICs to the bond[2], and then the bond to the...
did you ifreload -av after changing it to /24? Just to be sure, but could you also check systemctl status pveproxy, and ss -tulpn | grep 8006?
Not really, there is only a UI over HTTPS, there is no HTTP one. What you saw was just a warning about...