do DKIM signing with rspamd instead of openDKIM

This commit is contained in:
missytake
2023-10-15 22:54:46 +02:00
parent b8d53242cf
commit 173e3f6390
4 changed files with 2383 additions and 5 deletions
@@ -0,0 +1,10 @@
selector = {{ config.dkim_selector }}
use_esld = false # don't cut c1.testrun.org down to testrun.org
domain = {
{{ config.mail_domain }} {
selectors [
selector = {{ config.dkim_selector }}
path = {{ config.dkim_key_path }}
]
}
}
File diff suppressed because it is too large Load Diff