----- Original Message ----- From: "Norman J. Nolasco" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 10, 2002 09:24 Subject: RE: [IMail Forum] asp pages
> If you're running SQL for your user database, it's pretty easy. Just > add a user to the user table. If you're using the registry for your > user database, you can either write a COM object to add the user into > the registry or you can use the ASP WSScript object to run the adduser.exe > command line exec. If you don't want to mess with your registry (I would > probably mess something up), then the WSScript object might be your best > bet. I'm just not sure how secure your application would be if one of > your ASP pages opened up an object that could potentially run any .exe > or .bat on your server. I've already half-written a COM component that reads the registry for user and domain information. One stumbling block to writing is the password. Is it possible to generate an IMail password programatically, or is this still something that must be done by the program itself. Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Please visit the Knowledge Base for answers to frequently asked questions: http://www.ipswitch.com/support/IMail/
