Hi, I couldn't find any information if the user-specific whitelist is applied before or after the other filter rules (e.g. the global whitelist).
In my case it would be helpful if it's applied before all other filter rules but it looks like it happens after all other filters.
I understand. That makes it quite difficult to manage the whitelist the way it would be most efficient in our specific case. I will need to switch to the user-based whitelist instead which is unfortunately more time-consuming to manage.
Thanks anyway!
I further investigated the problem. My first thought was that it's related to subdomains like "secure.lottoland.com" but also emails from domains like "weltbild.at" aren't processed by my domain-whitelist. Here's an anonymized email header. So far I couldn't identify a similarity between this...
Hi, I'm evaluating PMG since several days and am trying hard to narrow down a problem with whitelisting domains.
I have a list of domains that should be delivered immediately without being Spam checked. I verify this list by using the "Notify Admin" action. The problem is that some entries in...
In the meantime I modified my script slightly to also power on the VM in case it isn't.
Only the "GET VM STATUS" part was added. Everything else remained the same.
#!/bin/bash
#
# SETTINGS
#
# Fill the following section with your prefered settings.
# Leaving the password field empty is much...
I had lots of difficulties with the scripts posted here. I wrote my own bash-script by using the command line JSON-parser called "jq". It's easy to read and those should be easy to debug in case it doesn't work.
#!/bin/bash
#
# SETTINGS
#
# Fill the following section with your prefered...
You might be right that the difference between 32GB and 36GB is just too small. The kernel/scheduler might not know that this VM process won't span any more threads and will never reach a memory allocation beyond 32GB. I will try to verify this in more detail.
The reason for this exercise is...
I'm not a virtualization newbie but still have to learn a lot about Proxmox/KVM/QEMU. So please bear with me. After searching all kinds of wikis, forums and mailing lists I still have difficulties to understand if the following advanced configuration doesn't work because it's nonsense or because...