[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] how many emails a day are processed
- Subject: RE: [cobalt-users] how many emails a day are processed
- From: "aljuhani" <aljuhani@xxxxxxxxx>
- Date: Wed Mar 12 16:13:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hello Jale,
You will need to install SMA (Sendmail Log Analyser).
It is very simple to install, here is the steps below:
ssh and su to your server
cd /usr/local/src
wget http://www.klake.org/sma/dl/sma-1.3.2.tar.gz
tar -zxvf sma-1.3.1.tar.gz
cd sma-1.3.2/
make
make install
then run the command below to make the maillog translated to
a web readable html page
sma /var/log/maillog > /home/sites/www.AnyDomainYouWant.com/web/sma.html
You can make also an hourly run cron job under /etc/cron.hourly/ that will
auto-update the sma.html page.
Insert the following into your script and chmod the script to root:
[Note: Script line below is one line and there is a sigle space
between the upper and lower lines below]
-------------
#!/bin/sh
/usr/local/bin/sma -f /home/users/systems/public_html/maillog/sma.conf
/var/log/maillog > /home/sites/www.AnyDomainYouWant.com/web/sma.html
-------------
To view a Sample SMA report check this link:
http://www.klake.org/sma/example.html
Regards,
Al-Juhani
aljuhani@xxxxxxxxx
=====Original Message======
Anyone know of a way to tell the overall throughput of a Raq3i - I'm trying
to get a handle on the number of emails in/out per day. Any way to know this?
Thanks, as always,
Jale