Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to enable diagnostic logging for the Windows Server 2003 POP3 Service


View products that this article applies to.

Summary

How to enable diagnostic logging for the Windows Server 2003 POP3 Service

↑ Back to the top


More information

Using the Windows interface:
  1. Open POP3 service. (click Start, Control Panel, Administrative Tools, POP3 Service.)
  2. In the console tree, right-click the computer_name node, and then click Properties.
    Where? | POP3 Service/computer_name
  3. In Logging level, click the drop-down menu, and then click the logging level that you want.
  4. You must stop and restart the POP3 service and the IIS Admin service.

Using a command line:
  1. Open Command Prompt.
  2. Type: winpop set logging {0|1|2|3}
  3. You must stop and restart the POP3 service and the IIS Admin service.

    For example, to log only critical events type: winpop set logging 1

    {0|1|2|3} Specifies the level at which events are logged.
    0 - No events are logged.
    1 - Only critical events are logged.
    2 - Critical and warning events are logged.
    3 - Critical, warning, and informational events are logged.

Notes

To perform this procedure, you must be a member of the Administrators group on the local computer, or you must have the appropriate authority. If the computer is joined to a domain, members of the Domain Admins group could perform this procedure. As a security best practice, consider using Run as to perform this procedure.

If you are using Active Directory integrated authentication, you must log on to the Active Directory domain, not the local computer, to perform this procedure.

↑ Back to the top


Keywords: KB924248, kbhowto

↑ Back to the top

Article Info
Article ID : 924248
Revision : 5
Created on : 10/25/2007
Published on : 10/25/2007
Exists online : False
Views : 238