Example 1 lists the verbs that you will receive if SMTP is loaded properly. If SMTP is not configured properly, you will see only the verbs that are listed in Example 2.
Example 1: SMTP extended verbs (if Exchange event sinks are loaded properly)
250-mail1.example.com Hello [172.16.0.1]
250-TURN
250-ATRN
250-SIZE 5242880
250-ETRN
250-PIPELINING
250-DSN
250-ENHANCEDSTATUSCODES
250-8bitmime
250-BINARYMIME
250-CHUNKING
250-VRFY
250-X-EXPS GSSAPI NTLM *
250-AUTH GSSAPI NTLM
240-X-EXPS=LOGIN *
250-X-LINK2STATE *
250-XEXCH50 *
250 OK
* These extended verbs should be displayed.
When Exchange SMTP is not loaded properly, or the IIS metabase is corrupt, the extended Exchange verbs do not appear in the server's response. Example 2 lists the verbs that you will receive if Exchange SMTP is not loaded properly.
Note: |
|---|
|
The verbs that are listed in Example2 are the same as the verbs you would see if you had never installed Exchange.
|
Example 2: SMTP extended verbs (if Exchange 2003 event sinks are not loaded)
250-mail1.example.com Hello [172.16.0.1]
250-TURN
250-ATRN
250-SIZE 5242880
250-ETRN
250-PIPELINING
250-DSN
250-ENHANCEDSTATUSCODES
250-8bitmime
250-BINARYMIME
250-CHUNKING
250-VRFY
250-AUTH GSSAPI NTLM
250 OK
If you receive only the SMTP verbs that are listed in Example 2, the SMTP service for Microsoft Windows® 2000 Server or Windows Server 2003™ is installed, but SMTP in Exchange is not loaded properly. Note that all verbs starting with "X" ("X" = eXtended) are missing.
Other incomplete lists can also indicate that Exchange Server is not properly loaded, or that there is a possible corruption of the IIS metabase. Corruption of the IIS metabase can occur for any of the following reasons:
-
Reinstalling Exchange Server 2003
-
Reinstalling Windows 2000 Server or Windows Server 2003
-
Removing or disabling IIS
-
Antivirus software scanning the %systemroot%\system32\inetsrv\metabase.bin file
-
IIsadmin.exe process stopped unexpectedly (ungraceful shutdowns)
-
Unsupported editing of the metabase
-
Disk corruption or other hardware failures
If there is corruption to the IIS metabase, you must load Exchange SMTP properly.
Note: |
|---|
|
If you perform this procedure, any customizations to the IIS services will be lost. This potential loss includes customization that is performed on Microsoft Office Outlook® Web Access or any other IIS services.
|