From owner-freebsd-questions@FreeBSD.ORG Fri Sep 8 14:43:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 AAA8816A4DD for ; Fri, 8 Sep 2006 14:43:10 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from mail2.itxmarket.com (fw.itxmarket.com [84.14.136.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id B453543D49 for ; Fri, 8 Sep 2006 14:43:09 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from icommerce.fr (mich2.itxmarket.com [192.168.2.26]) by mail2.itxmarket.com (Postfix) with ESMTP id 12BDF1C0A5E; Fri, 8 Sep 2006 16:43:15 +0200 (CEST) Received: by icommerce.fr (Postfix, from userid 1001) id 2E99722827; Fri, 8 Sep 2006 16:43:11 +0200 (CEST) Date: Fri, 8 Sep 2006 16:43:11 +0200 From: Michael Landin Hostbaek To: Miguel Message-ID: <20060908144311.GJ39984@mich2.itxmarket.com> Mail-Followup-To: Michael Landin Hostbaek , Miguel , freebsd-questions@freebsd.org References: <45017F1A.2050207@123.com.sv> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45017F1A.2050207@123.com.sv> X-Operating-System: FreeBSD 6.1-STABLE i386 X-PGP-Key: http://www.freebsdcluster.org/~mich/ User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-questions@freebsd.org Subject: Re: mailgraph doesnt start X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 14:43:10 -0000 Miguel (mmiranda) writes: > Hi, i just installed mailgraph from ports, the install process finished > without any error, i added > > mailgraph_enable="YES" > > to rc.conf, but mailgraph doesnt start: > > mailfilter# /usr/local/etc/rc.d/mailgraph start > Starting mailgraph. Just to check that you did not mispell something in /etc/rc.conf - try starting it, like so: /usr/local/etc/rc.d/mailgraph forcestart /mich