IIS6 console to manage the SMTP service doesn't work in Windows Server 2022

Martino Pavone 1 Reputation point
2023-02-10T13:40:26.4133333+00:00

You get the following error opening the IIS 6 condole to manage the SMTP service:

User's image

Kind Regards

Windows development | Internet Information Services
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sam Wu-MSFT 7,566 Reputation points Microsoft External Staff
    2023-02-12T02:45:49.69+00:00

    @Martino Pavone

    You can try the solution in this link, FIX: "MMC has detected an error in a snap-in" when a non-administrator starts SNA Manager in Host Integration Server, and the IIS SMTP Virtual Server component has been permanently deprecated on July 14, 2015, so I recommend you to deprecate it. more information you can refer to this link: configure-smtp-e-mail-in-iis-7-and-above.

    Besides, you can also try this method:

    1. Stop SMTPSVC service [Display Name: Simple Mail Transfer Protocol (SMTP)]
    2. Stop IISADMIN service [Display name: IIS Admin Service]
    3. Edit "C:\Windows\System32\inetsrv\MetaBase.xml"
    4. Find: <IIsSmtpServer Location ="/LM/SmtpSvc/1"
    5. Add (Settings are alphabetical): RelayIpList=""
    6. Save file
    7. Start IISAdmin Service
    8. Start SMTPSVC service

    More information you can refer to this link: https://serverfault.com/a/1115389.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    2 people found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.