How to add DKIM feature to the IIS 7.5 - Windows Server 2008 - DomainKeys Identified Mail

9,145

There is virtually no way to do this within IIS 7.5 (or any version of IIS for that matter). There may be a way to hack it if you write your own module, however that's not so much an IIS hack as it is your own hack that plugs into IIS.

There are third party tools that exist to perform this. For example, EA DomainKeys/DKIM for IIS SMTP Service and Exchange Server from AdminSystem Software. However, for that price, I would suggest that you consider using a real MTA that will serve you much better in the short and long terms.

Consider some of the following products which are legit MTAs that will not need to be hacked or kludged to perform the functions of a real mail server:

Share:
9,145

Related videos on Youtube

Stefan
Author by

Stefan

Updated on September 18, 2022

Comments

  • Stefan
    Stefan almost 2 years

    How to add DKIM feature to the IIS 7.5 - Windows Server 2008

    DomainKeys Identified Mail

    • Wesley
      Wesley almost 13 years
      I see that you've asked this question on just about every conceivable website that could ever have anyone that works with IIS on it...
  • Stefan
    Stefan almost 13 years
    thanks for answer. are there any good companies which can provide me 300k mail for 300 usd and below ? i also need to be able to use it in my C# application.
  • Wesley
    Wesley almost 13 years
    @MonsterMMORPG you will need to use open source tools for that. Look at IndigoStar for Windows or use A Linux server for your mail server with one of the many free and opensource email servers available such as exim or PostFix.
  • Wesley
    Wesley almost 13 years
    @MonsterMMORPG Having said that, it appears that the EA DomainKeys/DKIM for IIS SMTP product that I linked to in my answer is $300 USD and does not appear to have a restriction on how many users it can support. You can get a trial license from them and evaluate it.
  • Slava
    Slava about 6 years
    @Wesley Any changes in this for 2018? For example for IIS 10.0?