Re: [exim] DKIM - signing mail

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: David
Data:  
Para: Renaud Allard
CC: exim users, Tom Kistner
Asunto: Re: [exim] DKIM - signing mail
You need to compile against the latest version of OpenSSH. Or a version
that supports sha256. On freeBSD you can achieve this by installing the
ports version of OpenSSH rather than the version that is preinstalled.
Or just download the latest source and compile against that. I also had
to modify the Makefile slightly, sorry I can't recall what changes I made

David

Renaud Allard wrote:
> Tom Kistner wrote:
>
>> Zbigniew Szalbot schrieb:
>>
>>
>>> I am looking at http://wiki.exim.org/DKIM
>>> Is this experimental or can it be used in production server? I just
>>>
>> "experimental" just means that the config API may change in the future,
>> or that the underlying technology is still in flux. The code should run
>> fine.
>>
>>
>>> 1/ donwload and compile libdkim
>>> 2/ build exim with DKIM support
>>> 3/ generate keys and setup dns entry
>>> 4/ set up options on the remote_smtp transport?
>>>
>> Yes, thats about it.
>>
>>
>
> Is it worth to migrate from DomainKeys to DKIM? What's the real
> difference between them excluding licences?
>
> BTW, libdkim doesn't want to compile at all on OpenBSD.
>