diff options
Diffstat (limited to 'content/blog/2020/email-server.md')
-rw-r--r-- | content/blog/2020/email-server.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/blog/2020/email-server.md b/content/blog/2020/email-server.md index 53c13e4..1276552 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-29. +Last content update 2020-04-29. Last fix on 2021-02-20. @@ -142,7 +142,7 @@ and a private encryption key at `/etc/ssl/private/example.com.pem`. Obviously, you'll need a server to run the MTA and MDA on. You can host your own at home, but the more reliable option is -to rent one in a data center ([VPS](https://en.wikipedia.org/wiki/Virtual_private_server.)). +to rent one in a data center ([VPS](https://en.wikipedia.org/wiki/Virtual_private_server)). This guide was written with a Linux server in mind, but in theory it should also work on the BSDs ([OpenBSD](https://www.openbsd.org/), [FreeBSD](https://www.freebsd.org/), @@ -687,7 +687,7 @@ Don't worry, the client-server connection is TLS-encrypted, 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. +use the aptly-named [Is my email working?](http://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! |