I have postfix setup using amavisd on linux. I'd like to know how much bandwidth each user is using, ie: monitor the bandwidth each mailbox sends and recieves. Any ideas how to do this?
Personally, I would write a filter script in my language of my choice that would read mail from stdin, parse out the sender address, count the number of characters in the message body and accumulate that information to a database table to be queried later.
But how to do that has nothing to do with postfix is completely beyond the scope of this form.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.