summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schütz <rschuetz17@gmail.com>2017-11-26 11:47:16 +0100
committerGitHub <noreply@github.com>2017-11-26 11:47:16 +0100
commit2afba0c1e6a3134410522eb97015e5f1a0616b01 (patch)
treee92eb3187fb5be65b1d93e811ed6f237a5f7099a
parent160f3cbc9bdc26d2dd9f7f69d7708ff2d477fce4 (diff)
Fix typos etc in README
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 9021d67..b340d06 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@
{ config, pkgs, ... }:
{
imports = [
- (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/releases/tag/v2.0.1")
+ (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.1.tar.gz")
];
mailserver = {
@@ -114,7 +114,7 @@ common ones.
{ config, pkgs, ... }:
{
imports = [
- (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/releases/tag/v2.0.1")
+ (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.1.tar.gz")
];
mailserver = {
@@ -203,7 +203,7 @@ Note that it can take a while until a DNS entry is propagated.
#### Step 3: Set `MX` Records
-For all `domain` in `domains` do:
+For every `domain` in `domains` do:
* Add a `MX` record to the domain `domain`
| Name (Subdomain) | TTL | Type | Priority | Value |
@@ -212,7 +212,7 @@ For all `domain` in `domains` do:
You can test this via
```
-dig -t TXT <domain>
+dig -t MX <domain>
...
;; ANSWER SECTION:
@@ -224,7 +224,7 @@ Note that it can take a while until a DNS entry is propagated.
#### Step 4: Set `SPF` Records
-For all `domain` in `domains` do:
+For every `domain` in `domains` do:
* Add a `SPF` record to the domain `domain`
| Name (Subdomain) | TTL | Type | Priority | Value |
@@ -239,7 +239,7 @@ IP's to this list.
#### Step 5: Set `DKIM` signature
-For all `domain` in `domains` do:
+For every `domain` in `domains` do:
* Go to your server and navigate to the dkim key directory (by default
`/var/dkim`. There you will find a public key for any domain in the
`domain.txt` file. It will look like
@@ -263,8 +263,8 @@ Note that it can take a while until a DNS entry is propagated.
Write an email to your aunt (who has been waiting for your reply far too long),
and sign up for some of the finest newsletters the Internet has.
-Besides that, you can send an email to `mail-tester.com` and see how you score,
-and let `http://mxtoolbox.com/` take a look at your setup, but if you followed
+Besides that, you can send an email to [mail-tester.com](https://www.mail-tester.com/) and see how you score,
+and let [mxtoolbox.com](http://mxtoolbox.com/) take a look at your setup, but if you followed
the steps closely then everything should be awesome!