From d37fd903262e6f3c8cfccc38f6525acf11a1977d Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Thu, 7 Aug 2014 11:10:17 +0100 Subject: Use the example domain, not localhost --- docs/installing/email.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/installing') 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 ": delivery via alaveteli: +with text like ": delivery via alaveteli: delivers to command: /var/www/alaveteli/script/mailin". -- cgit v1.2.3