Open link2xt opened 8 months ago
https://gitlab.com/glts/dkim-milter supports similar configuration where all mails without valid DKIM signature are rejected without the need for Lua and it is written in Rust instead of C.
If we do this, we should also make sure to sign Autocrypt and Message-ID: https://gitlab.com/glts/dkim-milter/-/issues/7
Autocrypt
Message-ID
It is however not clear if it supports DNSSEC (#1) but maybe it is not needed if we setup unbound system-wide (#4) and use it for all DNS resolution.
https://gitlab.com/glts/dkim-milter supports similar configuration where all mails without valid DKIM signature are rejected without the need for Lua and it is written in Rust instead of C.
If we do this, we should also make sure to sign
Autocrypt
andMessage-ID
: https://gitlab.com/glts/dkim-milter/-/issues/7It is however not clear if it supports DNSSEC (#1) but maybe it is not needed if we setup unbound system-wide (#4) and use it for all DNS resolution.