Open the POP3 connection log on the Exchange 2010 system!

Source: Internet
Author: User
Tags system log

Recently, the customer asked me how to open the POP3 connection log in Exchange 2010, instead of appearing in the system log, but generating files. After testing, we have the following PowerShell command set, you can complete the corresponding settings,

Let's take a look at the pop settings for the current server:

Get-popsettings, is currently not enabled status.

We need to set two parameters to enable his log:

One is that the logging attribute is changed to true, and the other is the path set for the log, where we can achieve this result with the following command:

set-popsettings-protocollogenabled $true-logfilelocation D:\

Next let's see if the setting is complete:

After this operation, restart the POP3 service, you can generate the corresponding log file, we are currently set to generate a log file every day.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.