pmgsh

  1. S

    pmgsh 400 parameter verification failed

    Ich will den Zertifikats-Check via ansible anstossen. Folgendes ist gemäss API-Beschrieb das von mir gewünschte Cmd: root@mailgw:/opt/scripts# pmgsh set /nodes/mailgw/certificates/acme/smtp 400 Parameter verification failed. force: Certificate does not expire within the next 30 days, and 'force'...
  2. 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...
  3. 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...
  4. 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...