XFOR: POP3 Logon Attempt Fails with Event 11202Last reviewed: December 11, 1997Article ID: Q171435 |
The information in this article applies to:
SYMPTOMSPOP3 users are unable to log on to a Microsoft Exchange Server computer. When the logon attempt fails, an event 11202 is logged in the application event log.
CAUSEThis problem occurs when the Microsoft Exchange Server service account does not have the <Act as part of the operating system> Windows NT user right. This only happens if the client tries to use basic (clear text) authentication. Below is an example of the type of event you will see in the Event Viewer:
Event ID: 11202 Source: MSExchangePOP3 Type: Failure Audit Description: Logon attempt from to has failed: HrLookupCredentials() call failed with error: A required privilege is not held by the client.You can use telnet to verify that the Microsoft Exchange Server service account is missing the <Act as part of the operating system> right. To test this with telnet, perform the following steps:
+OK Microsoft Exchange POP3 Server version 5.0.1457.10 readyThe sample telnet session below demonstrates how to verify that the Microsoft Exchange Server computer is missing the required right. In this sample, lines starting with S> are sent by the server and lines starting with C> were sent by the client (telnet).
S> +OK Microsoft Exchange POP3 Server version 5.0.1457.10 ready C> USER <userid> S> +OK C> PASS <password> S> -ERR A required privilege is not held by the client.If the Microsoft Exchange Server service account does not have the <Act as part of the operating system> user right, an error will be returned after the PASS command.
RESOLUTIONTo grant the appropriate right to the Microsoft Exchange Server service account, perform the following steps:
Keywords : XFOR kbusage Version : WinNT:5.0 Platform : WINDOWS Issue type : kbhowto Solution Type : kbworkaround |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |