pages:howtos:postfix:working-with-the-mailqueue
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
pages:howtos:postfix:working-with-the-mailqueue [2022/01/26 19:09] – created 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 | ||
</ | </ | ||
- | | + | < |
- | 92CF062722 | + | -Queue ID- --Size-- ----Arrival Time---- -Sender/ |
- | (connect to mail.pluspora.com[82.223.1.82]: | + | 92CF062722 |
- | | + | (connect to mail.pluspora.com[82.223.1.82]: |
- | + | | |
- | -- 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 119: | Line 123: | ||
</ | </ | ||
+ | flush the mailqueue and display it again | ||
<sxh bash; gutter: false> | <sxh bash; gutter: false> | ||
postqueue -f | postqueue -f | ||
mailq | mailq | ||
</ | </ | ||
- | | + | < |
- | 92CF062722 | + | -Queue ID- --Size-- ----Arrival Time---- -Sender/ |
- | (connect to mail.pluspora.com[82.223.1.82]: | + | 92CF062722 |
- | | + | (connect to mail.pluspora.com[82.223.1.82]: |
- | + | | |
- | -- 3 Kbytes in 1 Request. | + | |
+ | -- 3 Kbytes in 1 Request. | ||
+ | </ | ||
+ | delete a specific message from the mailqueue | ||
<sxh bash; gutter: false> | <sxh bash; gutter: false> | ||
postsuper -d 92CF062722 | postsuper -d 92CF062722 | ||
</ | </ | ||
- | | + | < |
- | postsuper: Deleted: 1 message | + | postsuper: 92CF062722: removed |
+ | postsuper: Deleted: 1 message | ||
+ | </ | ||
+ | display the mailqueue | ||
<sxh bash; gutter: false> | <sxh bash; gutter: false> | ||
mailq | mailq | ||
</ | </ | ||
- | | + | < |
+ | Mail queue is empty | ||
+ | </ | ||
---- | ---- | ||
~~DISCUSSION~~ | ~~DISCUSSION~~ | ||
pages/howtos/postfix/working-with-the-mailqueue.1643224185.txt.gz · Last modified: 2022/01/26 19:09 by mischerh