Gregory Pierce wrote:

Essentially what I need to do is:

* instantiate
* start/stop
* add/remove configure users
* add/remove configure spam filters
* add/remove configure virtual hosting

It just needs to integrate with another application.

For configuring users and virtual hosting you could access the database, if you have one set up for James.


Alternatively you could use a socket to connect to the remote manager port.

For spam filters, create a mailet to do it and perhaps a database that it uses, which you could then talk to.

Stopping can be done by remote manager port.

Starting I don't have a good suggestion at the moment, but I am no expert. Can you get the system to execute the startup script?

Perhaps there is a way to talk to Phoenix?

Many things can also be done by sending mails to james and catching them with a mailet, but I would be a bit careful of that.

There are many ways to skin a cat and not all need be so complicated.

/tobe


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to