diff options
author | Dave Whiteland <dave@mysociety.org> | 2014-06-09 16:48:03 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2014-06-09 16:48:03 +0100 |
commit | 2b49658d46c30e15c071675c7b982f9c7b53c0c3 (patch) | |
tree | 437a84510b79f262fd69386d1515451ea4253ec7 /running | |
parent | 85392b3bc21c524a810c6b65c7b5418f70225137 (diff) |
rename installing/exim4 to installing/email
because it's no longer just about exim but also postfix.
This commit includes updating links in the docs to the new page.
Diffstat (limited to 'running')
-rw-r--r-- | running/server.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/running/server.md b/running/server.md index 95f69b63d..703372cd4 100644 --- a/running/server.md +++ b/running/server.md @@ -65,11 +65,10 @@ achieved with rewrite rules that redirect URLs beginning with `/admin`. ## Email configuration -See the application-specific -[email configuration for exim]({{ site.baseurl }}installing/exim4) for +See the [configuration for exim or postfix]({{ site.baseurl }}installing/email/) for setting up your Mail Transfer Agent (MTA). It is possible to use other MTAs — -if you use a different one, the documentation for exim should provide you with -enough information to get started. If you do use a different one, please add to the +if you use a different one, the documentation there should provide you with +enough information to get started. If this applies to you, please add to the documentation! On a live server, you should also consider the following, to increase the |