Re: [vchkpw] php extension or daemon

2004-04-02 Thread Alejandro Borges
Iavor Raytchev wrote: snip interesting request about vpopmail admin server 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

Re: [vchkpw] php vpopmail daemon etc. - developing story

2004-04-02 Thread Alejandro Borges
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

Re: [vchkpw] php vpopmail daemon etc. - developing story

2004-04-02 Thread Alejandro Borges
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!