Hi List,

I have installed the qmail-analog software
(http://cr.yp.to/qmailanalog.html). This has been a great help as I can
now find out information on active users on my system.

Is there a simple command to identify a users details? I would like a
simple report which gives me information on a per domain or per user basis.

I would like one command which lists all the emails a certain user has
recieved....is this possable?

For the benifit of the list here are the commands I use to extract data
from the logs:

To list general details:
awk '{$1="";$2="";$3="";$4="";$5="";print}' /var/log/maillog | cat |
/usr/local/qmailanalog/bin/matchup | /usr/local/qmailanalog/bin/zoverall

To list the details of all the users ont he system:
awk '{$1="";$2="";$3="";$4="";$5="";print}' /var/log/maillog | cat |
/usr/local/qmailanalog/bin/matchup | /usr/local/qmailanalog/bin/zrecipients

To list all the people who have sent emails to our customers:
awk '{$1="";$2="";$3="";$4="";$5="";print}' /var/log/maillog | cat |
/usr/local/qmailanalog/bin/matchup | /usr/local/qmailanalog/bin/zsenders



Regards,

Ross Cooney
_________________________________________________________________________
Technical Director
Cyber Sentry Ltd, 101 Johnstown Road, Dun Laoghaire, Co Dublin, Ireland.
 
Email:                  [EMAIL PROTECTED]        
Telephone:              + 353 1 2352546 (sales)
Telephone:              1550 927 017 (Technical Support Ireland)
Fax:                    + 353 1 2847263
 
 
This communication contains information which is confidential and
may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s),
please note that any distribution, copying or use of this
communication or the information in it is strictly prohibited.
If you have received this communication in error, please notify
the sender immediately and then destroy any copies of it.
_________________________________________________________________________
 
 


Reply via email to