[Rspamd-Users] dkim signing of non-local domains.
Danjel Jungersen
danjel at jungersen.dk
Fri Dec 6 13:17:38 UTC 2024
> Do you need to sign unauthenticated messages from local addresses?- If
> not set `sign_local = false` in dkim_signing configuration.
I honestly don't know.
My first thought was yes, postmaster messages?
Bounces?
>
> Do you need to sign messages from the loopback address / messages with
> `X-Sieve-Redirected-From` header?- you could add a condition for the
> `DKIM_SIGNED` symbol (or apply `settings` module):
I think not.....
>
> ~~~
> -- /etc/rspamd/rspamd.local.lua
> rspamd_config:add_condition('DKIM_SIGNED', function(task)
> if task:has_header('X-Sieve-Redirected-From') then
> return false
> end
> return true
> end)
> ~~~
>
> https://rspamd.com/doc/faq.html#how-can-i-disable-some-rspamd-rules-safely
I will try this!
THX
> Best,
> -AL.
--
Med venlig hilsen/Kind regards
Danjel Jungersen
Mail: danjel at jungersen.dk
Mobile: +45 20 42 20 11
Jungersen Grafisk ApS,
Holsbjergvej 39, DK-2620 Albertslund,
Denmark.
Tel: +45 43 64 10 00
WEBSHOP: PRINTLIGHT.DK <https://www.printlight.dk> | WWW.JUNGERSEN.DK
<https://www.jungersen.dk>
Logo <https://www.jungersen.dk>
More information about the Users
mailing list