Skip to main content

Whaddya know how to solve Unable to open your default e-mail folders?

"Unable to open your default e-mail folders. The Microsoft Exchange Server computer is not available. Either there are network problems or the Microsoft Exchange Server computer is down for maintenance."

The error above is common in Exchange Server community but still a puzzle to solve by other system administrator or exchange administrator. This is a quick guide what to check if one of your user complain that he/she can't access your email server.

It is obvious that you have a MAPI connection issue, so start by checking the Event application viewer of your Exchange Server. You should be able to see the read error for MSExhangeIS (source). When you double click this error, here's a sample description:


Event ID: 9646 and Source: MSExchangeIS
Mapi session "/o=KINGNET/ou=first administrative group/cn=Recipients/cn=johnsmith" exceeded the maximum of 32 objects of type "session".

To reset this issue, you can reset the session of the user connecting to your exchange server.

"To resolve this issue, we recommend that you first determine whether the MAPI session limit is reached because of potential abuse, because a large additional mailbox was added, because it is the result of a bug in a client program, or because of client program design. If the issue occurs because a large mailbox was added to a Cached Exchange Mode profile in Outlook 2007, you can disable the new Outlook 2007 default feature that causes this issue. To do this, follow these steps." (2009, support.microsoft.com)

Sometimes, recreating the outlook user profile will solve the issue. This is because, you are closing the user's session to your exchange server.

If you have other questions post it here.

Comments

Popular posts from this blog

Alternative Social Networks

If you are planning to create your  social network  e.g. similar to Facebook. Here's a short list of alternative software's: Open Source and Free​ http://buddypress.org/  - Wordpress (Open Source and Free) http://elgg.org/  - (Open Source and Free) Commercial Social Networks software http://www.socialengine.com/  ($299 Stand Alone, $29/mo Cloud) http://www.jomsocial.com/  (run with Joomla, need to know CMS) http://www.boonex.com/  (very expensive, $399 for Standard) http://www.anahitapolis.com/ http://www.oxwall.org/ http://sharetronix.com/ http://www.moosocial.com/ http://www.jcow.net/ http://phpdolphin.com http://www.grou.ps  (from free to Commercial, I left my networks and they are selling it  http://www.phpfox.com/  (I used this before, it's hard to maintain. I moved to NING but left too after it was sold to another company) http://www.ning.com  (I don't recommend using this service, it's hard to export your data when it's time to move) S

Learning Vulnerability Scanning by KING.NET

Learning Vulnerability Scanning is fun and easy. So I hope you enjoy reading this short how to guide on how to use vulnerability scanning to secure your servers and networks. NMAP is the swiss tool that you need to learn if you're serious in Cyber Security profession. The NMAP tool can be use with NSE scripting (Nmap Scripting Engine) to automate your tasks. For example using NSE Script using a  single vulnerability (cold fusion)  to scan our test lab machine. root@kali:~# nmap -v -p 80  --script http-vuln-cve2010-2861  10.11.1.220 Starting Nmap 6.47 ( http://nmap.org ) at 2016-07-22 17:34 EDT NSE: Loaded 1 scripts for scanning. NSE: Script Pre-scanning. Initiating ARP Ping Scan at 17:34 Scanning 10.11.1.220 [1 port] Completed ARP Ping Scan at 17:34, 0.04s elapsed (1 total hosts) Initiating Parallel DNS resolution of 1 host. at 17:34 Completed Parallel DNS resolution of 1 host. at 17:35, 13.01s elapsed Initiating SYN Stealth Scan at 17:35 Scanning 10.11.1.220 [1 port] Comp