pmgsh

  1. C

    pmgsh get tracker mail detail

    I can you use pmgsh get /nodes/{node}/tracker to get mail list now but how can I get detail of each mail? In the manual https://pmg.proxmox.com/pmg-docs/api-viewer/index.html#/nodes/{node}/tracker/{id} it say {id} is Mail ID (as returned by the list API). But I try with id, msgid and qid from...
  2. K

    Delete domains from Relay & Transport command line

    Hi there, I can add domains to PMG like so: #Add domains to Transport pmgsh create /config/transport -domain somedomain.com -host <IP> -port 25 -protocol smtp -use_mx 0 -comment test #Add domains to Relay pmgsh create /config/domains --domain somedomain.com -comment test But how can I delete...
  3. I

    [SOLVED] using pmgsh to query the quarantine (or anything)

    i'm having a hard time, doing anything useful with `pmgsh` (besides interacting with the config; which i find easier to either do directly on the filesystem or via the webinterface). esp. i'd like to query the quarantine database (e.g. which receivers have quarantined emails; list basic...