Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding user to mail server

Status
Not open for further replies.

joelxez

Programmer
Apr 18, 2002
67
PH
Dear Experts,

I'm using Linux 8.0 Mail server. Is there anyone have an idea to add user using asp to mail server? pls. share me...

Joel,
 
If you can add users from one line on the command line in the OS, you can use the server_shell.run procedure. I have a procedure that uses 'net send' for Win2K to notify certain people when a new order is added. Here is the code I use:

Set server_shell = Server.CreateObject("wscript.shell")
server_shell.Run "%comspec% /c net send bzielinski [FROM: " & Computer & "] " & Msg

Computer is the username and Msg is predefined message based on type of order added. Bill Zielinski
bzielinski@co.midland.mi.us
County of Midland, Michigan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top