Alessio Cecchi wrote:

Hi all

i need to add user to my vpopmail installation in an automatic way form another application (like a registration form).

My intention is to dialog from the form (like a PHP form) with qmailadmin. Sent to qmailadmin an http request with login parameters (postmaster, domain, password) and user name to add in vpopmail.

There is a way for make it in a single time http request?


No. At minimum, you're going to need to do a login to get a session ID, and then make your add user request.

I think you're making trouble for yourself by trying to do it this way. The recommended way to do this would be to have your PHP application talk to vpopmaild. For help with that, you should ask on the vchkpw list.

David Chaplin-Loebell
Klatha.com


Reply via email to