Re: [exim] Using ADSP?

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Tom Kistner
Data:  
Para: Michael Haardt
CC: exim-users
Asunto: Re: [exim] Using ADSP?
On 20.01.2010 23:41, Michael Haardt wrote:

> to run the ACL for the sender as well as for signers found in signatures.
> Unfortunately, ADSP uses the From: header. Am I missing something with
> this?
>
>    dkim_verify_signers = ${map{${addresses:$h_from:}}{${domain:$item}}}:$dkim_signers


That should work fine.

> It does not look like I can add multiple signatures, though, because
> dkim_domain is not a list that sets $dkim_domain to each element,
> expanding dkim_selector and dkim_private_key using that value and acting
> upon it. Any other way?


Sorry, signing with several sigs concurrently is not supported (at least
not without looping the message through several processes). I know
you're quite the versatile guy, so if you want to take a shot at an
implementation ... go ahead :)

regards,

/tom