chore: praise be linters

Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
georglauterbach 2025-01-25 13:59:05 +01:00
parent 808ff86cc7
commit 0634233a2a
No known key found for this signature in database
GPG Key ID: F367F7C43C118578
1 changed files with 6 additions and 6 deletions

View File

@ -256,12 +256,12 @@ sign_local = true;
sign_authenticated = true;
domain {
<DOMAIN NAME> {
# Change the path here to your actual private key
path = "/tmp/docker-mailserver/rspamd/dkim/rsa-2048-mail-<DOMAIN NAME>.private.txt";
# Changhe the selected if you chose a non-default one
selector = "mail";
}
<DOMAIN NAME> {
# Change the path here to your actual private key
path = "/tmp/docker-mailserver/rspamd/dkim/rsa-2048-mail-<DOMAIN NAME>.private.txt";
# Changhe the selected if you chose a non-default one
selector = "mail";
}
}
```