How can I configure my Exchange Server NNTP service to pull articles older than 30 days?

John Savill

March 26, 2001

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. By default, the Exchange Network News Transfer Protocol (NNTP) service pulls only articles that are within the past 30 days. To change the default, perform the following steps:

  1. Start regedit.exe.

  2. Go to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesNntpSvcParameters.

  3. From the Edit menu, select New, DWORD value.

  4. Enter a name of ArticleTimeLimit, and press Enter.

  5. Double-click the new value and set it to the desired time in seconds (2592000 is 30 days in seconds).

  6. Click OK.

  7. Close regedit.

  8. Use the following commands to stop, then restart the NNTP service:

    C:> net stop nntpsvcC:> net start nntpsvc

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like