Here included is a small and simple shell script, tailored for my needs.
It would be very simple to adapt it to your system and have a good report of
your chkuser activity.
NOTE:
command [-yesterday] [service] is the complete command
line
-yesterday is the optional parameter for yesterday log
summary
optional service name is used to select which SMTP service
must be shown. This is the name used by splogger. No name means ALL SMTP
services.
zfile=/tmp/maillog.tmp.$$ is the location of a temporary
file
zcat /var/log/maillog.0.gz is needed to display yesterday
logging. Point it to your current yesterday file.
cat /var/log/maillog is needed for your today logs. Point it
to your current today file.