> I am a self confessed newbie at this and would appreciate some help.
we are all newbie's in this game im sure no-one would claim to be otherwise
when it comes to computers! as the more you learn the less you know
> I am using squid on Red Hat 6.2, and a log analyser but would also like
the
> system to email the access.log file on a daily basis.
try setting up a cron job that emails it...
log in as root
crontab -e
and add the line
0 1 * * * /bin/sendmail email@domain.com < /usr/local/squid/logs/access.log
that should help.. id recommend that you get a book on linux admin o'reilly
books are good, i found linux in a nutshell pretty good, helps you out with
lots of linux stuff..
-- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Tue Sep 19 2000 - 16:33:08 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:55:24 MST