diff options
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 |