From owner-cvs-all@FreeBSD.ORG Thu Jan 13 23:42:30 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ECF316A4CE; Thu, 13 Jan 2005 23:42:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87EAD43D1D; Thu, 13 Jan 2005 23:42:30 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0DNgUqk017514; Thu, 13 Jan 2005 23:42:30 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0DNgUYH017513; Thu, 13 Jan 2005 23:42:30 GMT (envelope-from edwin) Message-Id: <200501132342.j0DNgUYH017513@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 13 Jan 2005 23:42:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/pfqueue Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2005 23:42:30 -0000 edwin 2005-01-13 23:42:30 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/pfqueue Makefile distinfo pkg-descr Log: New port: mail/pfqueue 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 PR: ports/76203 Submitted by: Marcus Grando Revision Changes Path 1.608 +1 -0 ports/mail/Makefile 1.1 +22 -0 ports/mail/pfqueue/Makefile (new) 1.1 +2 -0 ports/mail/pfqueue/distinfo (new) 1.1 +18 -0 ports/mail/pfqueue/pkg-descr (new)