From f39ab701b180202d719094f526d889d24bd06184 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Thu, 7 Aug 2014 14:22:31 +0100 Subject: Use example.com as example domain --- docs/installing/email.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'docs/installing') 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=''`). +`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 -- cgit v1.2.3