Compare commits
1 commit
386b2df01f
...
fce8e7b96e
Author | SHA1 | Date | |
---|---|---|---|
fce8e7b96e |
1 changed files with 2 additions and 2 deletions
|
@ -241,7 +241,7 @@ in {
|
||||||
private-key = "%{file:/run/secrets/dkim_rsa}%";
|
private-key = "%{file:/run/secrets/dkim_rsa}%";
|
||||||
domain = "${domain}";
|
domain = "${domain}";
|
||||||
selector = "rsa-default";
|
selector = "rsa-default";
|
||||||
headers = ["From" "To" "Cc" "Subject" "Date" "Message-ID" "Organization" "MIME-Version" "Content-Type" "In-Reply-To" "References" "List-Id" "Thread-Topic" "Thread-Index"]; # default from https://stalw.art/docs/smtp/authentication/dkim/sign#signatures except "User-Agent" which somehow breaks
|
headers = ["From" "To" "Cc" "Date" "Subject" "Message-ID" "Organization" "MIME-Version" "Content-Type" "In-Reply-To" "References" "List-Id" "Thread-Topic" "Thread-Index"]; # default from https://stalw.art/docs/smtp/authentication/dkim/sign#signatures except "User-Agent" which somehow breaks
|
||||||
algorithm = "rsa-sha256";
|
algorithm = "rsa-sha256";
|
||||||
canonicalization = "relaxed/relaxed";
|
canonicalization = "relaxed/relaxed";
|
||||||
};
|
};
|
||||||
|
@ -249,7 +249,7 @@ in {
|
||||||
private-key = "%{file:/run/secrets/dkim_ed25519}%";
|
private-key = "%{file:/run/secrets/dkim_ed25519}%";
|
||||||
domain = "${domain}";
|
domain = "${domain}";
|
||||||
selector = "ed-default";
|
selector = "ed-default";
|
||||||
headers = ["From" "To" "Cc" "Subject" "Date" "Message-ID" "Organization" "MIME-Version" "Content-Type" "In-Reply-To" "References" "List-Id" "Thread-Topic" "Thread-Index"]; # default from https://stalw.art/docs/smtp/authentication/dkim/sign#signatures except "User-Agent" which somehow breaks
|
headers = ["From" "To" "Cc" "Date" "Subject" "Message-ID" "Organization" "MIME-Version" "Content-Type" "In-Reply-To" "References" "List-Id" "Thread-Topic" "Thread-Index"]; # default from https://stalw.art/docs/smtp/authentication/dkim/sign#signatures except "User-Agent" which somehow breaks
|
||||||
algorithm = "ed25519-sha256";
|
algorithm = "ed25519-sha256";
|
||||||
canonicalization = "relaxed/relaxed";
|
canonicalization = "relaxed/relaxed";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue