docker compose -f /opt/mailcow-dockerized/docker-compose.yml exec postfix-mailcow postqueue -s example.com

Category: Mail Servers & Postfix

docker compose -f /opt/mailcow-dockerized/docker-compose.yml exec postfix-mailcow postqueue -s example.com

Show queue statistics for one destination

postqueue -s prints a per-destination summary of queued messages, showing how many are stuck sending to example.com. Useful to confirm a delivery outage against a specific mail host. The destination is matched against the queue's active transport domain.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.