logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mailgraph - daemon which produces graphs of SMTP traffic

Author

       David Schweikert <dws@ee.ethz.ch>

                                                                                                    MAILGRAPH(8)

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.

Name

       mailgraph - daemon which produces graphs of SMTP traffic

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,--logfilefile
               Monitor logfile file instead of /var/log/syslog.

       -t,--logtypetype
              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/lib/mailgraph/.

       --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).

       --no-mail-rrd
              Do not update the mail rrd.

       --no-virus-rrd
              Do not update the virus rrd.

       --no-greylist-rrd
              Do not update the greylist rrd.

       --rrd-name=NAME
              Use NAME.rrd, NAME_virus.rrd and NAME_greylist.rrd for the rrd files.

       --rbl-is-spam
              Count rbl rejects as spam.

       --virbl-is-virus
              Count virbl rejects as viruses.

See Also

rrdtool(1), RRDs(3pm)

Synopsis

mailgraph [ options ]

See Also