PDA

View Full Version : Mail Server Monitor


cioannou
8th June 2009, 12:43
Hi all,

after successfully installing a Linux (postfix/dovecot) solution to replace an MS-Exchange, I am now in big trouble.

It seems that there is no "monitoring" tool, either web based or desktop which can monitor what is going on. The only thing that can give "some" information is the .log files and solutions like "mailgraph".

What I need is something more detailed, like what are the users doing, quota usage, mails sent/received per user, logins from IPs etc. and preferably in real time.

Any suggestions appreciated.


Thanks

id10t
8th June 2009, 18:03
tail -f /var/log/mail*

You may want to make it fancier, maybe put a web front end on it, etc.