Man Linux: Main Page and Category List

NAME

       amavis-stats - generate e-mail statistics from amavisd-new (sys)log
       files.

SYNOPSIS

       amavis-stats [options]

DESCRIPTION

       amavis-stats is a simple e-mail statistics generator based on amavisd-
       new and rrdtool.

       Statistics are read from amavisd-new (sys)log entries and stored in RRD
       files.

       There is an accompanying php script to actually generate the web pages
       and graphs.  This man page is just for the perl script daemon which
       parses the log files.

   OVERVIEW
       In this man page you will find general information on the use of the
       amavis-stats daemon.

       For a more detailed description of how to use the individual options of
       the amavis-stats daemon, check the built-in help and included
       documentation.

       options
           [debug] ( runs in foreground )

           [foreground]

           [help]

           [reload]

           [start] ( kept for legacy )

           [stop]

       options ( requiring arguments )
           [-c <config-file>]

           [-g <group>] ( requires -u option to be specified )

           [-u <user>]

FILES

       SCRIPTS, CONFIG AND DIRECTORIES
           /usr/sbin/amavis-stats
            amavis-stats daemon.

           /etc/amavis-stats.conf
            config file for amavis-stats daemon.

           /usr/share/amavis-stats/amavis-stats.php
            php script, for generating web-based graphs.

           /usr/share/amavis-stats/amavis-stats.php.conf
            config file for php script.

           /usr/share/amavis-stats/amavis-stats.alias.conf
            config file for apache.

           /var/lib/amavis-stats/
            location of rrd files and state information.

           /var/cache/amavis-stats/
            image cache directory, where web images are stored.

       PNG IMAGES AND FONTS FOR BUTTONS
           /usr/share/fonts/truetype/freefont/FreeSansBold.ttf
            default truetype font.

           /usr/share/amavis-stats/tab_center_blue.png
            button center (blue)

           /usr/share/amavis-stats/tab_center_gray.png
            button center (gray)

           /usr/share/amavis-stats/tab_center_white.png
            button center (white)

           /usr/share/amavis-stats/tab_left_blue.png
            button left (blue)

           /usr/share/amavis-stats/tab_left_gray.png
            button left (gray)

           /usr/share/amavis-stats/tab_left_white.png
            button left (white)

           /usr/share/amavis-stats/tab_right_blue.png
            button right (blue)

           /usr/share/amavis-stats/tab_right_gray.png
            button right (gray)

           /usr/share/amavis-stats/tab_right_white.png
            button right (white)

           /usr/share/amavis-stats/bullet_center_blue.png
            button center (blue)

           /usr/share/amavis-stats/bullet_left_blue.png
            button left (blue)

           /usr/share/amavis-stats/bullet_right_blue.png
            button right (blue)

           You can substitue fonts and png images to customize the appearance.

AUTHOR

       Dale Walsh <buildsmart@daleenterprise.com>