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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mukluk123

    SqlDataAdapter use results in SQL Server processes 'AWAITING COMMAND'?

    It's better to know that someone else out ther has the same problem. Im using a DataAdapter just as you are, on a very data intensive site. I dispose of the adapter immediately after filling the table and close the connection after each use. The connections are still not being killed on the...
  2. mukluk123

    .NET and DirectX components

    im a beginner to DirectX programing and i wanted to get started but im having trouble with the references. I'm using Visual Studio .NET and DirectX9 SDK. When I open sample code there are exclamation points on the references for microsft.directx and all the other components under that namespace...
  3. mukluk123

    problem with outgoing mail in Outlook 2002(XP)

    ok update on the situation. I told a user to switch their settings to relay through their ISP's SMTP server and everything went through fine. but again that is still weird because they have other accounts that dont relay their ISP's SMTP and they work fine. So i do consider this problem solved...
  4. mukluk123

    problem with outgoing mail in Outlook 2002(XP)

    I'm having a problem with Outlook 2002 that comes bundled with Office XP. When several users attempt to send mail through our SMTP server from outside the network through the internet, they authenticate fine (e.g. they dont get a mail saying they failed to relay) but the SMTP server times out. I...
  5. mukluk123

    problem with authentication in Outlook 2002(XP)

    i forgot to mention something else. The SMTP doesnt actually fail in relaying (e.g. i dont get a returned email saying it failed) it just times out. so maybe its not an authentication problem at all. but the fact that its using the computer name as the user name bothers me Matt
  6. mukluk123

    problem with authentication in Outlook 2002(XP)

    im having a problem with authenticating using outlook 2002(bunndled with office XP). I cant relay through my SMTP from outside the network. I have my authentication settings all the same but for some reason when using outlook 2002 it trys to authenticate using the name of the computer. when the...
  7. mukluk123

    OWA anomolies in IIS snap-in

    After I have set-up my exchange server and was checking on my OWA setup i noticed that in the IIS snap-in the icons that are normally folders for web folders have stop signs with the word error wriiten on them for my exchange virtual directories. I notice no problem with the functionality of OWA...
  8. mukluk123

    Problems with Name Resolution

    Yeah but if spammer were to relay through you with a trojan (which is the popular method nowadays. Ive seen plenty of this with another company I worked for) and tweaked the trojan to send through the victim's ISP's SMTP server that would make them just as vulnerable. But I suppose the only way...
  9. mukluk123

    Web Mail Question

    you could setup a virtual directory in your IIS Admin snap-in on your web host and redirect it to http://192.168.0.3/exchange (or relavent domain name) if you are running HTTP on your exchange server the OWA is setup automatically with exchange to that directory. this should create a link...
  10. mukluk123

    Problems with Name Resolution

    Yes after much investigation I have found that the ISP does block port 25. But they do allow redirection through their SMTP. Which i found out by accident. This seems to make them just as vulnerable to attacks. They dont say anything about it on their website so maybe thats their security...
  11. mukluk123

    Problems with Name Resolution

    ok heres a little snippet of the log file from my SMTP server if this helps anyone 19:33:17 216.196.5.22 EHLO - 250 19:33:17 216.196.5.22 MAIL - 250 19:33:17 216.196.5.22 RCPT - 250 19:35:17 216.196.5.22 TIMEOUT - 121 19:35:17 216.196.5.22 QUIT - 0 notice the timeout. what does this mean? is...
  12. mukluk123

    Problems with Name Resolution

    Ok I rid myself of the "odd occurance" by setting DNS to apply no suffix to the query. so this problem is fixed. But the outgoing mail is still not working. does putting external DNS servers in the delivery settings of the SMTP virtual server override a query to the local DNS or does...
  13. mukluk123

    Problems with Name Resolution

    oh also, after reading this i noticed it wasnt that clear. if the domain (companny.dyndns.com) doesnt exists snlookup does give the correct IP address
  14. mukluk123

    Problems with Name Resolution

    Heres the situation, Im running Exchange 2000, and im having trouble with name resolution for internet emails. This is for a small business so all servers (DNS, exchange, web, etc.) are on the same box. I have DSL with a dynamic IP and im using DynDNS for my internet domain name so its in this...
  15. mukluk123

    Turned down by the phone company and dont know why

    yeah i found out through much time and effort that im on a digital gain pair. I dont know much about these things except that its basically a digital line over copper. So in other words that means they would have to rerun me an entire new line. And this is assuming that there is copper left in...
  16. mukluk123

    Turned down by the phone company and dont know why

    About 2 weeks ago I signed up for DSL and I was told that my activation date would be in 2 weeks. Well a day before my activation date they told me that my line will not supposrt DSL. So after repeated calls to my phone company and to the DSL company (both are SBC but for some reason they have...

Part and Inventory Search

Back
Top