Initial commit

This commit is contained in:
2022-05-15 21:39:39 +02:00
commit 81a6b562b6
50 changed files with 3837 additions and 0 deletions

View File

@ -0,0 +1,16 @@
sign_authenticated = true;
sign_local = true;
domain {
danwin1210.de {
selectors [
{
path: "/usr/local/etc/rspamd/dkim_keys/danwin1210.de-rsa";
selector: "20211204-rsa";
},
{
path: "/usr/local/etc/rspamd/dkim_keys/danwin1210.de-ed25519";
selector: "20211204-ed25519";
}
]
}
}