Exchange 2010 Email Alias

Is there a way (preferably with Powershell) to find out when the last time an email was sent to a persons email alias as opposed to the primary email address?
Any help would be appreciated.

Hi,
Based on my knowledge, when we use Get-MessageTrackingLog cmdlet to find out when the last time an email was sent to a user, we usually use
Recpients parameter specifies the recipient's SMTP e-mail addresses of the messages. And there are
no other parameters we can specify the recipient's alias instead of primary email address.
In addition, here is the script to find out when the last time an email was sent to a user with email SMTP address.
$UserList = Get-mailbox -Resultsize 10
$MasterList = @()
foreach ($User in $UserList) {
$MyObject = New-Object PSObject -Property @{
EmailAddress = $null
MailboxSize = $null
LastSent = $null
$ErrorActionPreference = 'SilentlyContinue'
$MyObject.LastSent = ((Get-TransportServer | Get-MessageTrackingLog -Recipients $user.PrimarySmtpAddress | sort timestamp)[-1]).timestamp
$MyObject.EmailAddress = ($User).PrimarySmtpAddress
$MyObject.MailboxSize = (Get-MailboxStatistics $User).TotalItemSize
$ErrorActionPreference = 'Continue'
$MasterList += $MyObject
$MasterList
Note: Searching message tracking logs across the organization is very slow.  I specified "resultsize 10" below so you can see how the script works.  Once you're happy, change "10" to "unlimited".
Best regards.

Similar Messages

  • Exchange 2010 Emails relay to different server

    Hi Guys
    We are having some trouble in emails. We have hosted exchange for customer. The same Exchange Server(2010) hosts emails for company as well.
    We migrate the email and accounts to hosted exchange from other mail server(exchange,google etc)
    I need to migrate a new customer to hosted exchange but before that I need to migrate few accounts for testing. The issues I need to address is that as soon as I will migrate one mailbox to our hosted exchange, any emails sent to that users from our company
    email address will be routed internally. 
    For Example
    There is a customer with email : [email protected] and is hosted within their own exchange(ExchangeServe1)
    We have a Hosted Exchange(ExchangeServer2) server which hosts our emails and we offer email solution to customers.
    When I will migrate [email protected] into our Exchange server(Exchange Server2) and if after migration I want to send some email from my company email address(Exchange Server2)  exchange will do internal routing and forward email to [email protected] which is
    in the same exchange server(ExchangeServer2).
    But I want exchange to forward email to existing customer exchange server(ExchangeServer1).
    We are not changing MX record yet so incoming emails from anywhere else would be fine except when we will send emails from our company emails addresses to abc.com domain.
    So my question, How do I configure our exchange that it does not send emails to an organization configured in the same exchange server.

    you can do this manually with a contact on the old exchange server and a transport rule to forward a copy to the new server you will have to come up with a unique name for the new server at least on a temporary basis maybe a sub domain.
    you could also remove the allowed domain name of this customer from your server this is how exchange determined delivery.

  • Exchange 2010 email access from iPhone 4

    Hi,
    We have Exchange 2010 in our network and we are publishing OWA & Outlook Anywhere using TMG 2010 with GoDaddy Public Certificate.
    Everything works well.
    I can access the OWA & Outlook Anywhere from Non Domain machines without any issues but when it comes to iPhone it just doesn't work.
    I followed the procedure to configure iPhone from this link and selected the manual configuration option but i get the 
    http://maketecheasier.com/connect-exchange-account-from-iphone/2011/02/14
    I get Server‘
    field added to the previous fields in the settings.
    Is there any configuration required on TMG for iPhone email access?
    Please suggest.
    Regards,
    Maqsood
    Maqsood Mohammed Senior Systems Engineer MCITP-Enterprise Admin & ITILv3 Foundation Certified

    Hi,
    We have Exchange 2010 in our network and we are publishing OWA & Outlook Anywhere using TMG 2010 with GoDaddy Public Certificate.
    Everything works well.
    I can access the OWA & Outlook Anywhere from Non Domain machines without any issues but when it comes to iPhone it just doesn't work.
    I followed the procedure to configure iPhone from this link and selected the manual configuration option but i get the 
    http://maketecheasier.com/connect-exchange-account-from-iphone/2011/02/14
    I get Server‘
    field added to the previous fields in the settings.
    Is there any configuration required on TMG for iPhone email access?
    Please suggest.
    Regards,
    Maqsood
    Maqsood Mohammed Senior Systems Engineer MCITP-Enterprise Admin & ITILv3 Foundation Certified
    Please can you give some info about the Godday certificate you bought.

  • Exchange 2010 Email not Syncing, but Contacts and Calendar do???

    Anyone have any feedback on this? I have tried deleting and readding my Exchange 2010 account several times and same result.
    No emails are displaying at all. However, all of my contacts are appearing in the contacts app and so are calendar entries. Also, when I go into the settings and choose which folders to have push email, I see a list of all of my exchange folders, so I know it is seeing the server.
    Any idea why the emails are not appearing? I have tried all combinations of different settings and can't get them to appear.
    Thanks

    Are either of you part of protected groups in active directory/exchange? Such as the built ins. i.e Domain Admin/Account Operator etc?

  • Personalize email disclaimer in exchange 2010 with alias?

    Hello all,I would like to notify everyone in my email disclaimer that our email domain will be changing. I need the old email and the new email address for this. I can use %%Email%% but is there a way I can use the alias alone?
    I think it can't be done unless I make a custom attribute or something or am I missing something?
    some more info here: technet.microsoft.com/en-us/library/bb124352(v=exchg.141).aspx#ADAttributes (this is a link but I am not allowed to post it)
    Thanks in advance!

    Hi,
    According to your description, I am not quite sure about your requirement. Could you please provide more information about your issue, such as why do you want to use %%Email%% or alias to filter the disclaimer as a condition?
    Generally, if you want to notify everyone that the email domain will be changing by using email disclaimer. We can add a disclaimer to all domain messages by a transport rule. For example, the following rule can add “Our email domain will be changing” at
    the start of the newest e-mail message for all messages which are sent and received inside the organization:
    If you just want to add this disclaimer in a specific user’s message, we can do the following:
    Apply this rule if…
    The sender is Administrator,
    Do the following…
    Append disclaimer text and fallback to action if unable to appy…
    Regards,
    Winnie Liang
    TechNet Community Support

  • Secure Exchange 2010 email

    Hi
    Does anyone have any advice on the best way to secure Exchange emails? Can they be encrypted?
    Thanks
    Shane 

    Hi,
    To be able to encrypt messages sent to external users, I would like to consider
    S/MIME encryption or 3<sup>rd</sup> part solution.
    S/MIME is a widely accepted method for sending digitally signed and encrypted messages. S/MIME allows you to encrypt emails and digitally sign them. When you use S/MIME with an email message, it helps the people who receive that message to
    be certain that what they see in their inbox is the exact message that started with the sender. It will also help people who receive messages to be certain that the message came from the specific sender and not from someone pretending to be the sender.
    Plan for e-mail messaging cryptography in Outlook 2010
    https://technet.microsoft.com/en-us/library/cc179061.aspx
    Secure Mail
    https://technet.microsoft.com/en-us/library/cc962043.aspx
    Hope this will be helpful for you.
    Best Regards.

  • Exchange 2010 - Email signature setup with Transport Rule - Want to disable the rule for iOS devices

    So we decided to have a company wide email signature which pulls user info from AD to fill in the HTML template. What I have found out is that iOS devices send email as plain text which displays the HTML content with strings of text in emails send from
    those devices. The only way I have found to make this work is have the user keep the default "Send from my iPhone" signature and exclude the rule based on that text in the body. Is there a cleaner option in case our users decide to change their default
    signature on their iOS devices?

    I can't find a clean answer for you.
    You might use the Set-TransportRule cmdlet and one of the exception clauses to look for something in the header.  I looked at an ActiveSync-generated header from my Droid (I don't have an iPhone to try this out on) and I see this:
    Message-ID: [email protected]
    The clause:
    -ExceptIfHeaderMatchesPatterns "Message-ID:\s(\S|\s)*email.android.com"
    should exclude messages sent from Droids.  Of course, I can't say that it'll exclude all of them so you'll have to experiment and use trial and error.
    http://technet.microsoft.com/en-us/library/bb123534(v=exchg.150).aspx
    http://technet.microsoft.com/en-us/library/aa997187(v=exchg.141).aspx
    You may need to experiment with the rule because I haven't tested it.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • Exchange 2010 Google Apps Split Delivery

    The situation I'm facing is a little confusing. 
    Our organization has Exchange 2010 email accounts in place for all staff with an address scheme of
    [email protected]
    We recently signed up for Google Apps and are using the same domain name for those accounts as well. 
    These accounts are for our students with the address scheme of
    [email protected].
    With using the same domain name we are looking to a split delivery solution I’m assuming to make this work. 
    In theory what we are looking for would be that if an email is sent to a recipient at mydomain.com it would come through our Exchange server. 
    It would look for the intended email account.  If it were for a staff member an account would be present and the mail would stop there. 
    However if it were for a student it would not find the account and then pass through to Google’s servers by way of a send receiver.
    I have set up the send receivers according to the documentation from the following website:
    http://community.spiceworks.com/how_to/show/38537-ms-exchange-and-google-apps-split-delivery-for-single-domain-name-k-12-school-sample-shown
    These steps include-
     Setting the accepted domain from “Authoritative” to “Internal Relay”
    Setting up a send connector to point to Google’s servers with a cost of 1 to make it priority. 
    Since we currently have a send connector setup to route email out through our spam filter, that would go to a cost of 2.
    The issue seems to be that when the send connector that is pushing the mail to Google’s servers is set to a cost of 1, giving it priority, it then creates a send loop for the staff members sending
    email from Exchange. 
    The Google student accounts do not receive any mail from outside without a send connector in place to tell the emails to go to the Google servers to look for those accounts since our MX records
    point to our spam filter.  I know I have read multiple place that it would be easier to have the MX records point to Google for the domain and then set up routing on that end to push email to unknown accounts to our Exchange server, however
    we would like to route it the opposite of that.
    Please let me know if I have overlooked anything, however at this point I’m stumped. 
    Thank you for your time.

    What are the namespaces on the two connectors ?
    Cheers,
    Rhoderick
    Microsoft Senior Exchange PFE
    Blog:
    http://blogs.technet.com/rmilne 
    Twitter:   LinkedIn:
      Facebook:
      XING:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Redirection of emails garbled-flat from Exchange 2010

    When we forward email from exchange server to an external contact, recipient receives clear text or garbled emails.
    When we create a rule in Outlook 2010 and forward from there it reaches fine.
    What's the different between doing it from server exchange 2010 and outlook 2010?
    thoughts????  thanks

    Hi,
    For the purpose of forwarding emails, there is no big difference. One is forwarding emails from Exchange server side, the other is forwarding emails from outlook side.
    About the format problem, please check the following setting.
    In the console tree, navigate to Recipient Configuration > Mail Contact.
    In the result pane, select the contact you configured for forwarding email.
    In the action pane, click Properties.
    Use the General tab, check the option Use MAPI rich text format.
    Never   If you select this option, messages sent to this recipient are converted to plain text.
    Always   If you select this option, messages sent to this recipient are in the MAPI rich text format (RTF).
    Use Default Settings   If you select this option, messages sent to this recipient are sent in either MAPI RTF or plain text, depending on the settings of the client computer from which the message is sent.
    Meanwhile, please run the following command to check the format setting on the contact.
    Get-MailContact “Alias” | fl UseMapiRichTextFormat, MessageBodyFormat, MessageFormat
    For more information about these three parameters, please refer to this document
    https://technet.microsoft.com/en-us/library/aa995950(v=exchg.150).aspx
    Best Regards.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Lynn-Li
    TechNet Community Support

  • Exchange 2010 can't send or receive email with attachments.

    Hello,
    We have an Exchange 2010 server, running under Windows 2008R2. Both the server and Exchange are current for Windows and Exchange updates. Exchange is on SP3 installed about a month ago with no errors reported in the event logs.
    The problem is that attachments over about 1 MB do not send or receive and no error message is returned. If I send an email message with a 3 MB attachment to myself, it reports as sent in Outlook. On the Exchange server the message queue shows nothing in
    the queue. I try to use Exchange mail flow tracking tool and it hangs when selecting “messages received from” option. I gave up waiting after 5 minutes for the display to populate.
    As the server is set attachments should be able to send and receive up to 20 MB.
    I checked and verified all settings I could find related to this. I checked with the Exchange Management Console per the following article:
    http://www.msexchange.org/articles-tutorials/exchange-server-2010/management-administration/managing-limits-exchange-server-2010-part1.html
    I also checked using the Exchange Power Shell using the following article:
    http://eightwone.com/2010/09/29/exchange-message-size-limits/
    Both show that all settings are suitable. Details are below
    I would appreciate feedback on this problem.
    Thank you!
    Details from the articles noted above:
    First test was to attach a 3 mb text file in Outlook sent from my in house account to my in house account. After 5 minutes the test message was not received nor was there an error message returned.
    Checked The Exchange server mail queue and there was nothing in the queue. Checked the Exchange mail flow tracking tool and it hung when selecting “messages received from” option.
    Reviewed and verified settings per the following 2 articles:
    Article #1
    http://www.msexchange.org/articles-tutorials/exchange-server-2010/management-administration/managing-limits-exchange-server-2010-part1.html
    Organization Configuration>Hub Transport>General Settings>Global Settings>Transport Settings set to max receive size (KB) = 20480
    Settings set to max send size (KB) = 20480
    Organization Configuration> Hub Transport> Send Connectors tab.
    Maximum message size (KB) set to 20480
    Exchange Management Console> Server Configuration> Hub Transport> and then on the right side, select the desired server.
    A list of all Receive Connectors will be shown below
    There are 3 receive Connectors
    #1) named Client XXXXXXXXXX
    Maximum message size (KB) set to 20480
    #2) named Default  XXXXXXXXXX
    Maximum message size (KB) set to 20480
    #3) named relay
    Maximum message size (KB) set to 20480
    Use Exchange Management Shell to check settings
    #1) Get-ADSite
    Returns:
    Name                           HubSiteEnabled
    Default-First-Site-Name        False
    #2) Get-ADSiteLink
    Name                      ADCost     ExchangeCost    Sites
    DEFAULTIPSITELINK         100                        {xxxx.local/Configuration/Si...
    #3) Get-ADSiteLink | select Max*
    MaxMessageSize
    unlimited
    Exchange Management Console>Expand Organization Configuration>Click on Hub Transport item>Click on Transport Rules tab
    No rules
    Article #2 
    http://eightwone.com/2010/09/29/exchange-message-size-limits/
    COMMAND: Get –TransportConfig
    results:
    ClearCategories                     : True
    ConvertDisclaimerWrapperToEml       : False
    DSNConversionMode                   : UseExchangeDSNs
    ExternalDelayDsnEnabled             : True
    ExternalDsnDefaultLanguage          :
    ExternalDsnLanguageDetectionEnabled : True
    ExternalDsnMaxMessageAttachSize     : 10 MB (10,485,760 bytes)
    ExternalDsnReportingAuthority       :
    ExternalDsnSendHtml                 : True
    ExternalPostmasterAddress           :
    GenerateCopyOfDSNFor                : {}
    HygieneSuite                        : Standard
    InternalDelayDsnEnabled             : True
    InternalDsnDefaultLanguage          :
    InternalDsnLanguageDetectionEnabled : True
    InternalDsnMaxMessageAttachSize     : 10 MB (10,485,760 bytes)
    InternalDsnReportingAuthority       :
    InternalDsnSendHtml                 : True
    InternalSMTPServers                 : {}
    JournalingReportNdrTo               : <>
    LegacyJournalingMigrationEnabled    : False
    MaxDumpsterSizePerDatabase          : 18 MB (18,874,368 bytes)
    MaxDumpsterTime                     : 7.00:00:00
    MaxReceiveSize                      : 20 MB (20,971,520 bytes)
    MaxRecipientEnvelopeLimit           : 500
    MaxSendSize                         : 20 MB (20,971,520 bytes)
    MigrationEnabled                    : False
    OpenDomainRoutingEnabled            : False
    Rfc2231EncodingEnabled              : False
    ShadowHeartbeatRetryCount           : 12
    ShadowHeartbeatTimeoutInterval      : 00:15:00
    ShadowMessageAutoDiscardInterval    : 2.00:00:00
    ShadowRedundancyEnabled             : True
    SupervisionTags                     : {Reject, Allow}
    TLSReceiveDomainSecureList          : {}
    TLSSendDomainSecureList             : {}
    VerifySecureSubmitEnabled           : False
    VoicemailJournalingEnabled          : True
    HeaderPromotionModeSetting          : NoCreate
    Xexch50Enabled                      : True
    COMMAND: 
    Set-TransportConfig –MaxReceiveSize 20MB –MaxSendSize 20MB
    C:\Windows\system32>Set-TransportConfig -MaxReceiveSize 20MB -MaxSendSize 20MB
    WARNING: The command completed successfully but no settings of 'Transport Settings' have been modified.
    COMMAND: 
    Get-SendConnector
    Identity                                AddressSpaces                         
     Enabled
    Internet                                {SMTP:*;1}                             
    True
    COMMAND: 
    Set-SendConnector -Identity Internet -MaxMessageSize 20MB
    WARNING: The command completed successfully but no settings of 'Internet' have been modified.
    COMMAND: 
    Get-ReceiveConnector
    Identity                                Bindings                                Enabled
    XXXXXXXXXX\Default XXXXXXXXXX           {0.0.0.0:25}                           
    True
    XXXXXXXXXX \Client XXXXXXXXXX     {:::587, 0.0.0.0:587}                   True
    XXXXXXXXXX \relay                        {0.0.0.0:25}                           
    True
    COMMAND: 
    Get-ReceiveConnector | fl Identity,MaxMessageSize
    Identity       : XXXXXXXXXX \Default XXXXXXXXXX
    MaxMessageSize : 20 MB (20,971,520 bytes)
    Identity       : XXXXXXXXXX \Client XXXXXXXXXX
    MaxMessageSize : 20 MB (20,971,520 bytes)
    Identity       : XXXXXXXXXX \relay
    MaxMessageSize : 20 MB (20,971,520 bytes)
    COMMAND: 
    Get-AdSiteLink | fl Name,*max*
    Name           : DEFAULTIPSITELINK
    MaxMessageSize : unlimited
    COMMAND: 
    Get-RoutingGroupConnector <ConnectorID> | FL Name, *Max*
    No routing group connectors are installed
    Individual
    Recipient Configuration > Mailbox>Properties of the User> Activate tab Mail Flow Settings> Properties>Message Size Restrictions settings:
    Set to 20480 for send and receive for all.
    Re-tested and had the same problem. 
    Post on Technet.

    ExchangeITPro,
    Thank you for your reply.
    >what SP are you at?
    As noted in the first paragraph: "We have an Exchange 2010 server, running under Windows 2008R2. Both
    the server and Exchange are current for Windows and Exchange updates. Exchange is on SP3 installed about a month ago with no errors reported in the event logs."
    >try restarting the transport services.
    Done previously as well as the entire server. No change.

  • Delete emails from a specific folder in Exchange 2010 SP1

    Hi all,
     Since Exchange 2010 SP1 does not have “-DeleteContent” parameter in mailboxexportrequest any more, how do we delete emails from a specific folder of a user mailbox? (Personal folder, not default folders).
    Please note that the ASQ for searchquery in Search-Mailbox does not support “folder”.
    If going for retention policy, is there a way to tag a retention policy to a specific folder of a user mailbox without user attention?
    William Yang
    William Yang

    Hi William,
    Yes, you may not run the Search-Mailbox to delete items in specific folder at the moment. Hope it will be back soon.
    You can create a Personal tag, users can apply personal tags to folders they create. But users have to select related Retention Policy using Outlook or OWA manually.
    For more information, please see:
    Understanding Retention Tags and Retention Policies
    http://technet.microsoft.com/en-us/library/dd297955.aspx
    Frank Wang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • TS3276 i am having trouble with my exchange emails. I use the latest exchange 2010 and am having trouble downloading all my emails on the macbook

    I use a microdost exchange 2010 in my office.  I just bought a macbook pro and try to syn my office mail.  While it has been set up properlly and it has started downloading some of my older emails, it is taking very long and does not download all the mails especially the new ones.  The ones it has downloaded take a long time to load and open.
    I bought the laptop to use it on the go. What is the solution? Please help.
    Thanks.

    Startup your Mac while holding down the Option key. That should prompt the Startup Manager window where you can select the startup disk then click Restart.
    If the startup disk is not available from that window, you may be able to repair the disk.
    Help here >  A flashing question mark appears when you start your Mac

  • Exchange SBS2003: Email that is deleted in Outlook 2010 is not deleted on iPhone 4, or marked read after upgrading to 6.0.1.  Win 7 64bit.  2 Other users in our office with iPhone 4 and iPhone 4s aren't having this issue.  They didn't upgrade to 6.0.1.

    Exchange SBS2003: Email that is deleted in Outlook 2010 is not deleted on iPhone 4, or marked read after upgrading to 6.0.1.  Win 7 64bit.  2 other users in our office with iPhone 4 and iPhone 4s aren't having this issue.  They didn't upgrade to 6.0.1 though.  Mail that is deleted or read on the iPhone 4 is deleted or marked read in Outlook 2010.  So it's a one-way problem.

    Exchange SBS2003: Email that is deleted in Outlook 2010 is not deleted on iPhone 4, or marked read after upgrading to 6.0.1.  Win 7 64bit.  2 other users in our office with iPhone 4 and iPhone 4s aren't having this issue.  They didn't upgrade to 6.0.1 though.  Mail that is deleted or read on the iPhone 4 is deleted or marked read in Outlook 2010.  So it's a one-way problem.

  • CRES html email attachments not working after upgrade to Exchange 2010

    We have just upgraded from Exchange 2003 to Exchange 2010.  No other changes have been made to our network.  No changes were made to user workstations.  Now when users receive emails from Cicso Registered Envelope Service the HTML file attachments seem to be damaged.  It seems as if Exchange 2010 is stripping part of the HTML attachment.  The final error is "Incomplete Payload".  Please let me know if you have any suggestions.

    I'm sorry that you're having problems. Can you answer these questions so that we can better help you?
    What "Adobe update" are you referring to?  Adobe Flash Player? Adobe Reader? Something else?  (Adobe produces countless products/services, so we need to know what got updated on your computer.)
    Are you using the Adobe Send service? Note that you posted your question in a forum that's used for suggesting new features for that service.
    Can you attach other files to emails, but not just PDFs?
    What email program are you using?

  • Unable to receive some emails in Exchange 2010

    Hi,
    Spent a few days on this and getting no where fast and out of ideas now.
    We migrated a customer from SBS2003 running exchange 2003 to Server 2012 running HyperV with Exchange 2010 on a VM. So far the migration had gone through without many issues. We have 2 VM one AD/File server other Exchange 2010. with the old SBS2003 server
    still online.
    Basically after moving all the mailboxes from Exchange 2003 to Exchange 2010, some random users wont receive mail. Internal and sending is perfect. Port 25 was changed from the old SBS server and pointing to new EX2010 box.
    After more testing pointing port 25 back to the old server solves the problem, all users receives emails instantly. So emails are routed via the old SBS box to the new Exchange.
    On the new server both Send and receive connectors have been deleted and recreated. Checked the Default connector and Anonymous users has been ticked. Also this is ticked on the newly created receive connector.
    I enabled SMTP logging and noticed the emails the wasn't getting delivered had the message below.
    354 Start mail input; end with <CRLF>.<CRLF>,
    ,Remote
     Found another person with something similar and tried the fix didn't work for me
    http://social.technet.microsoft.com/Forums/exchange/en-US/da8a1fa4-0757-4ea5-8225-de15707d5a57/problems-receiving-mail-smtpreceive-is-set-to-verbose
    Spoke with the ISP, all the email for our customer goes through a SPAM filtering service and they noticed their server would Telnet in and get "connection lost" after the Mail from: command, which matches the error on the SMTP log. Again it happens
    to random users not receiving mail, but I did notice any new users that was created after the migration doesn't get any external emails when router via the ISP and Port 25 pointing to the new server. 
    So as a trial I bypassed the ISP by updating the MX record to point mail directly at new server, this fixed the problem! Everyone new and old users was receiving no problems. But speaking with the ISP they have 100+ customers on Exchange 2010 and never
    experienced this issue. Only difference i can see we are using HyperV, could this be a networking issue?
    PS our ISP uses a Watchguard device for Spam filtering.
    Thanks!!!

    X.400 potentially could be the problem.. got through this article
    http://www.msexchange.org/articles-tutorials/exchange-server-2010/management-administration/x400-addresses-exchange-2010-part1.html
    Where Technology Meets Talent

Maybe you are looking for

  • HOW CAN I ADD/UPDATE/INSERT IN A USER TABLE WITH MATRIX

    Hi All, I have one User table (Defined as No Object) and what i need to do is a form with a matrix to Add/Update/Delete data in my user table. I already create the form and the matrix that already give me the user table data. But now i have several p

  • PSE 10 from Apple Store problem with camera raw 6.7 upgrade

    PSE 9 was not opening Nikon d4 raw files so I've purchased PSE 10 at the Apple Store and installed on my Mac. PSE 10 is still not opening d4 raw files (camera raw 6.5). I tried to update to 6.7 taken from Adobe but did not succeed to install it. Coul

  • Photoshop CS2 Serial Number Not Working

    I recently got a new laptop, and I want to transfer the CS2 activation from my old desktop to my new laptop. I deactivated CS2 on my old computer, but when I try to activate it on my new laptop, I'm told that the serial number isn't valid. I use Wind

  • Function module to convert date and time

    Hi , Requirment is i want to create a file in the application server.So the file name should be in the following format. 0XX-XXXX-YYYYMMDDHH.format. in this HH-hours.I need to take current date and time.so is there any function module to convert into

  • Caps keyboard doesn't work. What am I missing?

    Hi folks. I'm currently making my way through the "starting with logic" manual, and am at the point where it describes how to record a track (page 48ish). I don't have a midi keyboard so want to use the caps keyboard, but it doesn't appear to be doin