I wrote a little dracinsert utility about a year ago - adding native drac support is trivial (a single call to dracauth() and the hooks to specify a server), though I don't know how well used it would be (ie. is it worth it?). You'd want a configure --with-drac option to add in -ldrac.
On a related note, can your database handle triggers that call OS commands (or compiled code or anything)? If so, you could take the dracinsert I wrote and have your database execute it every time dbmail's pbsp table is updated (or slightly adapt it to run as a trigger if you have to run compiled code). And again on a related note, would it be useful to have dbmail be able to call any arbitrary OS command with certain parameters when a user logs in/out? And/or at any other time? With custom hooks in the right places it could be a very flexible system. And is it worth it? On Thu, 2007-07-19 at 22:24 +0200, Paul J Stevens wrote: > > drac support > > Dbmail has been doing that since before 1.0, albeit with its own > native > implementation (pop_before_relay/imap_before_relay). -- Jesse Norell Kentec Communications, Inc. [EMAIL PROTECTED] _______________________________________________ Dbmail-dev mailing list [email protected] http://twister.fastxs.net/mailman/listinfo/dbmail-dev
