Iavor Raytchev wrote:
Ok... here is what i do...i take a Python based soap server with https.
I use python's facilities
to execute all the vpopmail/bin commands from a shell.
How insecure is it? Well, if someone broks your webserver, and you are
carefull,
they will certaintly gain root to t
I dont think implementing an independent tcp transport (even if its a
very simple protocol) is a good idea nowdays.
I would do it in a soap or xmlrpc wrappers, over an already well made,
very lean, http server library. So then the clients could be made in any
language without having to implemen
That woudl be the best way. However, then we'd need a PHP API to use in
web-apps
[snip]
Ken, actually how do you imagine php to talk to the daemon?
With XML-RPC or SOAP!