chore: praise be linters
Signed-off-by: georglauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
808ff86cc7
commit
0634233a2a
|
@ -256,12 +256,12 @@ sign_local = true;
|
||||||
sign_authenticated = true;
|
sign_authenticated = true;
|
||||||
|
|
||||||
domain {
|
domain {
|
||||||
<DOMAIN NAME> {
|
<DOMAIN NAME> {
|
||||||
# Change the path here to your actual private key
|
# Change the path here to your actual private key
|
||||||
path = "/tmp/docker-mailserver/rspamd/dkim/rsa-2048-mail-<DOMAIN NAME>.private.txt";
|
path = "/tmp/docker-mailserver/rspamd/dkim/rsa-2048-mail-<DOMAIN NAME>.private.txt";
|
||||||
# Changhe the selected if you chose a non-default one
|
# Changhe the selected if you chose a non-default one
|
||||||
selector = "mail";
|
selector = "mail";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue