diff options
Diffstat (limited to 'network/pfqueue/README')
-rw-r--r-- | network/pfqueue/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/pfqueue/README b/network/pfqueue/README new file mode 100644 index 0000000000000..ccae30bfcbc9e --- /dev/null +++ b/network/pfqueue/README @@ -0,0 +1,12 @@ +pfqueue is an effort to give postqueue/mailq/postsuper/exim4 a console +(ncurses) interface: it won't add any particular functionality to those +provided with MTAs themselves, but will hopefully make them easier to +use. + +It's a real-time queue scanner, that shows per-queue lists of existing +messages; the messages can be shown, deleted, put on hold, released or +requeued. + +Just for example, it may be useful to inspect a traffic jam at a given +time, to see what is falling into and unexpectedly crowding your deferred +queue. |