To resolve this problem you must identify the port to which the third-party antivirus or content filtering program forwards SMTP mail. Then, you must change the port for the SMTP service.
To identify and change the port, follow these steps:
- Verify whether any third-party programs are running on the Exchange 2000 Server server for SMTP virus protection or for content filtering.
- Disable these programs, and then start the SMTP virtual server. To start the SMTP virtual server, follow these steps:
- Start Exchange System Manager.
- Expand Administrative Groups, expand Your_Administrative_Group, and then expand Servers.
- Expand Your_Exchange_Server_Name, and then expand Protocols.
- Click Default SMTP virtual server, and then click Start.
Note If the SMTP virtual server starts, the third-party program that you disabled is blocking the SMTP default port. In this case, quit Exchange System Manager, and then complete the remaining steps that are described in this section.
If the SMTP virtual server does not start, you must follow other troubleshooting methods to resolve this problem.
- See the third-party program documentation or Help file to identify the port to which the program forwards SMTP mail. You may have to contact the manufacturer of the product to obtain this information.
- Locate the Services file.
- Use Notepad to open the Services file, and then locate the SMTP Service information.
In a typical Services file, default entries appear at the top of the file. Then, entries for each service appear below the default entries. The following text is an example of a Services file that includes the default entry for the SMTP service:
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This file contains port numbers for well-known services defined by IANA
#
# Format:
#
#<service name><port number>/<protocol> [aliases...] [#<comment>]
#
smtp 25/tcp mail #Simple Mail Transfer Protocol
- Change the SMTP service entry as required. For example, if the third-party program requires the SMTP service to listen on port 2525, change the SMTP entry to the following:
smtp 2525/tcp mail #Simple Mail Transfer Protocol - Save the file, and then quit Notepad.
- Use either of the following methods to restart the SMTP service:
- Restart the SMTP service from the Services snap-in:
- Click Start, click Run, type services.msc, and then click OK.
- Right-click the SMTP service, and then click Restart.
- Restart the SMTP service at a command prompt:
- Open a command prompt.
- Type the following command, and then press ENTER:
net stop smtpsvc && net start smtpsvc
- Type exit, and then press ENTER.
. - Enable the third-party programs that you disabled in step 2.