pmg_quarantine_spamusers
Lists users with quarantined emails of specified type (spam, virus, attachment) within an optional time range. Returns per-user details for quarantine management.
Instructions
READ-ONLY: list users with quarantined mail entries. Needs PROXIMO_PMG_* config.
Returns a list of per-user dicts. quarantine_type: spam|virus|attachment (default spam) — sent to the PMG API as 'quarantine-type'. To list one user's messages use pmg_quarantine_spam (pmail scope) or the matching virus/attachment tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Unix epoch end of the window; omit for no upper bound. | |
| start | No | Unix epoch start of the window; omit for no lower bound. | |
| 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. | |
| quarantine_type | No | Quarantine type to list users for: spam|virus|attachment (default spam). | spam |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |