This is more a reminder for me than anything, but maybe someone else will benefit from this:
- Print queue: postqueue -p
- Delete all messages from the queue: postsuper -d ALL
- Read a message: postcat -q <queue file id>
- See what shape the queue is in: qshape
I am sure the man pages for each command will give you more info on what you can do with them.
No related posts.
