diff options
Diffstat (limited to 'docs')
-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 |