Re: [exim] DKIM signing table

2019-06-19 Thread Bjoern Franke via Exim-users
Hi Jasen,

> 
> 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}}

Great, thanks for the hint.

Best regards
Bjoern


-- 
## 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/


Re: [exim] DKIM signing table

2019-06-08 Thread Jasen Betts via Exim-users
On 2019-06-07, Bjoern Franke via 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.

-- 
## 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/


Re: [exim] DKIM signing table

2019-06-08 Thread Jeremy Harris via Exim-users
On 07/06/2019 12:57, Bjoern Franke via Exim-users wrote:
> we have a setup with multiple exim instances, which are configured for
> DKIM like explained in [1].

What does this signing table do?

-- 
Cheers,
  Jeremy

-- 
## 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/


[exim] DKIM signing table

2019-06-08 Thread Bjoern Franke via Exim-users
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.

Kind Regards
Bjoern


[1]
https://debian-administration.org/article/718/DKIM-signing_outgoing_mail_with_exim4

-- 
## 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/