Topic Last Modified: 2005-11-18

The Microsoft® Exchange Server Analyzer Tool reads the following registry entry to determine whether the SMTP Archive Sink has been installed and enabled:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange\ArchiveSink\1\Enable PostCat

If the Exchange Server Analyzer finds that the value for Enable PostCat is greater than 0, a non-default configuration message is displayed.

A value of 0 indicates that post-categorization message archiving is disabled. A value of 1 indicates that post-categorization message archiving is enabled. Values other than 0 or 1 are not supported.

The SMTP Archive Sink tool is a custom script that enables the archiving of all messages coming into and moving out of a specific folder on an Exchange server. By default, when SMTP Archive Sink is enabled, all messages and their recipients are archived to an .eml file, except for Bcc recipients.

When Enable PostCat is set to 1, messages are archived after the categorization of a message occurs. Messages can trigger this event more than one time, but this can occur only when a message has been categorized, queued, and then enumerated again. Messages that are archived for this event contain the prefix file name ARCH_POSTCAT_random number.xml.

If you do not want to archive post-categorization messages on this Exchange computer, you can set the Enable PostCat registry key to 0. If you do not want to archive at all on this computer, you can uninstall the SMTP Archive Sink. When you uninstall the SMTP Archive Sink, all registry keys used by SMTP Archive Sink are deleted.

Important:
This article contains information about editing the registry. Before you edit the registry, make sure you understand how to restore the registry if a problem occurs. For information about how to restore the registry, view the "Restore the Registry" Help topic in Regedit.exe or Regedt32.exe.

To disable post-categorization message archiving

  1. Open a registry editor, such as Regedit.exe or Regedt32.exe.

  2. Navigate to: HKLM\SOFTWARE\Microsoft\Exchange\ArchiveSink\1

  3. Double-click the registry key Enable PostCat, in the Value data field, enter 0, and then click OK.

  4. Exit the registry editor, and restart the IIS Admin Service to make the changes take effect.

To uninstall the SMTP Archive Sink

  1. Click Start, click Run, type cmd, and then click OK.

  2. In the C:\Program Files\Exchsrvr\bin folder, type cscript archivesink_setup.vbs, and then press Enter.

  3. Type cscript archivesink_setup.vbs uninstall Virtual Server ID, where Virtual Server ID is the virtual server number of the virtual server where the SMTP Archive Sink is installed.

  4. Exit the Command Prompt window, and restart the IIS Admin Service to make the changes take effect.

Before you edit the registry, and for information about how to edit the registry, see Microsoft Knowledge Base article 256986, "Description of the Microsoft Windows Registry" (http://go.microsoft.com/fwlink/?linkid=3052&kbid=256986).

For more information about setting up and configuring the SMTP Archive Sink on Exchange Server 2003, see Knowledge Base article 871110, "How to install and use the Archive Sink utility in Exchange Server 2003" (http://go.microsoft.com/fwlink/?LinkId=3052&kbid=871110).

For more information about setting up and configuring the SMTP Archive Sink on Exchange 2000 Server, see Knowledge Base article 307798, "The Archive Sink utility is available in Service Pack 2" (http://go.microsoft.com/fwlink/?LinkId=3052&kbid=307798).

For information about deploying a comprehensive journaling solution for the purposes of regulatory compliance, see Journaling with Exchange Server 2003 (http://go.microsoft.com/fwlink/?LinkId=47581).