Can you recommend a SMTP server/component to replace the SMTP service that is available in Windows Server 2008.

I would like the SMTP server to support the same feature set as the built in SMTP service as well as:

Signing emails using Domain Keys/DKIM

SSL authentication (optional)

I'm using the SMTP server to send email from an ASP.Net web application. All emails will be sent from the same email address. I've got the PTR record and SFP records setup and would like to sign the emails to give some form of email authentication. I'm currently only connecting on localhost so SSl isn't required but this may change in the future.

If recommending a .Net component would I still need to relay through the Win2008 SMTP service or would this strip the signing headers?

link|improve this question
What server did you end up using? – Josh Jul 19 '10 at 14:13
feedback

1 Answer

I use and recommend http://www.emailarchitect.net/domainkeys/.

This creates an SMTP sink that signs all outgoing mail messages, while still using the SMTP server from IIS.

link|improve this answer
We ended up using this component also. – dmcgiv Dec 21 '10 at 9:42
+1 thanks for sharing this! – Nick O'Neil Nov 8 '11 at 18:56
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.