From owner-freebsd-questions@FreeBSD.ORG Thu Jul 19 06:21:15 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A4ED16A403 for ; Thu, 19 Jul 2007 06:21:15 +0000 (UTC) (envelope-from terry@sucked-in.com) Received: from mail.sucked-in.com (got.sucked-in.com [64.251.22.156]) by mx1.freebsd.org (Postfix) with ESMTP id E70D313C467 for ; Thu, 19 Jul 2007 06:21:14 +0000 (UTC) (envelope-from terry@sucked-in.com) Received: from localhost (localhost [127.0.0.1]) by mail.sucked-in.com (Postfix) with ESMTP id EABDD1CC47 for ; Thu, 19 Jul 2007 16:04:52 +1000 (EST) X-Virus-Scanned: amavisd-new at sucked-in.com Received: from mail.sucked-in.com ([127.0.0.1]) by localhost (mail.sucked-in.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BzFa4yJVniTY for ; Thu, 19 Jul 2007 16:04:52 +1000 (EST) Received: from webmail.sucked-in.com (localhost [127.0.0.1]) by mail.sucked-in.com (Postfix) with ESMTP id 946381CC25 for ; Thu, 19 Jul 2007 16:04:52 +1000 (EST) Received: from 203.25.40.72 (proxying for unknown) (SquirrelMail authenticated user terry@sucked-in.com) by webmail.sucked-in.com with HTTP; Thu, 19 Jul 2007 16:04:52 +1000 (EST) Message-ID: <47395.203.25.40.72.1184825092.squirrel@webmail.sucked-in.com> Date: Thu, 19 Jul 2007 16:04:52 +1000 (EST) From: terry@sucked-in.com To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Amavis-stats Not working 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: Thu, 19 Jul 2007 06:21:15 -0000 Hi, This is my first time postinf to this list so bare with me if I am doing it wrong or let me know how I can improve my questions in the future. I currently have postifx+mysql+amavis running on a FreeBSD 6.2-RELEASE machine. uname output: FreeBSD got.sucked-in.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 I installed the amavis-stats port (security/amavis-stats) so I can produce webpages on what exactly postfix is doing pertaining to rejecting messages on what basis - spam/virus etc. I have done some reading and though amavis-stats was for me. I installed it with 'make install clean' and added the appropriate lines to my apache config to get the webpage to show. The webpage shows but it shows the following errors under Daily, Weekly, Monthly, Yearly Graphs: amavis-stats::error: rrd_graph(): 127 amavis-stats::error: rrd_graph(): 127 I have tried googling but cannot come up with much, has anyone had this problem and knows how to remedy it? I have also tried the mailgraph port with similar rrd_graph errors so I am wondering if it is a problem with that specific tool on FreeBSD. Any help would be much appreciated. Thanks, Terry