summaryrefslogtreecommitdiff
path: root/content/blog/2020/email-server.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/2020/email-server.md')
-rw-r--r--content/blog/2020/email-server.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/blog/2020/email-server.md b/content/blog/2020/email-server.md
index b7c6aaf..53c13e4 100644
--- a/content/blog/2020/email-server.md
+++ b/content/blog/2020/email-server.md
@@ -662,6 +662,9 @@ domain {
```
Make sure that the DKIM `private.key` file is
readable (and *only* readable) by `rspamd:rspamd`.
+Allowing username mismatches is necessary,
+because OpenSMTPD will only tell Rspamd about `username`
+while the DKIM signer actually expects `username@example.com`.
And... that's it! Of course, don't forget to start all the necessary daemons.