Is there anyway I can get a report directly from Postfix about how many emails were sent per day, or other similar statistics? As a "out of the box" solution?

link|improve this question

79% accept rate
feedback

3 Answers

up vote 2 down vote accepted

Mailgraph provides a fairly good overview of the health of your mail system.

link|improve this answer
feedback

I'm not sure what your "directly from Postfix" requirement is, but I'll offer pflogsumm.pl as an option. It just runs via cron and parses through your mail logs, generating aggregate statistics as it goes.

link|improve this answer
I suppose I just meant "that wasn't hard to implement". I'll check out that script... – neezer Nov 19 '09 at 19:40
feedback

I added some postfix stats to ganglia. These are not daily stats, but by the minute stats. Here is my blog post about it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.