4

I just installed Exim 4.73 on Ubuntu using apt-get. I was able to easily integrate DKIM signing because of it's integration with Exim. I'm having some trouble with DomainKeys support. Most of the online documentation recommends compiling Exim with the DomainKeys library which I'd rather not do. Is there an easier way to have my Exim installation sign outgoing messages with a DomainKey signature? I noticed a package called dk-filter but couldn't find much documentation about it online. Thanks in advance.

ensnare
  • 2,132
  • 6
  • 23
  • 39
  • Out of interest, if you have DKIM working, why the requirement to support DomainKeys as well? My understanding is that DomainKeys is now regarded as historical whereas DKIM was effectively a later version of DomainKeys (including some identity bits, hence the 'IM' part) and had become a standard. – growse Apr 13 '11 at 13:28
  • 1
    Yahoo still checks DomainKeys, as do some other ISPs, I believe. – ensnare Apr 13 '11 at 13:36
  • Correct, +1 ensnare! – 3molo Apr 26 '11 at 11:39

1 Answers1

2

There is no "one button way" of doing that. Experimental with lib or you can use DKIMproxy that works with DKIM and DomainKeys to sign outgoing mail.

MealstroM
  • 1,517
  • 1
  • 16
  • 31