diff options
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`: |