Re: [vchkpw] Exit Codes

2002-11-12 Thread Michael Bowe
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

[vchkpw] Exit Codes

2002-11-11 Thread Miranda Gomez Miguel Angel
Hi list, I'm writing a php script to create vpopmail (Ver 5.3.6 with mysql) accounts, but the function always return 1, doesnt matter if the user was succefully created or not, ie: $cmd = /email/vpopmail/bin/vaddsuer -c $name $user$domain $password; exec($cmd, $dat,$code); return $code; $code

RE: [vchkpw] Exit Codes

2002-11-11 Thread Michael Bowe
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... Another thing of note about this is that if you try to vdeluser a user that does not have a mailbox dir, vdeluser spits out an error to the screen. However, the