Menu

Clamsmtp-Stats / News: Recent posts

0.2 beta is soon to be released

A pre-package version of 0.2 beta is in the CVS repos.

This release's new features:
-Rewritten PHP frontend with easy configuration
-PHP frontend run from console is accepting the same parameters
-Localization of graphs possible
-Backend is able to parse gzipped logfiles

Posted by gna 2008-03-19

Important FIX

Please upgrade according to this patch:

--------------------- BEGIN ---------------------
--- clamsmtp-stats?revision=1.1 2008-03-19 13:06:14.000000000 +0100
+++ clamsmtp-stats 2008-03-19 13:05:47.000000000 +0100
@@ -549,7 +549,7 @@
$lineid++;
$lastepoch = $epoch;

- if ($line =~ /clamsmtpd.*?\d+:/) {
+ if ($line =~ /clamsmtpd.*from=/) {
classify();
}
#
--------------------- END ---------------------... read more

Posted by gna 2008-03-19

First public release 0.1-alpha1 is out

Yesterday we decided to release the actual working version. It has a Makefile as installer, and it was tested on Ubuntu Dapper.
All feedback is welcome, please file bugs, requests if needed.

Posted by gna 2007-09-13

Soon to be released

We are working on a release that can be tested by anyone and a simple homepage, to get more information on the project, and a small demo page to have an impression about the actual look.

Posted by gna 2007-09-12