diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-13 23:42:30 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-13 23:42:30 +0000 |
commit | 99e5cba66c5b2d5305447b08821a586d9ed28f26 (patch) | |
tree | df9575c04de48505afb1508c3a2fba6890b064ae /mail/pfqueue/pkg-descr | |
parent | 768780a3d366e9e913973ced74d93037d02cd48b (diff) | |
download | ports-99e5cba66c5b2d5305447b08821a586d9ed28f26.tar.gz ports-99e5cba66c5b2d5305447b08821a586d9ed28f26.zip |
Notes
Diffstat (limited to 'mail/pfqueue/pkg-descr')
-rw-r--r-- | mail/pfqueue/pkg-descr | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/pfqueue/pkg-descr b/mail/pfqueue/pkg-descr new file mode 100644 index 000000000000..d823918e8403 --- /dev/null +++ b/mail/pfqueue/pkg-descr @@ -0,0 +1,18 @@ +A console-based tool for handling postfix queues + +pfqueue is an effort to give postqueue/mailq/postsuper a console +(ncurses) interface: it won't add any particular functionality +to those provided with postfix itself, but will hopefully make +them to use. + +It's a real-time queue scanner, that show per-queue lists of +existing messages; the messages can be deleted, put on hold or +released + +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 +you deferred queue + +WWW: http://pfqueue.sourceforge.net/ + +Marcus Grando <marcus@corp.grupos.com.br> |