diff options
author | David Cabo <david@calibea.com> | 2011-10-04 14:09:02 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2011-10-04 14:09:02 +0200 |
commit | 3349de0bda18061311ebb74d264a51305bf1c892 (patch) | |
tree | bca7cd2063d259b2cf9b16a8cca32230a41a2a7d | |
parent | 0eefb1246d9ec2d1f0ab44d4bc10a77880c7fd0e (diff) |
Add info on log file names to Exim4 setup guide. Fixes #246
-rw-r--r-- | doc/INSTALL-exim4.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/INSTALL-exim4.md b/doc/INSTALL-exim4.md index 1e014a70f..69844d2e1 100644 --- a/doc/INSTALL-exim4.md +++ b/doc/INSTALL-exim4.md @@ -5,9 +5,14 @@ In `/etc/exim4/conf.d/main/04_alaveteli_options`: ALAVETELI_HOME=/path/to/alaveteli/software ALAVETELI_USER=www-data + log_file_path=/var/log/exim4/exim-%slog-%D (The user ALAVETELI_USER should have write permissions on ALAVETELI_HOME). +Note that the name and location of the log files created by Exim must match +what the script `load-exim-logs` expects, hence the need for the extra +`log_file_path` setting. + In `/etc/exim4/conf.d/router/04_alaveteli`: alaveteli_request: |