diff options
author | Dave Whiteland <dave@mysociety.org> | 2014-06-09 14:39:09 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2014-06-09 14:39:09 +0100 |
commit | 40b7f2f3f9728e6b7a27027630dfe6d1924a563e (patch) | |
tree | 2cc5ef0b530a397d89ca8a245ec2a93d284ef391 /installing | |
parent | f8813ca41c08d90fcd3752f2b1cd86fe2baa9171 (diff) |
fix bad links to .md docs: should be code.alaveteli pages
Diffstat (limited to 'installing')
-rw-r--r-- | installing/exim4.md | 2 | ||||
-rw-r--r-- | installing/manual_install.md | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/installing/exim4.md b/installing/exim4.md index 4cb056a26..98438f468 100644 --- a/installing/exim4.md +++ b/installing/exim4.md @@ -101,6 +101,8 @@ yours does, you will need to rename it before running `update-exim4.conf`. `dc_local_interfaces='0.0.0.0 ; ::1'`, and `dc_other_hostnames='<your-host-name>'`) +<a name="troubleshooting"> </a> + ## Troubleshooting To test mail delivery, run: diff --git a/installing/manual_install.md b/installing/manual_install.md index a9580e402..586ad68a0 100644 --- a/installing/manual_install.md +++ b/installing/manual_install.md @@ -492,10 +492,10 @@ things that can be automated for deployment. First, you need to check that your MTA is delivering relevant incoming emails to the `script/mailin` command. There are various - ways of setting your MTA up to do this; we have documented one way - of doing it in Exim at `doc/INSTALL-exim4.conf`, including a - command you can use to check that the email routing is set up - correctly. + ways of setting your MTA up to do this; we have documented + [one way of doing it]({{ site.baseurl }}installing/exim4/#troubleshooting) + in Exim, including a command you can use to check that the email + routing is set up correctly. Second, you need to test that the mailin script itself is working correctly, by running it from the command line, First, find a |