From 0560bf087b53e5298e48b641369668d51168fc7b Mon Sep 17 00:00:00 2001 From: Laesp <44760628+Laesp@users.noreply.github.com> Date: Tue, 14 Jul 2020 15:33:45 -0400 Subject: [PATCH 1/2] Minor change for dovecot.conf to work on v2.3 According to the wiki (https://wiki.dovecot.org/SSL/DovecotConfiguration): "From version 2.3, you must specify path to DH parameters file using: ssl_dh= Date: Sat, 5 Sep 2020 02:55:32 +0100 Subject: [PATCH 2/2] Fixed Tiny Grammar Error Literally added one letter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f846e92..31846d6 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ 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 +A user's mail will appear in `~/Mail/`. If 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: