Search results

  1. William Edwards

    emptied /etc/pve/, recovery possible?

    Anyone with access to a cluster member already has your cluster 'by its balls' in many ways. So, don't work on your cluster without enough sleep, make backups and don't delete /etc/pve ...
  2. William Edwards

    DKIM with SRS

    I could not find any clear information on SRS and DKIM either. The change proposed in that bug report would indeed 'fix' this! I will add this thread to the Bugzilla bug.
  3. William Edwards

    DKIM with SRS

    It has caught my attention that rewritten addresses with SRS are not signed with DKIM, because PMG looks at the domain after @ instead of the rewritten domain: not DKIM signing mail from SRS0=duAC=HO=cyberfusion.nl=wedwards@prorelay.nl So in this case, email from cyberfusion.nl is signed with...
  4. William Edwards

    Stuck on syncing

    Take a look at this: https://forum.proxmox.com/threads/master-stuck-in-syncing-state.63450/#post-290439
  5. William Edwards

    Two out of Three nodes offline after network outage

    What do you mean by 'statically routed NIC'? A static route? A NIC with a static IP address? That would be a Debian/Linux issue.
  6. William Edwards

    bl.spamcop.net | Service unavailable

    I don't think that's a good idea. Don't forget this issue is an exception. If Proxmox were to implement their own workarounds for each issue that could possibly pop up, we'd end up with an extremely complex, unmanageable piece of software. That would cause more problems than if we were to accept...
  7. William Edwards

    Spam filter rules decimals

    Is it possible to use decimals for 'Spam Filter' rules? I have a *lot* of spam emails that have a spam level of 1.9 ...
  8. William Edwards

    Add DKIM domains from CLI

    Thanks, clear, so the exact opposite of what I thought :). For future readers: I actually use 'pmgsh' now, that's a bit less 'ugly'...
  9. William Edwards

    Add DKIM domains from CLI

    Thanks a lot! I may be overlooking something in the manual, but when I write to `/etc/pmg/master/dkim/domains`, then run `pmgconfig sync`, I don't see any changes in `/etc/pmg/dkim/domains`. I thought files in `master/` are used as templates?
  10. William Edwards

    Add DKIM domains from CLI

    What is the correct way to add DKIM domains from CLI? Or can we simply write to `/etc/pmg/master/dkim/domains` and run `pmgconfig sync`?
  11. William Edwards

    DDoS Detection

    Proxmox doesn't really have anything to do with DDoS detection. FastNetMon would run on your gateways.
  12. William Edwards

    Published virtualisation-resource-distributor

    I just published a (very basic) Python program called `virtualisation-resource-distributor` on PyPI. It'll try to run resources in a Proxmox pool on as many different nodes in as many different failure domains as possible. Our use case is spreading VMs providing the same service redundantly over...
  13. William Edwards

    q: simple 2-node setup (cluster?)

    https://pve.proxmox.com/wiki/Cluster_Manager "If you are interested in High Availability, you need to have at least three nodes for reliable quorum. All nodes should have the same version."
  14. William Edwards

    Remove DKIM selector

    I wanted to fully remove the selector to avoid old, unused stuff lying around :) This answers my question. Thanks!