diff options
author | Prefetch | 2020-04-29 16:51:39 +0200 |
---|---|---|
committer | Prefetch | 2020-04-29 16:51:39 +0200 |
commit | c575a00216d78f3b7668c25206fcebf1edaee759 (patch) | |
tree | e6331824ba6eded16f5ce8c0f2119cb17e2a5cfc /content/blog/2020/email-server.md | |
parent | 331ca51b7082d1837a584f8da75e5237c59c0b9e (diff) |
Fix mistakes with OpenSMTPD client certificates
Diffstat (limited to 'content/blog/2020/email-server.md')
-rw-r--r-- | content/blog/2020/email-server.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/blog/2020/email-server.md b/content/blog/2020/email-server.md index 4eb043a..b7c6aaf 100644 --- a/content/blog/2020/email-server.md +++ b/content/blog/2020/email-server.md @@ -24,7 +24,7 @@ When you're done, take a look at the [sequel](/blog/2020/email-server-extras/) for ideas to extend your setup. -Last updated 2020-04-27. +Last updated 2020-04-29. @@ -685,6 +685,8 @@ so nobody will be able to steal it. Next, to test sending and receiving messages, use the aptly-named [Is my email working?](https://ismyemailworking.com/) website. +After that, specifically test that SPF, DKIM an DMARC +are working correctly using the [DKIM validator](https://dkimvalidator.com/). If everything is good so far, congratulations! Now comes the big scary final test: |