Using the Windows interface:
- Open POP3 service. (click Start, Control Panel,
Administrative Tools, POP3 Service.)
- In the console tree, right-click the computer_name node,
and then click Properties.
Where? | POP3 Service/computer_name - In Logging level, click the drop-down menu, and then click
the logging level that you want.
- You must stop and restart the POP3 service and the IIS
Admin service.
Using a command line:- Open Command Prompt.
- Type: winpop set logging {0|1|2|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.
NotesTo 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.