diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-07 14:22:31 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-07 14:22:31 +0100 |
commit | f39ab701b180202d719094f526d889d24bd06184 (patch) | |
tree | 71521bfbb0241b87c02d4115e0585891e4789117 | |
parent | 49c97aa91c7260bd092cf58692f267ed8f25b8e3 (diff) |
Use example.com as example domain
-rw-r--r-- | docs/installing/email.md | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md index a7fc9f16a..8129cd689 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -192,24 +192,25 @@ yours does, you will need to rename it before running `update-exim4.conf`. (You may also want to set `dc_eximconfig_configtype='internet'`, `dc_local_interfaces='0.0.0.0 ; ::1'`, and -`dc_other_hostnames='<your-host-name>'`). +`dc_other_hostnames='example.com'` - using your domain name, not `example.com`). + ### Troubleshooting (exim) To test mail delivery, run: - exim -bt foi+request-1234@localhost + exim4 -bt foi+request-1234@example.com -This should tell you which routers are being processed. You should +replacing `example.com` with your domain name. This should tell you which routers are being processed. You should see something like: - $ exim -bt foi+request-1234@localhost - R: alaveteli pipe for snafflerequest-234@localhost - snafflerequest-234@localhost -> |/home/alaveteli/alaveteli/script/mailin - transport = alaveteli_mailin_transport + $ exim4 -bt foi+request-1234@localhost + R: alaveteli for foi+request-1234@example.com + foi+request-1234@example.com -> |/var/www/alaveteli/script/mailin + transport = alaveteli_mailin_transport This tells you that the routing part (making emails to -`foi\+.*@localhost` be forwarded to Alaveteli's `mailin` script) is +`foi\+.*@example.com` be forwarded to Alaveteli's `mailin` script) is working. There is a great |