On Fri, 22 Aug 2003 15:10:03 -0400, "Samuel Hill"
<[EMAIL PROTECTED]> wrote:

> Is there an easy way to enable logging with tmda-cgi for installs and
> uninstalls?

No, not currently.  I've held off on all logging-related stuff until
TMDA embraces the new Python logging module.  That way I won't have to
rewrite it later.

> Basically being able to keep track of which users have tmda installed.
> A simple log file with current users installed or even a simple log file
> like so.
> [EMAIL PROTECTED] - installed
> [EMAIL PROTECTED] - Installed
> [EMAIL PROTECTED] - installed
> [EMAIL PROTECTED] - uninstalled

Instead, can I suggest just using 'nix utilities to do this search?
For example, if you are using vpopmail and qmail, you can do the
following:

# grep -l tmda `find /home/vpopmail/domains/ -name ".qmail-*"` \
     |grep -v \\-default

Sneaky, huh?

Gre7g.
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to