Skip to content

Commit

Permalink
host(kita): rspasmd: add dkim signing
Browse files Browse the repository at this point in the history
  • Loading branch information
soopyc committed Aug 2, 2024
1 parent b3a12ee commit 4cbd90e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions systems/kita/services/mail/rspamd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,24 @@ in {
use = ["x-spamd-result", "x-spamd-bar", "authentication-results", "x-spam-status"];
'';

"dkim_signing.conf".text = ''
domain {
soopy.moe {
selectors = [
{selector: "2029-rsa"},
{selector: "2029-ed"}
]
}
services.soopy.moe {
selectors = [
{selector: "2029-rsa"},
{selector: "2029-ed"}
]
}
}
'';

# global options, which is different from sections
"options.inc".text = ''
dns {
Expand Down

0 comments on commit 4cbd90e

Please sign in to comment.