> > > ITOH, can i only populate the vpopmail table to create the
> > > new users instead of using the vpopmail executables?

> > Yes you can
> >
> > I use an ASP script on a W2K web server to insert new users into the
MySQL
> > table on our vpopmail Linux server
> >
> > You could do the same thing with PHP if you had a Linux web server
> >
> > One thing to note about this is that the user's mailbox will not get
created
> > on the disk until their first bit of mail arrives...
> >
> > Michael.

> thanks Michael,
> One more thing:  How do you create the encrypted password?
> I have read in the archives that you cant use the standard md5 crypt
method,
> is this true ?
>
> --
> Miguel

I based my script on Peter Palmreuther's code sample at
http://bluedot.net/mail/archive/read.php?f=2&i=7411&t=7409

My script uses ASP rather than PHP, so it is a little different, but the
general logic is the same

Let me know if you would like me to post my ASP code for your inspection

Michael.


Reply via email to