mirror of
https://github.com/chatmail/relay.git
synced 2026-08-10 18:40:51 +00:00
a096d0550f
* feat!: DKIM verifier This implements a DKIM verification as well as a strict DKIM signature alignment check with domain in `From` header address. Caches the retrieved RDATA using in-memory LRU. BREAKING CHANGE: incoming messages now require DKIM signatures aligned to domain of the `From` header address. Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com> * chore(license): License binaries under GPLv3 Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com> --------- Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
241 B
241 B
filtermail
Rust drop-in reimplementation of chatmaild's filtermail.
Usage
filtermail <config> (incoming|outgoing)
License
Code licensed under MIT.
Binaries distributed under GPL-3.0-or-later.