first, and hopefully last commit

This commit is contained in:
2025-07-13 18:46:18 -04:00
commit dba715f47f
14 changed files with 508 additions and 0 deletions

11
script/dkim_signing.conf Normal file
View File

@@ -0,0 +1,11 @@
enabled = true;
sign_authenticated = true;
allow_hdrfrom_mismatch = false;
allow_username_mismatch = true;
domain {
__domain__ {
selector = "mail";
path = "/var/lib/rspamd/dkim/__domain__.mail.key";
}
}