aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-08-18 13:11:06 +0100
committerLouise Crow <louise.crow@gmail.com>2014-08-18 16:42:20 +0100
commita95697f3719382d4e42942c89c28496478350498 (patch)
treeabbf30535760c5cd78dbab0272d69442a4bc28f3 /docs/installing
parentcc220919d57a3fdf3cf4e878ed29b9ffdd293599 (diff)
Add section on exim logging
Diffstat (limited to 'docs/installing')
-rw-r--r--docs/installing/email.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md
index 7c347414b..c62f2fb53 100644
--- a/docs/installing/email.md
+++ b/docs/installing/email.md
@@ -254,6 +254,14 @@ Change the `user-support` line in `/var/www/alaveteli/config/aliases`:
user-support: |/var/www/alaveteli/script/handle-mail-replies
+#### Logging
+
+You’ll need to tell Alaveteli where the log files are stored and that they’re in exim format. Update [`MTA_LOG_PATH`]({{ site.baseurl }}docs/customising/config/#mta_log_path) and [`MTA_LOG_TYPE`]({{ site.baseurl }}docs/customising/config/#mta_log_type) in `config/general.yml`:
+
+ MTA_LOG_PATH: '/var/log/exim4/exim-mainlog-*'
+ MTA_LOG_TYPE: 'exim'
+
+
#### Making the changes live in exim
Finally, execute the commands: