aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-07-07 18:33:58 +0100
committerLouise Crow <louise.crow@gmail.com>2014-08-07 11:50:31 +0100
commitbf11d24c927a1f60e78e43a3eb81a31a9a0088d3 (patch)
tree41ab870b4017e0a2bb18045e9f2023e8e6d51761
parent8feca059641e334c597fc5104c4c2493dc766df8 (diff)
Fix a couple of typos
-rw-r--r--docs/installing/email.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md
index 2d6b96fb2..660967b3e 100644
--- a/docs/installing/email.md
+++ b/docs/installing/email.md
@@ -68,9 +68,10 @@ following to `/etc/aliases`:
# we don't care about delivery
do-not-reply-to-this-address: :blackhole:
+
### Logging
-For the postfix logs to be succesfully read by the script `load-mail-server-logs`, they need
+For the postfix logs to be successfully read by the script `load-mail-server-logs`, they need
to be log rotated with a date in the filename. Since that will create a lot of rotated log
files (one for each day), it's good to have them in their own directory. For example (on Ubuntu),
in `/etc/rsyslog.d/50-default.conf` set:
@@ -117,7 +118,7 @@ As the root user, make all these changes live with the following commands:
To test mail delivery, run:
- $ /usr/sbin/sendmail -bv foi+requrest-1234@localhost
+ $ /usr/sbin/sendmail -bv foi+request-1234@localhost
This tells you if sending the emails to `foi\+.*localhost` is working.