mailgraph - daemon which produces graphs of SMTP traffic
SYNOPSIS
mailgraph
[
options
]
DESCRIPTION
mailgraph is a daemon which produces mail statistics RRDtool
for Postfix and Sendmail. This stats are stored for generating
daily, weekly, monthly and yearly graphs of sent/received/rejected
and bounced/viruses/spam mails.
OPTIONS
-h, --help
Display help and exit.
-v, --verbose
Be verbose about what you do.
-V, --version
Output version information and exit.
-c, --cat
Cause the logfile to be only read and not monitored.
-l, --logfile file
Monitor logfile file instead of /var/log/syslog.
-t, --logtype type
Set logfile's type (default: syslog).
-y, --year
Start year of the log file (default: current year).
--host=HOST
Use only entries for HOST (regexp) in syslog.
-d, --daemon
Start in the background
--daemon-pid=FILE
Write PID to FILE instead of /var/run/mailgraph.pid.
--daemon-rrd=DIR
Write RRDs to DIR instead of /var/log.
--daemon-log=FILE
Write verbose-log to FILE instead of /var/log/mailgraph.log.
--ignore-localhost
Ignore mail to/from localhost (used for virus scanner).
--ignore-host=HOST
Ignore mail to/from HOST (used for virus scanner).
--only-mail-rrd
Update only the mail rrd.
--only-virus-rrd
Update only the virus rrd.
--rrd-name=NAME
Use NAME.rrd and NAME_virus.rrd for the rrd files.