diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-07 12:40:30 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-07 12:40:30 +0100 |
commit | 6314c5f5aff091244f16cd183d975631945c5b88 (patch) | |
tree | 7b02deacac0da261d0cf0bfce9a1b00016152ecd /docs/installing | |
parent | d37fd903262e6f3c8cfccc38f6525acf11a1977d (diff) |
Fix blackhole address
Diffstat (limited to 'docs/installing')
-rw-r--r-- | docs/installing/email.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md index 9d2ee5203..1b801dec3 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -79,7 +79,7 @@ following to `/etc/aliases`: # We use this for envelope from for some messages where # we don't care about delivery - do-not-reply-to-this-address: :blackhole: + do-not-reply-to-this-address: /dev/null To set up recipient groups for the `team@` and `user-support@` email addresses at your domain, add alias records for them in `/etc/aliases` too: |