diff options
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..f80acf8 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,13 @@ +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 + + -- Norbert Tretkowski <nobse@debian.org> Thu, 25 Dec 2003 23:50:13 +0100 |