diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-14 13:40:13 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-14 14:58:02 +0100 |
commit | b6a09f0539b470d0c5d6b45f34bb8d574765d4e6 (patch) | |
tree | cfefe74ee71997268942b9bcc27361711e59c7b9 /docs | |
parent | a91d0e79165c5876954d5570d2b550a660e8d013 (diff) |
Clarify where @example.com comes from in /etc/postfix/recipients
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installing/email.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md index a8370e3d9..aaebdfb75 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -181,6 +181,8 @@ right-hand side are ignored by postfix. Here we allow postfix to accept mails to special Alaveteli addresses, and `postmaster@example.com`, `user-support@example.com` and `team@example.com`. +The `@example.com` domain is set in the `mydestination` as above. This should be set to your actual domain. + #### Set up contact email recipient groups To set up recipient groups for the `postmaster@`, `team@` and `user-support@` email addresses at your domain, add alias records for them in `/etc/aliases`: |