diff options
author | Prefetch | 2020-04-30 00:01:26 +0200 |
---|---|---|
committer | Prefetch | 2020-04-30 00:01:26 +0200 |
commit | 6bfd9964073a69ce629bbc7530672b2c8b2b6ede (patch) | |
tree | 1c84f10a260aebdce454ce1452d62806782364e3 /content/blog/2020/email-server.md | |
parent | c575a00216d78f3b7668c25206fcebf1edaee759 (diff) |
Rspamd corrections and clarifications
Diffstat (limited to 'content/blog/2020/email-server.md')
-rw-r--r-- | content/blog/2020/email-server.md | 3 |
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. |