diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-08-25 12:29:11 -0700 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-08-25 12:29:11 -0700 |
commit | 9ae12c398143cb15799eeca301fc761f7e096b2c (patch) | |
tree | 48035eae5de01e945cc7d95afe18e7397b672a1a | |
parent | 5c226d335fa18a9af48fef051c2d309467324f46 (diff) | |
download | gitlab-ce-9ae12c398143cb15799eeca301fc761f7e096b2c.tar.gz |
No mailbox_command needed
-rw-r--r-- | doc/reply_by_email/postfix.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/reply_by_email/postfix.md b/doc/reply_by_email/postfix.md index e2a974fbe17..0b16e5e8e80 100644 --- a/doc/reply_by_email/postfix.md +++ b/doc/reply_by_email/postfix.md @@ -120,7 +120,6 @@ Courier, which we will install later to add IMAP authentication, requiers mailbo ```sh sudo postconf -e "home_mailbox = Maildir/" - sudo postconf -e "mailbox_command = " ``` 1. Restart Postfix: |