summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-07-10 14:36:29 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-07-10 14:36:29 -0400
commitab2a2f0d89da5229b71fec573a1f20a8d8e3d44a (patch)
tree61541d245a20e407595fea05e5d909d1e2464f24
parent3724e4efbc9c9787fad06474c723a82e0ee03eac (diff)
little fixes
-rw-r--r--README.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index bc219ac..f846e92 100644
--- a/README.md
+++ b/README.md
@@ -70,8 +70,9 @@ actually works perfectly.
## Post-install requirement!
-- After the script runs, you'll have to add two *additional DNS TXT records*
- which involves the OpenDKIM key that it generates during the script.
+- After the script runs, you'll have to add additional DNS TXT records which
+ are displayed at the end when the script is complete. They will help ensure
+ your mail is validated and secure.
## Making new users/mail accounts
@@ -89,10 +90,10 @@ Cassie already exists and we want to let her receive mail to. Just run:
usermod -a -G mail cassie
```
-A user's mail will appear in `~/.Mail/`. I you want to see your mail while
-ssh'd in the server, you could just install mutt, add `set spoolfile="+Inbox"`
-to your `~/.muttrc` and use mutt to view and reply to mail. You'll probably
-want to log in remotely though:
+A user's mail will appear in `~/Mail/`. I you want to see your mail while ssh'd
+in the server, you could just install mutt, add `set spoolfile="+Inbox"` to
+your `~/.muttrc` and use mutt to view and reply to mail. You'll probably want
+to log in remotely though:
## Logging in from Thunderbird or mutt (and others) remotely
@@ -124,7 +125,7 @@ to support me at [lukesmith.xyz/donate](https://lukesmith.xyz/donate.html).
## Troubleshooting -- Can't send mail?
- Always check `journalctl -xe` to see the specific problem.
-- Go to [this site](https://appmaildev.com/en/dkim) to text your TXT records.
+- Go to [this site](https://appmaildev.com/en/dkim) to test your TXT records.
If your DKIM, SPF or DMARC tests fail you probably copied in the TXT records
incorrectly.
- If everything looks good and you *can* send mail, but it still goes to Gmail