diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-07 11:10:17 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-07 11:59:52 +0100 |
commit | d37fd903262e6f3c8cfccc38f6525acf11a1977d (patch) | |
tree | adf3a3c9acbbc784fd43cbaedff4f862882c36fc /docs | |
parent | 1488dfba5e6d7264a2012735c955e0acb356ebc0 (diff) |
Use the example domain, not localhost
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installing/email.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md index 47948222b..9d2ee5203 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -159,11 +159,11 @@ As the root user, make all these changes live with the following commands: To test mail delivery, run: - $ /usr/sbin/sendmail -bv foi+request-1234@localhost + $ /usr/sbin/sendmail -bv foi+request-1234@example.com -This tells you if sending the emails to `foi\+.*localhost` is working. +Make sure to replace `example.com` with your domain. This command tells you if sending the emails to `foi\+.*example.com` is working. If it is, you should receive a delivery report email sent to `root`, -with text like "<foi+request-1234@localhost>: delivery via alaveteli: +with text like "<foi+request-1234@example.com>: delivery via alaveteli: delivers to command: /var/www/alaveteli/script/mailin". |