pmg_quarantine_welcomelist_remove
Removes an email address from the quarantine welcomelist. Supports dry-run planning and per-user scoping for Proxmox Mail Gateway.
Instructions
MUTATION (LOW): remove an address from the quarantine welcomelist. Dry-run by default. confirm=True to execute. Needs PROXIMO_PMG_* config.
pmail: optional per-user scope (defaults to authenticated user). No UNDO primitive; re-add with pmg_quarantine_welcomelist_add if needed. Dry-run returns a PLAN; confirm=True executes and returns {"status": "ok", "result": ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pmail | No | Scope the welcomelist removal to this user's mailbox; defaults to the authenticated PMG user. | |
| address | Yes | Email address to remove from the quarantine welcomelist. | |
| confirm | No | False (default) returns a dry-run PLAN; True executes the mutation. | |
| 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 |