From owner-freebsd-ports@FreeBSD.ORG Mon Jan 17 22:24:32 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 702AA16A4CE for ; Mon, 17 Jan 2005 22:24:32 +0000 (GMT) Received: from merlin.alerce.com (w094.z064001164.sjc-ca.dsl.cnc.net [64.1.164.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07C8D43D46 for ; Mon, 17 Jan 2005 22:24:32 +0000 (GMT) (envelope-from hartzell@kestrel.alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id CB720209D; Mon, 17 Jan 2005 14:21:19 -0800 (PST) Received: from satchel.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) Authority" (verified OK)) by merlin.alerce.com (Postfix) with ESMTP id A907E209A; Mon, 17 Jan 2005 14:21:19 -0800 (PST) Received: from satchel.alerce.com (localhost [127.0.0.1]) by satchel.alerce.com (8.13.1/8.13.1) with ESMTP id j0HMMpWD007204 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 17 Jan 2005 14:22:51 -0800 (PST) (envelope-from hartzell@satchel.alerce.com) Received: (from hartzell@localhost) by satchel.alerce.com (8.13.1/8.13.1/Submit) id j0HMMoma007201; Mon, 17 Jan 2005 14:22:50 -0800 (PST) (envelope-from hartzell) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16876.15034.146823.733290@satchel.alerce.com> Date: Mon, 17 Jan 2005 14:22:50 -0800 To: "Adolfo B. Ferreira" In-Reply-To: <1105986271.950.14.camel@notebook> References: <1105986271.950.14.camel@notebook> X-Mailer: VM 7.17 under 21.4 (patch 15) "Security Through Obscurity" XEmacs Lucid X-Virus-Scanned: ClamAV using ClamSMTP cc: ports@freebsd.org Subject: Re: Maildrop X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: hartzell@kestrel.alerce.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2005 22:24:32 -0000 Adolfo B. Ferreira writes: > > Hello Folks, > > Could some one help me with maildrop? > > I'm using FreeBSD 5.3 with all updated from CVS. > I'm trying to use maildrop with MYSQL and QUOTA but maildrop is not > connecting in MySQL. > I installed maildrop with > cd /usr/ports/mail/maildrop > make deinstall distclean WITH_MAILDIRQUOTA=yes WITH_TRASHQUOTA=yes > WITH_MYSQL=yes install clean > then i typed rehash and maildrop -v > maildrop 1.6.3 Copyright 1998-2003 Double Precision, Inc. > Maildir quota extension enabled. > Virtual user database via MySQL extension enabled. > This program is distributed under the terms of the GNU General Public > License. See COPYING for additional information. > > When I try to run maildrop with echo "test" | maildrop -V 5 -d > adolfo@anderung.com.br I got: > Invalid user specified. Can you start mysql w/ logging enabled and see if there's something wrong with the query (or if it's even being used?)? g.