summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-09-16 09:09:09 +0200
committerDouwe Maan <douwe@gitlab.com>2015-09-16 09:09:09 +0200
commitb92c03730bfd95e8ad6d984e240aaf15b22e4b5a (patch)
tree3a20a18cb0be122c717f6a1d04bd0c8649f6699f
parentd7501c7bb914151ac77a9c07342a7d129724cb6c (diff)
downloadgitlab-ce-b92c03730bfd95e8ad6d984e240aaf15b22e4b5a.tar.gz
Tweak text
-rw-r--r--doc/reply_by_email/postfix.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/reply_by_email/postfix.md b/doc/reply_by_email/postfix.md
index 0b16e5e8e80..b8ab07d9fe1 100644
--- a/doc/reply_by_email/postfix.md
+++ b/doc/reply_by_email/postfix.md
@@ -58,7 +58,7 @@ The instructions make the assumption that you will be using the email address `r
220 gitlab.example.com ESMTP Postfix (Ubuntu)
```
- If you get a `Connection refused` error instead, check if `postfix` is running:
+ If you get a `Connection refused` error instead, verify that `postfix` is running:
```sh
sudo postfix status
@@ -114,7 +114,7 @@ The instructions make the assumption that you will be using the email address `r
## Configure Postfix to use Maildir-style mailboxes
-Courier, which we will install later to add IMAP authentication, requiers mailboxes to have the Maildir format, rather than mbox.
+Courier, which we will install later to add IMAP authentication, requires mailboxes to have the Maildir format, rather than mbox.
1. Configure Postfix to use Maildir-style mailboxes:
@@ -130,7 +130,7 @@ Courier, which we will install later to add IMAP authentication, requiers mailbo
1. Test the new setup:
- 1. Follow steps 1 and 2 of "Test the out-of-the-box setup".
+ 1. Follow steps 1 and 2 of _[Test the out-of-the-box setup](#test-the-out-of-the-box-setup)_.
2. Check if the `replies` user received the email:
```sh
@@ -287,7 +287,7 @@ Courier, which we will install later to add IMAP authentication, requiers mailbo
a login replies PASSWORD
```
- Replace PASSWORD by the password you set on the `replies` user earlier.
+ Replace PASSWORD with the password you set on the `replies` user earlier.
You should see output like this:
@@ -303,7 +303,7 @@ Courier, which we will install later to add IMAP authentication, requiers mailbo
## Done!
-If all the tests went all right, Postfix is all set up and ready to receive email! Continue with the [Reply by email](./README.md) doc to configure GitLab.
+If all the tests were successfull, Postfix is all set up and ready to receive email! Continue with the [Reply by email](./README.md) guide to configure GitLab.
---------