aboutsummaryrefslogtreecommitdiff
path: root/security/amavis-stats
Commit message (Collapse)AuthorAgeFilesLines
* Add dependency to php pcre extension.Yen-Ming Lee2005-04-202-3/+5
| | | | | | | | | | | | Fix typo in comments. Noticed by: Thomas Novin thnov@xyz.pp.se PR: 80134 Submitted by: Mantas Kaulakys <stone@tainet.lt> (maintainer) Notes: svn path=/head/; revision=133787
* amavis-stats is a simple AMaViS statistics generator based on rrdtool. ItPav Lucistnik2005-02-189-0/+177
produces graphs of clean emails, spam emails and infected emails broken down by virus, from amavis log entries. RRD files are created and updated by a perl script run from cron. Graphs are generated by a php script and viewed with a web browser. PR: ports/68934 Submitted by: Mantas Kaulakys <stone@tainet.lt> Notes: svn path=/head/; revision=129139