Skip navigation

How to stop the NT4 Option Pack/Windows 2000 SMTP service from advertising 8bitmime?

A. Start a telnet session with the SMTP service (port 25) and enter "EHLO server-name". Note the presence of the keyword "8bitmime".

To disable the advertising of 8bitmime perform the following:

  1. Stop the SMTP service (use the Internet Information Services MMC snap-in, select SMTP Service, right click and select Stop)
  2. Make a copy of the file %systemroot%\System32\Inetsrv\metabase.bin file
    C:\> copy %systemroot%\System32\Inetsrv\metabase.bin %systemroot%\System32\Inetsrv\metabase.backup
  3. Start a command window (cmd.exe)
  4. Insert the option pack 4 CD or the Windows 2000 installation CD (depending on what you are running)
  5. Change directory to the I386 area on the option pack 4 CD or if 2000 extract the mdutil.ex_ file from the I386 directory to a temp area
    C:\> expand mdutil.ex_ c:\temp\mdutil.exe
  6. Type the following command (after moving to the temp area if Windows 2000)
    C:\> mdutil SET -path:smtpsvc -prop:36865 -utype:UT_SERVER -dtype:DWORD -attrib:INHERIT -value:0
  7. The following will be displayed:
    36865 : \[IS\] (DWORD) 0x0=\{0\}
    You're adding (or changing) a property's value. The property's ID number is 36865, and you are setting the value to 0.
  8. Use the IIS MMC to start the SMTP service.

If you now telnet to the SMTP service you will notice the 8bitmime is no longer advertised.

To reverse the process, repeat steps 1 through 4, reenter the data in step 5, but this time, change the "-value:0" to "-value:1".


Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish