pmg_tracker_list
List mail tracking entries from Proxmox Mail Gateway with filters for sender, recipient, time range, NDR, and greylisting status.
Instructions
List mail tracking entries (read). Needs PROXIMO_PMG_* config.
PMG 9.1 live-verified path via pmgsh ls: GET /nodes/{node}/tracker. Maps start/end Unix epoch → starttime/endtime query params. from_: filter by envelope sender; target: filter by recipient. ndr: NDR filter; greylist: greylisting filter. limit: max results 0–100000 (default 2000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| ndr | No | ||
| node | No | ||
| from_ | No | ||
| limit | No | ||
| start | No | ||
| target | No | ||
| xfilter | No | ||
| greylist | No | ||
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |