A.
After you enable Standard Journaling (as the FAQ "How do I enable standard journaling in Exchange Server 2003?" at http://www.windowsitpro.com/Articles/ArticleID/93061/93061.html explains), you enable the additional BCC functionality via a registry change. To make the change, perform these steps:
- Start the registry editor (regedit.exe).
- Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeTransport\Parameters.
- From the Edit menu, select New - DWORD value.
- Enter a name of JournalBCC and press Enter.
- Double-click the new value and set it to 1. Click OK.
- Restart the SMTP service (open a command line and enter net stop smtpsvc, then net start smtpsvc).
--------------------