> a question for all of you running vpopmail in an ISP-like environment. How > do you do the mail traffic accounting ? are there any good log analyzers, > which give a by user overview of the mail-traffic. As I am using smtp-auth > I suppose that it should be possible to account each bit of traffic to one > user, as the information should be available, but I did not succeed in > finding a good script and I'm not capable of doing one myself.
well i wanted to do that too.. the problem seems to be, that there is no logfile for pop3 sessions. only the authentication is logged.. so i generally use the smpt log. everything with a TO: [EMAIL PROTECTED] is counted twice. cause everything that comes in for some customer, is at least fetched once or forwarded to another adress. i know that this is far from true pop3 traffic, but the solution i was told (log the COMPLETE! pop3 session, with everything the pop3 server sends and receives, meaning: every PACKET!) sounded a bit strange to me. Regards, Justin