Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
Postfix mail server
v0.1.5Queue inspection, config dump, log tailing, plus narrow operator actions (flush, requeue, delete-by-queue-id). These mutators are high- or critical-risk; the reversible hold/release pause is medium. All are audited. Postfix uid must own the runner OR runner must be in the postdrop group.
Install
emisar pack install
validates the pack and verifies its content hash before copying it into /etc/emisar/packs.
The --hash
below pins the
install to the exact bytes on this page — a tampered copy is rejected. After
install, reload the runner; it re-reads the catalog and advertises every action.
content hash: sha256:43c61b45b979cfecc845394a979a6a9c048860b6cf25c3ac782858cca75b4158
sudo emisar pack install postfix \ --hash sha256:43c61b45b979cfecc845394a979a6a9c048860b6cf25c3ac782858cca75b4158 \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 14 total
View on GitHub-
postfix check
-
postsuper -d <queue-id>
-
postqueue -f (retry all deferred)
-
grep mail.log for queue-id / address
-
tail mail.log
-
mailq (current queue)
-
postcat -q <queue-id>
-
postconf -n
-
postsuper -h <qid>
-
postsuper -H <qid>
-
postsuper -r <qid|ALL>
-
qshape (queue by domain x age)
-
Per-queue message counts
-
postfix reload