diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-07 12:42:25 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-07 12:42:25 +0100 |
commit | 764eabca454e1914e76adcfbd15503a539e80a39 (patch) | |
tree | 873b400f8655abaa591c2093d5206117b0e4c0fa | |
parent | ba683f9f6acbcde8455ab8e9974ed45e0761534a (diff) |
Clarify text.
-rw-r--r-- | docs/installing/email.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md index 88a0b9ecc..0e95285aa 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -161,8 +161,8 @@ To test mail delivery, run: $ /usr/sbin/sendmail -bv foi+request-1234@example.com -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, +Make sure to replace `example.com` with your domain. This command tells you if sending the emails to `foi\+.*example.com` is working (it doesn't actually send any mail). +If it is working, you should receive a delivery report email, with text like "<foi+request-1234@example.com>: delivery via alaveteli: delivers to command: /var/www/alaveteli/script/mailin". Note that you may need to install the `mailutils` package to read the delivery report email using the `mail` command on a new server: |