Recently, an end user of mine was getting immediate NDR messages when sending to an outside party with the error message of "None of your e-mail accounts could send to this recipient."
Normally, I chalk these type of issues up to a temporary problem with the external server, but the fact that it was an immediate NDR indicated it was some type of internal problem. Also, the language of the error message seemed odd, as our users only have one email account and aren't configuring their office Outlook clients to connect to other POP mail services.
While my research didn't turn up the exact scenerio my end user was seeing, it came down to the fact that he replied to a recent email using the "mailto" address link from a previous message that had imbedded the "mailto:" in the email address and Outlook 2007 was mishandling it in some way.
The link had then updated his Outlook autocomplete file to include the "mailto", so every time he tried to send something else to same address, the error reoccured. We had to delete the autocomplete entry and retype the email address to make sure everything worked properly again.
Their is a hotfix (http://support.microsoft.com/kb/2475888) that address several issues, including this one.I didn't apply the provided fix at this time, since the issue has only come up once so far. But I'll be on the lookout for more of this in case a mass deployment of the fix is required for our desktops.
Friday, July 22, 2011
You Can't Send That From Here
Friday, June 3, 2011
Exchange 2010 on the Horizon
I'm also hoping to find some time to run the Exchange Pre-Deployment Analyzer in my production environment and see if that give me some good news.
Happy Friday Everyone!
Thursday, March 4, 2010
Memory Leak cripples OWA
I have to admit the Exchange 2003 Outlook Web Access has me a bit spoiled. It always seems to be there - day in, day out. So when a report of OWA not loading came in, I was surprised. Where to begin?
I really don’t like rebooting Exchange. The usually ever-reliable attempt to restart the IIS service didn’t bring it back to life and nothing suspicious was in the event logs, so our resident webmaster took a look in the IIS logs and found several “connections refused” errors in the %WINDIR%\logfiles\httperr\httperr1.log.This gave me something to start with and after some research I found that those type of errors in the HTTPERR log often point to a non-paged pooled memory leak. As per the Troubleshots MSDN blog:
While there are many possible causes for the “Page cannot be displayed” error, there is only root cause which causes the http.sys driver to begin refusing client connections--a depletion of non-paged pooled memory, an NPP leak. The HTTP.sys driver was new with Windows 2003, is a kernel mode driver, and, at the risk of splitting hairs, is technically not part of IIS 6.0. This distinction is important in troubleshooting. When http.sys refuses to hand connections to IIS a “Connection_refused” or “Connections_refused” will be logged in the httperr log (C:\WINDOWS\system32\Logfiles\HTTPERR) rather than the IIS logs.
At this point, I didn't want to just reboot the server to clear the memory leak. I wanted to know what was leaking. Using Task Manager, I added the columns for the Non-paged Pool and the process for “NPSrvHost” shot to the top of the list with almost 10x the average memory consumed compared to the other processes. NPSrvHost belongs the NetPro Compliance Agent. I stopped and restarted that service and memory usage returned to a normal range.Finally, I performed and IISRESET and the OWA service came back to life.
Thursday, December 24, 2009
Recovering Hard Deleted Items in Outlook
Exchange 2003 OWA can be used to recover items that were hard deleted using the Outlook client. To get back those items, log into the OWA web page. Then edit the URL to be: "https://server_name/exchange/user_name/inbox/?cmd=showdeleted". The "dumpster" for the inbox will appear and you can recover your deleted email. If you want to recover items from other folders, just change the word "inbox" in the URL to the folder you need, like "calendar" or "drafts".
If you are using Outlook 2003 as your mail client there is a registry setting that you can add to turn the dumpster on for all the folders. Outlook 2007 has the registry setting already enabled by default. Of course, recovering any deleted items assumes that the deleted items retention settings have been configured on your Exchange server.
Tuesday, December 15, 2009
Exchange Server under the tree this Christmas?
Friday, November 20, 2009
Migrating to Exchange 2010 - Where to Begin?
Just to wet my feet a little bit, I found some great posts by Rand Morimoto regarding migrating to Exchange 2010.
- The Good, the Bad and the Ugly in Migrating to Exchange Server 2010
- Migrating from Exchange 2003 to Exchange 2010
- Migrating from Exchange 2007 to Exchange 2010
At any rate, there are quite a few little ducks that need to be a row. I know I've got a bit more reading to do before I start writing up my migration plan.
Tuesday, September 15, 2009
Restoring Exchange 2003
Restoring Exchange 2003 is a straight-forward process, you have all the previous configuration information available to you. In our DR kit, we have a copy of Exchange 2003 and the current Service Pack we are running. We also have a document that lists out the key configuration information. Before you restore, you'll want to know the drive and paths for the program files, the database and the log files. If the recovery box has the same drive letters available, the restoration is that much smoother when you can set the default installation paths to the same location and ensure that you'll have the necessary amount of space free.
It's important to remember to install Exchange and the Service Pack using the /DisasterRecovery switch. This will set up the installation to expect recovered databases instead of automatically creating new ones. I had manually mount the databases after the restoration, even though I had indicated in the Backup Exec job to set the databases to be remounted when the restore was complete. Microsoft KB 262456 details the error event message I was getting about the failed MAPI Call "OpenMsgStore", which was a confirmed problem in Exchange 2000/2003.