aboutsummaryrefslogtreecommitdiffstats
path: root/security/amavis-stats/files/pkg-message.in
blob: f1872470d97bbdfae4437c8149ef3eb3b1688ff8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-----

To view the statistics via you browser you must:
create a symlink, like:
cd /usr/local/www/data ; ln -s ../amavis-stats amavis-stats

or modify your Apache httpd.conf including this line:
Alias /amavis-stats %%PREFIX%%/www/amavis-stats

You can view then the statistics in http://your-site/amavis-stats

To update the statistics every 5 minutes, you also
can setup cronjob for amavis-stats by putting this line to /etc/crontab
*/5 * * * * amavis %%PREFIX%%/sbin/amavis-stats /var/log/maillog 2>&1 > /dev/null

-----