Initial commit
This commit is contained in:
20
usr/local/etc/rspamd/local.d/dkim_signing.conf
Normal file
20
usr/local/etc/rspamd/local.d/dkim_signing.conf
Normal file
@ -0,0 +1,20 @@
|
||||
use_domain = "header";
|
||||
use_domain_sign_networks = "header";
|
||||
use_domain_sign_local = "header";
|
||||
allow_username_mismatch = true;
|
||||
allow_hdrfrom_mismatch = true;
|
||||
try_fallback = false;
|
||||
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";
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user