pages:howtos:postfix:working-with-the-mailqueue
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pages:howtos:postfix:working-with-the-mailqueue [2022/01/26 19:11] – mischerh | pages:howtos:postfix:working-with-the-mailqueue [2022/01/26 19:14] (current) – mischerh | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag> | + | {{tag> |
====== Working With The Mailqueue ====== | ====== Working With The Mailqueue ====== | ||
===== Sources ===== | ===== Sources ===== | ||
Line 5: | Line 5: | ||
* https:// | * https:// | ||
+ | display the mailqueue | ||
<sxh bash; gutter: false> | <sxh bash; gutter: false> | ||
mailq | mailq | ||
Line 16: | Line 17: | ||
-- 3 Kbytes in 1 Request. | -- 3 Kbytes in 1 Request. | ||
</ | </ | ||
+ | |||
+ | display a specific message in the queue | ||
<sxh bash; gutter: false> | <sxh bash; gutter: false> | ||
postcat -vq 92CF062722 | postcat -vq 92CF062722 | ||
Line 120: | Line 123: | ||
</ | </ | ||
+ | flush the mailqueue and display it again | ||
<sxh bash; gutter: false> | <sxh bash; gutter: false> | ||
postqueue -f | postqueue -f | ||
Line 133: | Line 137: | ||
</ | </ | ||
+ | delete a specific message from the mailqueue | ||
<sxh bash; gutter: false> | <sxh bash; gutter: false> | ||
postsuper -d 92CF062722 | postsuper -d 92CF062722 | ||
Line 140: | Line 145: | ||
postsuper: Deleted: 1 message | postsuper: Deleted: 1 message | ||
</ | </ | ||
+ | |||
+ | display the mailqueue | ||
<sxh bash; gutter: false> | <sxh bash; gutter: false> | ||
mailq | mailq |
pages/howtos/postfix/working-with-the-mailqueue.1643224275.txt.gz · Last modified: 2022/01/26 19:11 by mischerh