From owner-freebsd-questions@FreeBSD.ORG Fri Jul 18 01:10:06 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6911B37B401 for ; Fri, 18 Jul 2003 01:10:06 -0700 (PDT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86F7343FB1 for ; Fri, 18 Jul 2003 01:10:05 -0700 (PDT) (envelope-from jan.muenther@nruns.com) Received: from [212.227.126.202] (helo=mrvnet.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 19dQJY-0006RP-00 for freebsd-questions@freebsd.org; Fri, 18 Jul 2003 10:10:04 +0200 Received: from [172.23.4.135] (helo=config8.kundenserver.de) by mrvnet.kundenserver.de with esmtp (Exim 3.35 #1) id 19dQJX-0003g8-00 for freebsd-questions@freebsd.org; Fri, 18 Jul 2003 10:10:03 +0200 Received: from www-data by config8.kundenserver.de with local (Exim 3.35 #1 (Debian)) id 19dQJX-0001j6-00 for ; Fri, 18 Jul 2003 10:10:03 +0200 To: From: Message-Id: <6445542$10585154673f17aa0b25ea32.73238037@config8.schlund.de> X-Binford: 6100 (more power) X-Originating-From: 6445542 X-Mailer: Kundenserver.de Webmail X-Received: from config8.schlund.de by 53.122.192.14 with HTTP id 6445542 for freebsd-questions@freebsd.org; Fri, 18 Jul 2003 10:08:01 +0200 Content-Type: text/plain; charset="iso-8859-1" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Priority: 3 Date: Fri, 18 Jul 2003 10:08:01 +0200 Subject: Re: Cleaning Postfix queue (was: Qmail on FBSD is flooding) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2003 08:10:06 -0000 Hello, > I just came to think of if there might be a similar script for Postfix to > clean and/or check the mail queue? To check the mail queue simply run /usr/bin/mailq. To delete a mail from the queue, run 'postsuper -d queue_id', the ID being the ID value you got from mailq. 'postsuper -d ALL' deletes all mail from the queue. Read the postsuper manpage. Cheers, J.