ispCP - Board - Support
Action logging? - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: Action logging? (/thread-3850.html)



Action logging? - aseques - 07-25-2008 12:27 AM

Hi, I'm trying some weird experiment to combine ispcp and and existing mail server.
I've already done all the part of managing the mailserver through selfcreated commands (mailadmin -a create_domain, ....), but I'd somewhere to look for newly created domains, mailboxes, changed passwords ...
I've been looking and there's the log table in the database, but there's too much text and too changeable.

Is there any place where I can check for something more like:

Code:
ACTION         | PARAMETERS
add_domain     | -d example.com
add_user       | -d example.com -u user

I don't mind if it's a text file or a database, I'd like only to be a littel more concise than the log table.

Cheers