Article ID: 945552 - Last Review: November 27, 2007 - Revision: 1.3 POP3 Login Fails for Exchange Server 2007 Users With Long UPN
Source:
Microsoft Support
RAPID PUBLISHINGRAPID PUBLISHING ARTICLES PROVIDE INFORMATION DIRECTLY FROM WITHIN THE MICROSOFT SUPPORT ORGANIZATION. THE INFORMATION CONTAINED HEREIN IS CREATED IN RESPONSE TO EMERGING OR UNIQUE TOPICS, OR IS INTENDED SUPPLEMENT OTHER KNOWLEDGE BASE INFORMATION. ActionResultSome of them may fail to log in and receive the following error message: There was a problem logging onto your mail server. Your User Name was rejected. Account: "Account name", Server: "Server name", Protocol: POP3, Server Response: "-ERR Protocol error. Connection is Closed." Port: 110, Secure (SSL): No, Server Error: 0x800CCC90, Error Number: 0x800CCC91 CauseThis problem occurs because Exchange Server 2007 has its “MaxCommandSize” setting for POP3 configured to use the value "40" by default. This limits the maximum size of a single command to 40 bytes. Some users with long UPN (like testuserwithverylongname@myemaildomainame.com) may fail to connect due to this limit. ResolutionTo resolve this problem, use either of the follow methods: Method 1: Increase the value of MaxCommandSize from Exchange Management Shell 1. Click Start, click All Programs, click Microsoft Exchange Server 2007 and click Exchange Management Shell. 2. Run the following cmdlet to verify the current value of MaxCommandSize: Get-POPSettings In the output, the value of MaxCommandSize is 40 by default. 3. Run the following cmdlet to increase the value of MaxCommandSize: Set-POPSettings -MaxCommandSize 46 In this example, we increased it to 46. The possible values are from 40 to 1024 (bytes). 4. Restart the Microsoft Exchange POP3 service. Method 2: Increase the value of MSExchPopImapCommandSize by using the Active Directory Service Interfaces (ADSI) Edit snap-in. To do this, follow these steps: Note: ADSI Edit is included with the Microsoft Windows Server 2003 Support Tools. To install the Windows Server 2003 Support Tools, double-click Suptools.msi in the Support\Tools folder on the Windows Server 2003 CD. Warning: If you use the ADSI Edit snap-in, the LDP utility, or any other LDAP version 3 client, and you incorrectly modify the attributes of Active Directory objects, you can cause serious problems. These problems may require you to reinstall Microsoft Windows 2000 Server, Microsoft Windows Server 2003, Microsoft Exchange 2000 Server, Microsoft Exchange Server 2003, Microsoft Exchange Server 2007 or both Windows and Exchange. Microsoft cannot guarantee that problems that occur if you incorrectly modify Active Directory object attributes can be solved. Modify these attributes at your own risk. 1.Click Start, point to All Programs, point to Windows Support Tools, and then click Command Prompt. 2.At the command prompt, type adsiedit.msc , and then press ENTER. 3.Connect to a domain controller if you are not already connected. 4.Expand Configuration Container [ computername.contoso.com ], expand CN=Configuration,DC= contoso ,DC=com, expand CN=Services, expand CN=Microsoft Exchange, expand CN=Administrative Groups, expand CN=Exchange Administrative Groups, expand CN=<your serer name>, expand CN=Services Protocols, expand CN=POP3, right-click CN=1, and then click Properties. Note In this step, contoso.com is a placeholder for the domain name. The other words in italic are also placeholders. 5.In the CN=1 Properties dialog box, locate and then double-click the MSExchPopImapCommandSize attribute. 6.Change the value of MSExchPopImapCommandSize attribute to 46, and then click OK to close ADSI Edit. Note In this example, we increased it to 46. The possible values are from 40 to 1024 (bytes). 7.Restart the Microsoft Exchange POP3 service. DISCLAIMERMICROSOFT CORPORATION AND/OR ITS RESPECTIVE SUPPLIERS MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY, RELIABILITY, OR ACCURACY OF THE INFORMATION AND RELATED GRAPHICS CONTAINED HEREIN. ALL SUCH INFORMATION AND RELATED GRAPHICS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT AND/OR ITS RESPECTIVE SUPPLIERS HEREBY DISCLAIM ALL WARRANTIES AND CONDITIONS WITH REGARD TO THIS INFORMATION AND RELATED GRAPHICS, INCLUDING ALL IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, WORKMANLIKE EFFORT, TITLE AND NON-INFRINGEMENT. YOU SPECIFICALLY AGREE THAT IN NO EVENT SHALL MICROSOFT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY DIRECT, INDIRECT, PUNITIVE, INCIDENTAL, SPECIAL, CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF USE, DATA OR PROFITS, ARISING OUT OF OR IN ANY WAY CONNECTED WITH THE USE OF OR INABILITY TO USE THE INFORMATION AND RELATED GRAPHICS CONTAINED HEREIN, WHETHER BASED ON CONTRACT, TORT, NEGLIGENCE, STRICT LIABILITY OR OTHERWISE, EVEN IF MICROSOFT OR ANY OF ITS SUPPLIERS HAS BEEN ADVISED OF THE POSSIBILITY OF DAMAGES. | Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|






Windows Live
Facebook
Twitter
Linkedin
Digg it
Yahoo
Delicious
StumbleUpon
Yammer
Reddit
Technorati
FriendFeed
Email
Back to the top
