I don;t have the ability to fire a command locally onthe system. I can do one of the following:
http get request send an email odbc connection The only other solution I could think of that will work for me is to fire off and http get request to the web/email with all the pertinent data and have an ASP page take the input and then run the CTRLCLNT command from that. Any thoughts. See, the way my billing system is setup is the only thing running on the server is MSSQL 7. Each client does all the transcations on its own. So each time we add a client or delete a client or change a password, it is all done from the client machine. Hence, the best way I can thnk to integrate this is to send http requests back to the server, or send an email back and parse the email for the correct info. But again, if I parse the email, the execuatbale I use to parse the email hangs when I run xmail as a service. Any thoughts on this. ---- Jeff Jarchow QCI Internet http://www.qcinet.net/ ----- Original Message ----- From: "Davide Libenzi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 10, 2002 12:17 PM Subject: [xmail] Re: SQL Authentication > > On Wed, 10 Jul 2002, QCI Internet wrote: > > > > > I am not quite sure what you mean. I have narrowed down the problem though > > of why my external commands are not working. > > > > I have found that when I am running the server normally as an NT service, > > ANY time I try to run ANY external command, the external command locks up > > and does not run. When I start the server in debug mode, the external > > commands complete just fine. Anyone know why. Maybe a permissions thing or > > is it something internal to the way the service runs. > > again, since XMail requires mailusers.tab entries it's better that you use > the approach i suggested you. create the initial setup by generating a > correct file to be fed to MkUsers and then create forms ( or something > like that ) that shoot a CTRL command on domain/accounts > insertion/removal. it's simpler and _a_lot_ faster. > > > > - Davide > > > - > To unsubscribe from this list: send the line "unsubscribe xmail" in > the body of a message to [EMAIL PROTECTED] > For general help: send the line "help" in the body of a message to > [EMAIL PROTECTED] > - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
