Re: [exim] DKIM signing table

Top Page
Delete this message
Reply to this message
Author: Jasen Betts
Date:  
To: exim-users
Subject: Re: [exim] DKIM signing table
On 2019-06-07, Bjoern Franke via Exim-users <exim-users@???> wrote:
> Hi,
>
> we have a setup with multiple exim instances, which are configured for
> DKIM like explained in [1].
>
> But is it possible to use a signing table like e.g. opendkim is using?
> It would be useful for different selectors.


sure, you don't have to use disk files, you can use a database lookup
(or any other string expansion). also the key content from the look-up
can be a literal string of PEM format data instead of a file name.

or you could just put the selector in another file.
something like

dkim_selector=${if exist{DKIM_DOMAIN.sel}{${readfile{DKIM_DOMAIN.sel}}}{default_selector}}

--
When I tried casting out nines I made a hash of it.