diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-14 11:26:46 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-14 14:22:19 +0100 |
commit | c8657d08798d9d4e45c17c9828b77fcf31b5d124 (patch) | |
tree | 5e02601b1a9ce69ac61e16794d4db686b7a5dc3a /docs/installing/email.md | |
parent | b12c503f6bd743dca11f8706ee93fab4cffb3b5d (diff) |
Explicitly recommend backing up incoming mail
Diffstat (limited to 'docs/installing/email.md')
-rw-r--r-- | docs/installing/email.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md index 8d6fc671f..fe49af609 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -36,9 +36,7 @@ Parts of this address are controlled with options in If there is some error inside Rails while processing an email, an exit code `75` is returned to the MTA by the `script/mailin` script. Postfix and Exim (and maybe others) take this as a signal for the MTA to try again later. Additionally, a stacktrace is emailed to `CONTACT_EMAIL`. -A well-configured production Alaveteli install will have had the MTA make -a backup copy of the email sent to the special Alaveteli addresses in a separate mailbox, just in case. - +[Production]({{ site.baseurl }}/docs/glossary/#production) installs of Alaveteli should make a backup copy of emails sent to the special addresses. You can configure your chosen MTA to backup these in a separate mailbox. ### Other mail |