man logsumm (Administration système) - generate a summary of the Smail log file(s).
NAME
logsumm - generate a summary of the Smail log file(s).
SYNOPSIS
/usr/lib/smail/logsumm [-E] [-L logsumm.awk ] [-t tmpdir ] [-v]
DESCRIPTION
FILES
- /etc/smail/config
- The main Smail configuration file. The runtime configuration specifies the actual location of the log file.
- /usr/lib/smail/logsumm.awk
- This AWK program is the main part of logsumm, which is itself just a wrapper shell script which sets operating parameters for the AWK program and then feeds log files to it.
- /usr/sbin/smail
- The default executable used for examining the runtime configuration.
- /var/log/smail/logfile
- The default name for the transaction log file. This can be changed in the Smail config file.
- /var/log/smail/logfile.0
- Archived version of the transaction log file. The directory /var/log/smail is always reset to be within the directory where the log file currently resides, and thus can be changed in the Smail config file.
- /var/mail/tmp
- The default name for the temporary directory.
SEE ALSO
BUGS
The underlying AWK script which does the actual work will only process new-style (SMAIL_LOG_STYLE=2) log files.