On 2020-07-03 Marco Gaiarin via Exim-users <[email protected]> wrote:
> I'm used, in exim on debian stretch (4.89-2+deb9u7) add something like:

>       DKIM_CANON = relaxed
>       DKIM_SELECTOR = 2020
>       DKIM_DOMAIN = ${lc:${domain:$h_from:}}
>       DKIM_PRIVATE_KEY = ${if 
> exists{/etc/exim4/dkim/DKIM_DOMAIN-DKIM_SELECTOR-private.pem}{/etc/exim4/dkim/DKIM_DOMAIN-DKIM_SELECTOR-private.pem}{0}}

> to enable DKIM for selected 'from' addresses in my servers, using predefined
> '.ifdef' in predefined debian transports.

> I've done the same on buster (exim 4.92-8+deb10u4), but DKIM headers get not
> added.

Hello,

are these macros actually set correctly? Check with
/usr/sbin/exim4 -bP transport remote_smtp  | grep dkim

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'

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

Reply via email to