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 MikeeOK 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. kandym

    Exchange SMTP Virtual Server IP Adresses

    No, that's the strange thing. Each smtp virtual server has its own IP address selected in that field, but when I send mail through them, they don't use the IP address that I've selected in that dropdown list. I've tried restarting services, even rebooting the whole server. Here's the actual...
  2. kandym

    Exchange 2003 OWA Logon Problem

    How are you logging in to OWA? Specifically what are you using for the username? The OWA logon username should be the active directory account username, and thus should be completely independant of any smtp addresses. So in your situation, if your test user's active directory account name is...
  3. kandym

    Exchange SMTP Virtual Server IP Adresses

    I have two smtp virtual servers on my exchange server, each with their own IP address. They receive mail just fine on their specified IP addresses, but when they send mail, they both send over the default IP address of the server. It's as if when sending mail, an smtp server ignores its bound...
  4. kandym

    System Manager on Win XP Pro Machines

    The Exchange 2003 Server Installer has an option for installing only management tools (MMC and Exchange System Manager). I ran this on my XP machine, and it notified me that in order to run, I needed the IIS snap-in installed, as well as the WWW and SMTP services. The other pre-requisite is...
  5. kandym

    System Manager on Win XP Pro Machines

    I am trying to run the Exchange system manager and AD tools from my Win XP Pro workstation, and after following the instructions for installing the tools (install adminpak, IIS Services, then Exchange Management Tools) I can't seem to access most of the system manager functions. Active...
  6. kandym

    routing to multiple smtp virtual servers

    Update on this - after leaving it alone for a few hours, I came back to it and found that my virtual SMTP servers are now sending email without routing through the primary SMTP server, but they won't bind to the IP address I've set on the SMTP properties page. So, if I send a message through...
  7. kandym

    routing to multiple smtp virtual servers

    My exchange server hosts several domains, and I'm having some issues routing messages to the appropriate SMTP virtual server. The first problem I'm having is that even though I've created an SMTP virtual server on its own IP address for each domain, the virtual servers are all redirecting...
  8. kandym

    Multiple Alias or Addresses Possible?

    I don't think you have multiple exchange accounts, can you?
  9. kandym

    Multiple Alias or Addresses Possible?

    Here's a related question - is there any way to choose which SMTP address is used when sending a message in Outlook? The hard way would be to change the "primary" smtp address, but is there any way to do this from Outlook?
  10. kandym

    Update Using nested Select / Corelated Subquery

    How about something like: update table set description = (select description from temptable tt where tt.key = table.key) where key in (select key from table)
  11. kandym

    Using Contains in Stored Procedures

    I'd like to create a stored procedure for a full-text search query using the "contains" function, with a generation term. It would look something like: CREATE PROCEDURE [search] @string varchar AS select t.item FROM table t where contains(t.info, ' FORMSOF (INFLECTIONAL, @string) ')...

Part and Inventory Search

Back
Top