8

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

DomainKeys Identified Mail

MonsterMMORPG
  • 546
  • 2
  • 9
  • 25
  • 1
    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... – Wesley Sep 04 '11 at 02:59

2 Answers2

8

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:

Wesley
  • 32,320
  • 9
  • 80
  • 116
  • 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. – MonsterMMORPG Sep 04 '11 at 12:03
  • @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 Sep 04 '11 at 15:35
  • @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. – Wesley Sep 04 '11 at 15:41
  • @Wesley Any changes in this for 2018? For example for IIS 10.0? – Slava Apr 04 '18 at 09:49
0

For Exchange you now also have the "DKIM Signing Agent for Microsoft Exchange Server"

https://github.com/Pro/dkim-exchange

SjorsH
  • 91
  • 1
  • 1