On 2019-06-07, Bjoern Franke via Exim-users <[email protected]> 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.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/