From owner-freebsd-questions@FreeBSD.ORG Thu Oct 21 19:03:28 2004 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 05CFC16A4CE for ; Thu, 21 Oct 2004 19:03:28 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id B18A843D55 for ; Thu, 21 Oct 2004 19:03:27 +0000 (GMT) (envelope-from nocmonkey@gmail.com) Received: by rproxy.gmail.com with SMTP id 73so53063rnl for ; Thu, 21 Oct 2004 12:03:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=N3hXO/VziVWPLL8t4z4XwlWk1xoIGET1rdopM/JDVcJ1B0ZVBU4BTDlVtilyVnRiCPbyIJIirAJ4IEw4ws1nN6VyFFrc11dhAN8lMbVoCoOAMkg04eFH5wSbaFNlXfxD+BH9FuNDE6J7+PoOPtGkRiCciFN5x4I6GolAbXxKpyU= Received: by 10.38.22.51 with SMTP id 51mr3263880rnv; Thu, 21 Oct 2004 12:03:27 -0700 (PDT) Received: by 10.38.22.79 with HTTP; Thu, 21 Oct 2004 12:03:27 -0700 (PDT) Message-ID: Date: Thu, 21 Oct 2004 15:03:27 -0400 From: Danny To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Mailgraph from the ports - now what do I do? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Danny List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 19:03:28 -0000 Greetings, After referencing the article here: http://www.onlamp.com/pub/a/onlamp/2004/08/12/mailgraph.html I decided to just install mailgraph from the FreeBSD ports system. So, after installing it successfully (well, there were no errors), I am trying to find the executable mailgraph program: mx1# find / -name mailgraph /usr/ports/mail/mailgraph /var/db/mailgraph And /var/db/mailgraph is empty. Any suggestions? Thank you, ...D