[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re[2]: [cobalt-users] Sendmail Log Analayzer
- Subject: Re[2]: [cobalt-users] Sendmail Log Analayzer
- From: journal@xxxxxxxxxx
- Date: Sun Nov 3 13:19:00 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hello Gerald,
Why don't you use the rpm ?
http://www.rpmfind.net//linux/RPM/contrib/libc6/i386/sma-1.3-1.i386.html
Best regards
Fred
GW> Since this program only interacts with the system by reading a log file,
GW> I see no reason it won't run on any system that it will compile on.
GW> So:
GW> Installed on a Qube2, that I am configuring as a slave nameserver
GW> Not much activity on this server....
GW> Probably want to setit up to run before logrotate and the command line or
GW> sma.conf should be donfigured, For my test I jut redirected output to an html
GW> file. I did no configuration
GW> 1) su -
GW> password:
GW> 2) cd/usr/local/src
GW> 3) wget http://www.klake.org/sma/dl/sma-1.3.1.tar.gz
GW> 4) tar -zxvf sma-1.3.1.tar.g1
GW> 5) cd sma-1.3.1/
GW> 6) make
GW> 7) make install
GW> 8) sma /var/log/maillog > /home/users/admin/sma.html
GW> 9) View it at http://fsn2.frontstreetnetworks.net/users/admin/sma.html
GW> Gerald