diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-18 17:00:41 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-18 17:00:41 +0100 |
commit | 05c2d968c8f7980327b9c1b2eda07f0d181d5460 (patch) | |
tree | e9e7e7d17ef007ee201e8c7a697b2b914595e849 /docs/installing/manual_install.md | |
parent | a64dbe172662fe1a9dfc572c1b21635ff086cc62 (diff) | |
parent | e98fb0be4418aaa1335b8a9e6544b3546f239ca0 (diff) |
Merge branch 'gh-pages-postfix' into gh-pages
Diffstat (limited to 'docs/installing/manual_install.md')
-rw-r--r-- | docs/installing/manual_install.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 9631d8e9e..7eac53ae3 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -282,7 +282,7 @@ to the test config in `database.yml` (as seen in `database.yml-example`) You will need to set up an email server (MTA) to send and receive emails. Full configuration for an MTA is beyond the scope of this document -- see this -[example config for Exim4]({{ site.baseurl }}docs/installing/email/). +[example configs for Exim4 and Postfix]({{ site.baseurl }}docs/installing/email/). Note that in development mode mail is handled by mailcatcher by default so that you can see the mails in a browser - see [http://mailcatcher.me/](http://mailcatcher.me/) for more @@ -552,9 +552,9 @@ Check out the [next steps]({{ site.baseurl }}docs/installing/next_steps/). 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]({{ site.baseurl }}docs/installing/email/#troubleshooting-exim) - in Exim, including a command you can use to check that the email - routing is set up correctly. + one way of doing it + [in Exim]({{ site.baseurl }}docs/installing/email/#example-setup-on-exim4), including [a command you can use]({{ site.baseurl }}docs/installing/email/#troubleshooting-exim) to check that the email + routing is set up correctly. We've also documented one way of setting up [Postfix]({{ site.baseurl }}docs/installing/email/#example-setup-on-postfix), with a similar [debugging command]({{ site.baseurl }}docs/installing/email/#troubleshooting-postfix). Second, you need to test that the mailin script itself is working correctly, by running it from the command line, First, find a |