From a95697f3719382d4e42942c89c28496478350498 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Mon, 18 Aug 2014 13:11:06 +0100 Subject: Add section on exim logging --- docs/installing/email.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/installing') 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: -- cgit v1.2.3