From owner-freebsd-questions@FreeBSD.ORG Fri Sep 8 14:31:16 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 8B2F616A4DF for ; Fri, 8 Sep 2006 14:31:16 +0000 (UTC) (envelope-from mmiranda@123.com.sv) Received: from asgard1.americatelsal.com (asgard.americatelsal.com [200.13.161.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB60943D4C for ; Fri, 8 Sep 2006 14:31:15 +0000 (GMT) (envelope-from mmiranda@123.com.sv) Received: (qmail 53987 invoked from network); 8 Sep 2006 14:47:02 -0000 Received: from unknown (HELO ?192.168.10.124?) (200.13.161.68) by asgard1.americatelsal.com with SMTP; 8 Sep 2006 14:47:02 -0000 Message-ID: <45017F1A.2050207@123.com.sv> Date: Fri, 08 Sep 2006 08:32:58 -0600 From: Miguel User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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:31:16 -0000 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. mailfilter# echo $? 0 mailfilter# ps aux | grep mail root 6570 0.0 0.2 4892 1188 p0 RV 8:47AM 0:00.00 grep mail (csh) mailfilter# I dont get any error in /var/log/messages, if i run manually (from a root console), it starts ok, what can i check?