first, and hopefully last commit
This commit is contained in:
11
script/dkim_signing.conf
Normal file
11
script/dkim_signing.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
enabled = true;
|
||||
sign_authenticated = true;
|
||||
allow_hdrfrom_mismatch = false;
|
||||
allow_username_mismatch = true;
|
||||
|
||||
domain {
|
||||
__domain__ {
|
||||
selector = "mail";
|
||||
path = "/var/lib/rspamd/dkim/__domain__.mail.key";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user