Koozali.org: home of the SME Server

Contribs.org Forums => Koozali SME Server 11.x Contribs => Topic started by: Gary Douglas on September 05, 2025, 11:45:04 AM

Title: SME11 mailstats contrib
Post by: Gary Douglas on September 05, 2025, 11:45:04 AM
I have been privileged with having Brian's mailstats contrib tested on my VM. Unfortunately busy this week but a quick check this morning and I am very impressed.   I commented to Brian;  Brian, another quick look at smebox mailstats, that is truly remarkable what you have done. Being able to open the transaction from within the stats is a game-changer.   

Title: Re: SME11 mailstats contrib
Post by: brianr on September 05, 2025, 01:34:12 PM
The old text based mailstats is now fully html based, with graphs as well as the league tables and the hourly email statistics table.

It also has a panel in the new Server Manager with access to previous days stats, plus configuration for mailstats things as well as spamassassin and RBLs etc.

It keeps a summary of each email processed in the MariaDB, and will extract the actual transactions from the journal if required.

Here's a few more screen shots:

(https://src.koozali.org/brianr/Images/raw/branch/master/Mailstats/Screenshot%20from%202025-09-04%2016-00-26.png)

(https://src.koozali.org/brianr/Images/raw/branch/master/Mailstats/Screenshot%20from%202025-09-04%2016-01-23.png)
Title: Re: SME11 mailstats contrib
Post by: brianr on September 05, 2025, 01:54:43 PM
You need at least smeserver-mailstats v11.1-5. It may not have hit all mirrors yet.
Title: Re: SME11 mailstats contrib
Post by: Stefano on September 05, 2025, 03:16:20 PM
thank you Brian, very, very impressive
Title: Re: SME11 mailstats contrib
Post by: stephdl on September 05, 2025, 10:03:46 PM
+1

Nice work
Title: Re: SME11 mailstats contrib
Post by: Jean-Philippe Pialasse on September 06, 2025, 02:52:06 AM
sounds like you are doing also what was done by wbl and geoip contribs.

also i may suggest not to display the field for db password etc. 
Title: Re: SME11 mailstats contrib
Post by: brianr on September 06, 2025, 09:31:39 AM
sounds like you are doing also what was done by wbl and geoip contribs.

also i may suggest not to display the field for db password etc.

Actually that has changed. I'll take those entries out.

oh - and my approach to setting RBLs and country blocks is much easier than either wbl or geoip I think!!
Title: Re: SME11 mailstats contrib
Post by: Jean-Philippe Pialasse on September 06, 2025, 01:32:16 PM
i do not say it is not better.
i just say it might be good to move it to the right contrib :)
Title: Re: SME11 mailstats contrib
Post by: ReetP on September 06, 2025, 02:45:01 PM
How does mailstats now do geoip?

Xt-geoip contrib does more than just mail though so how will that work?

And what happens with wbl if functions are duplicated - one my most used contribs.

Just concerned about conflicts.
Title: Re: SME11 mailstats contrib
Post by: brianr on September 07, 2025, 05:14:12 AM
How does mailstats now do geoip?

It reads the logs

Quote
Xt-geoip contrib does more than just mail though so how will that work?
And what happens with wbl if functions are duplicated - one my most used contribs.

It reads/writes the relevant DB entries, which I presume is what wbl and Geoip do, so there is no conflict, just duplication of function.