From owner-freebsd-questions Sun Jun 16 15:51:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ares.blahz.ab.ca (h24-64-95-168.cg.shawcable.net [24.64.95.168]) by hub.freebsd.org (Postfix) with SMTP id 3CD8737B403 for ; Sun, 16 Jun 2002 15:51:43 -0700 (PDT) Received: (qmail 18534 invoked by uid 508); 16 Jun 2002 22:49:59 -0000 Received: from bsd-lists@blahz.ab.ca by ares.blahz.ab.ca by uid 505 with qmail-scanner-1.12 (sweep: 2.10/3.58. . Clear:. Processed in 1.64634 secs); 16 Jun 2002 22:49:59 -0000 Received: from unknown (HELO zeus) (24.64.93.70) by h24-64-95-168.cg.shawcable.net with SMTP; 16 Jun 2002 22:49:57 -0000 From: "Mike Roest" To: Subject: RE: Webalizer Mailing Cron Log Date: Sun, 16 Jun 2002 16:49:34 -0600 Message-ID: <000001c21588$18d8c470$465d4018@zeus> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 2 ways 1) In your cronjob at the end put this > /dev/null 2> /dev/null Ie 0 * * * * > /dev/null 2> /dev/null All output will now goto dev null and not be mailed to you. 2) You could add the -q switch to the webalizer command now you willl only get errors mailed to you. Or you can use the -Q switch which will supress all output and end up with the same as 1. I personally use the -q so that if errors start cropping up I can look into it. --Mike -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Mike Tindall Sent: Sunday, June 16, 2002 4:19 PM To: questions@FreeBSD.ORG Subject: Webalizer Mailing Cron Log Hi all, I have a Freebsd box running Qmail and Apache. I installed webalizer to graph the hits from apache. I just have one problem: Whenever webalizer runs from cron it sends a message to root@mymachine. I would really like to do without this if possible. Is there a way to stop that feature? Is this part of FreeBSD or is it coming from webalizer? I would appreciate any advice. Thank you, Mike Tindall mike@netwzrd.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message