diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-07-07 18:34:14 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-07 11:56:19 +0100 |
commit | fbe7b557780da32fe696899fa79d2e5e05673ec1 (patch) | |
tree | 218b446136d0a74689b54b1d63019d070ab796d8 /docs | |
parent | bb6a6ab3483b2b7bbd763289f8dddd8893f32849 (diff) |
Bit more info on what you should see on the happy path.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installing/email.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md index 69e12bbe2..72317b31a 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -147,6 +147,9 @@ To test mail delivery, run: $ /usr/sbin/sendmail -bv foi+request-1234@localhost This tells you if sending the emails to `foi\+.*localhost` 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: +delivers to command: /var/www/alaveteli/script/mailin". ## Example setup on exim4 |