From 64722d5b5b4baff56ad593fe0de8c25907d85472 Mon Sep 17 00:00:00 2001 From: Prefetch Date: Sat, 20 Feb 2021 10:36:16 +0100 Subject: Fix dead links + update Zola config --- content/blog/2020/email-server.md | 6 +++--- content/know/_index.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'content') 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! diff --git a/content/know/_index.md b/content/know/_index.md index bf308d9..9e59ffa 100644 --- a/content/know/_index.md +++ b/content/know/_index.md @@ -6,13 +6,13 @@ title = "Knowledge base" Welcome to my knowledge base! -Over the years, I've learned a lot about physics, mathematics, and computing. +Over the years, I've learned a lot of physics, mathematics, and computing. These are vast, difficult subjects, and I've spent many hours of my life trying to make sense of obscure, poorly explained concepts. To help me remember what I learn, I write notes in LaTeX. This knowledge base is based on my notes, and -is freely available to anyone who needs it. +is freely available to anyone who might need it. I hope it helps you in your studies or work. Currently there's isn't much here yet, but I have over 200 pages of LaTeX waiting to be converted. @@ -20,7 +20,7 @@ but I have over 200 pages of LaTeX waiting to be converted. Keep in mind that I'm only human, so there are probably mistakes in my work. I take no responsibility for any injuries incurred as a consequence. -If you're working on something important, +If you're doing something important, you should check things yourself! The contents of this knowledge base are found here: -- cgit v1.2.3