pmg_quarantine_blocklist_list
Read blocklisted sender entries in Proxmox Mail Gateway quarantine. Optionally filter by user email to see entries for a specific mailbox.
Instructions
READ-ONLY: list PMG quarantine blocklist entries. Optional pmail to scope to one user. Needs PROXIMO_PMG_* config.
Returns a list of blocklist-entry dicts. pmail is ALWAYS sent, defaulting to the authenticated PMG user when omitted — an empty result means "none for that user," not "none globally." Use pmg_quarantine_blocklist_add/pmg_quarantine_blocklist_remove to manage entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pmail | No | Scope the blocklist read to this user's mailbox; defaults to the authenticated PMG user. | |
| 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 |