Does your VB program have a form it displays? If it does then that's probably your problem.
Bill >---------- >From: QCI Internet[SMTP:[EMAIL PROTECTED]] >Sent: Wednesday, July 10, 2002 6:31 AM >To: [EMAIL PROTECTED] >Subject: [xmail] Re: SQL Authentication > > >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. > >---- >Jeff Jarchow >QCI Internet >http://www.qcinet.net/ > > >----- Original Message ----- >From: "Davide Libenzi" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Monday, July 08, 2002 11:37 AM >Subject: [xmail] Re: SQL Authentication > > >> >> On Mon, 8 Jul 2002, QCI Internet wrote: >> >> > >> > Hi, >> > >> > I have a rather technical questions. I have an existing SQL database >that >> > has many users and passwords from a billing program that I need for my >> > customer. I like the xmail server, but I am having trouble getting >something >> > to work. It is my understanding that xmail can use "external >executables" >> > for certain tins like userauth. I have written a quick VB program that >> > connects to my SQL server to verify a user name and password. One >problem, I >> > am not quite sure how xmail uses this file or even executes it properly. >The >> > documentation for this method is not very clear. Please, someone shed >some >> > light on this subject, or maybe even let me know this isn't possible. >> >> Even if XMail can do something like that, i suggest you an inverse >> approach. Keep using your SQL database and hook your stored procedures >> that add/remove domains/users with something that triggers a CTRL command. >> You can use either CtrlClnt or COM objects that are available. >> >> >> >> >> - 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] > > - 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]
