summaryrefslogtreecommitdiff
path: root/debian/README.Debian
blob: f17061479391d41059236481cd24c71f709eb70a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Mailgraph gathers statistics about traffic passing through a Postfix
mail server and presents them in graphical form on a web page. It does
this using the excellent RRDTOOL
(http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/).

This Debian package installs itself, optionally, as a daemon that
will constantly gather the statistics it needs. You really need to turn
this option on for it to be of any use. The statistics themselves are
served up by a web CGI program, /usr/lib/cgi-bin/mailgraph.cgi. With any
normal Debian web server install, this should be accessible as
http://localhost/cgi-bin/mailgraph.cgi


Note for Lighttpd users:

  Lighttpd doesn't take *.cgi? values, hence the graphs are not displayed 
  without extra configuration.
  An example of such configuration is available in
    /usr/share/doc/mailgraph/examples/lighttpd.conf

  It should be amended to suit your needs, and copied to eg.
   /etc/lighttpd/conf-available/50-mailgraph.conf


 -- Norbert Tretkowski <nobse@debian.org>  Thu, 25 Dec 2003 23:50:13 +0100
 -- Julien Valroff <julien@kirya.net>  Fri, 17 Aug 2010 22:18:13 +0200