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!

Recent content by fuego007

  1. fuego007

    Exchange 2007 subdomain not able to receive emails

    You probably need to set the connector to accept any recipient. See this article: http://www.omegaprojex.com/index.php/2010/05/11/how-to-set-up-an-anonymous-receiver-and-allow-external-relay-in-exchange-2007-or-2010/ Sorry for the long url. I'm unable to use tinyurl.com at work. When all else...
  2. fuego007

    Exchange 2007 - Find User forwarding to specific address

    Instead of looking for $_.forwardingaddress -ne $null, change your search parameter to look for anyone forwarding to the email address in question use -like (instead of -eq) "*joe.schmoe*". The * is a wildcard and will cause the command to return all mailboxes forwarding to an address that...
  3. fuego007

    Delayed Delivery

    Are you using the Message Tracking tool, or the Tracking Log Explorer tool? You should be using the Tracking Log Explorer. Since you mention getting a "red x", I suspect you are using the Message Tracking tool. When all else fails, read the book!
  4. fuego007

    CAS Server Pinned at 100% CPU

    Check the OS version on any iPhones and iPads that connect to Exchange. iOS 6.1 is know to cause such issues, so if any of your devices are running this version upgrade them to the most current iOS. When all else fails, read the book!
  5. fuego007

    single user receiving multiple copies of a single email

    Check the Delivery Options on the Mail Flow Settings tab of the mailbox properties to make sure an additional delivery point isn't causing a message loop. When all else fails, read the book!
  6. fuego007

    Outlook 2010 certificate issue after upgrading from Exchange 2003 to 2010

    Please disregard my previous post. Sometimes it helps to read the original post carefully :-). When all else fails, read the book!
  7. fuego007

    Outlook 2010 certificate issue after upgrading from Exchange 2003 to 2010

    This may be a stupid question, but my motto is the only stupid questions are the ones that aren't asked. So, here goes: Have to enabled the certificate for Exchange? (enable-exchangecertificate -thumbnail xxxxxxxxxx -services IIS,SMTP, etc). When all else fails, read the book!
  8. fuego007

    (507) Insufficient Storage

    Sorry, my mistake. I see you did mention changing the send connector setting. Did you also change the default receive connector setting? When all else fails, read the book!
  9. fuego007

    (507) Insufficient Storage

    You cannot have a working Exchange 2010 environment without a Hub Transport server. If you have only one mailbox server, add this role to it. EVERY message has to go through a HT server, even if the sending and receiving mailboxes are on the same server. You also cannot send mail outside of your...
  10. fuego007

    Exchange 2010 migration from 2007

    The Edge subscription is for the entire Exchange environment. You cannot separate subscriptions based on Exchange version. So your environment is working as it should. Since you subscribed your Edge transports from your 2010 HT, you won't have to do anything when you remove your 2007 HT servers...
  11. fuego007

    2007 to 2010 - all working apart from ActiveSync

    The proper solution is to point your external DNS entry for CAS (OWA, etc.) to the 2010 CAS, then let 2010 CAS redirect connections for users still on 2007 to the 2007 CAS. All that is required to make the redirection work is a DNS entry A record for 'legacy' with the IP address(es) of your 2007...
  12. fuego007

    Does Exch 2010 ssl cert encrypt messages sent via internet as well as inhouse?

    Communication between Outlook and Exchange Server is encrypted by default. You can deselect this, but I don't know why anyone would. TLS will encrypt the data between the two internet end points (i.e. SMTP gateway, such as an Edge Transport server. Even products such as Zix do not encrypt the...
  13. fuego007

    Get-MailboxStatistics script to display username

    If you run the "get-mailboxstatistics | fl" command on a single mailbox you will see all of the fields available to you, and the user name is not one of them. If you are good at scripting, which I am not, there is a way to combine the output of the get-mailbox command and that of the...
  14. fuego007

    Error Testing Web Services

    I have a not-yet-fully-implemented Exchange 2010 environment coexisting with our 2007 environment. What isn't yet implemented is external access to OWA and ActiveSync (that should happen tomorrow). OWA works just fine using the internal URLs for both 2010 CAS, and there are no issues for the...
  15. fuego007

    Update user's own details - Exchange Control Panel

    Read up on Roles Based Administration in Exchange 2010. You can delegate this kind of function to one or more HR people, and they can make these changes through the OWA Administration console. When all else fails, read the book!

Part and Inventory Search

Back
Top