Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2002 16:49:34 -0600
From:      "Mike Roest" <bsd-lists@blahz.ab.ca>
To:        <questions@FreeBSD.ORG>
Subject:   RE: Webalizer Mailing Cron Log
Message-ID:  <000001c21588$18d8c470$465d4018@zeus>
In-Reply-To: <NDBBJCBCCLCEFCLJKEDFAEPPHMAA.lists@netwzrd.net>

next in thread | previous in thread | raw e-mail | index | archive | help

2 ways
1)
In your cronjob at the end put this
> /dev/null 2> /dev/null

Ie

0 * * * * <command for webalizer> > /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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000001c21588$18d8c470$465d4018>