pmg_quarantine_virus
List quarantined virus messages from Proxmox Mail Gateway. Filter by mailbox or date range.
Instructions
READ-ONLY: list virus quarantine entries. Needs PROXIMO_PMG_* config.
Returns a list of dicts, one per quarantined virus message. pmail defaults to the authenticated user when omitted. For spam quarantine use pmg_quarantine_spam; to act on entries use pmg_quarantine_action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Unix epoch end of the window; omit for no upper bound. | |
| pmail | No | Scope the virus quarantine read to this user's mailbox; defaults to the authenticated PMG user. | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |