To troubleshoot this issue, follow these steps:
Step 1: Verify that the "vsi 1" subfolders exist
Make sure that all the subfolders under the "vsi 1" folder are present. To do this, follow these steps:
- Start Windows Explorer, and then locate the "vsi 1" folder. By default, this folder has the following path:
%ProgramFiles%\Exchsrvr\Mailroot\vsi 1
- Create all the following folders if they do not already appear under vsi 1:
- When you create these folders, verify that the Everyone group appears in the Permissions list.
Additionally, verify that this group is assigned Full Control permissions to each folder. By default, this permission is inherited from the parent folder.
Step 2: Verify the paths of the "vsi 1" subfolders
Make sure that Exchange 2000 Server is configured to point to the correct location for the "vsi 1" subfolders. To do this, follow these steps.
Warning If you use the ADSI Edit snap-in, the LDP utility, or any other LDAP version 3 client, and you incorrectly modify the attributes of Active Directory objects, you can cause serious problems. These problems may require you to reinstall Microsoft Windows 2000 Server, Microsoft Windows Server 2003, Microsoft Exchange 2000 Server, Microsoft Exchange Server 2003, or both Windows and Exchange. Microsoft cannot guarantee that problems that occur if you incorrectly modify Active Directory object attributes can be solved. Modify these attributes at your own risk.
- Start the Active Directory Service Interfaces (ADSI) Edit tool. To do this, click Start, click Run, type adsiedit.msc, and then click OK.
Note The ADSI Edit tool is included with the Windows Support Tools. To install the Windows Support Tools, double-click Setup.exe in the Support\Tools folder on the Microsoft Windows 2000 Server CD. - Locate the default virtual server container (CN=1) in the configuration container. To do this, follow these steps:
- Expand Configuration Container [DomainControllerName.example.com], expand CN=Configuration,DC=example,DC=com, and then expand CN=Services.
- Expand CN=Microsoft Exchange, expand CN=OrganizationGroupName, and then expand CN=Administrative Groups.
- Expand CN=AdministrativeGroupName, expand CN=Servers, and then expand CN=ExchangeServerName.
- Expand CN=Protocols, and then expand CN=SMTP.
- Right-click CN=1, and then click Properties.
- Verify the paths of the following three attributes:
- msExchSmtpBadMailDirectory
- msExchSmtpPickupDirectory
- msExchSmtpQueueDirectory
To do this, follow these steps:- In the Select a property to view list, click msExchSmtpBadMailDirectory.
- Verify the path that appears in the Value(s) box. If the path points to an incorrect location for the Badmail folder, type the correct path in the Edit Attribute box, and then click Set.
- Follow steps 4a and 4b for the msExchSmtpPickupDirectory attribute and the msExchSmtpQueueDirectory attribute. Modify the paths as appropriate for the corresponding folder.
- When you are finished verifying the paths, click OK.
- Exit the ADSI Edit tool.
Step 3: Restart the SMTP service and the Microsoft Exchange Routing Engine service
Restart the following two services:
- Simple Mail Transport Protocol (SMTP)
- Microsoft Exchange Routing Engine
To do this, follow these steps:
- Click Start, click Run, type cmd, and then click OK.
- Type the following command, and then press ENTER:
net stop smtpsvc && net start smtpsvc
- Type the following command, and then press ENTER:
net stop resvc && net start resvc