I need to show email usage statistics like the webalizer statistics for the web. Is this possible now? is it going to be supported in a future version? Or, does webalizer support extration of statistics from postfix log files too? Thanks.
ISPConfig has builtin email traffic statistics. The postfix logs are not a good basis for traffic stats, so ISPConfig uses an approach where the traffic is logged by a procmail recipe that send s a message to the admispconfig user.
so, then, how do I do to view this statistics? I need a way to login the same way I do with webalizer (www.domain.tld/stats/)... and see the mail stats (who sent an email, what time did he/she send it, who was the recipient, etc)... this kind of stats... and of course, mail totals... is this possible?
ISPConfig creates only the traffic statistics that are shown on the statistics tab of the website in ISPConfig. For a more detailed statistic you will have to find another stats package or write your own.
You can have a look at pflogsumm ( http://jimsun.linxnet.com/postfix_contrib.html ), MRTG/RRDTool, munin, etc.