diff options
author | David Cabo <david@calibea.com> | 2011-10-13 00:03:02 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2011-10-13 00:03:02 +0200 |
commit | e63e133023f4a1893fcc8d1e8e0f44710b5f01ff (patch) | |
tree | 5ce6018b2c41338e2205d6e729473581ce8dbd91 | |
parent | 44ca55c600d7ca4c33c41bda618555de0563008d (diff) |
Update exim4 setup instructions to make logs more verbose. Fixes #270
-rw-r--r-- | doc/INSTALL-exim4.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/INSTALL-exim4.md b/doc/INSTALL-exim4.md index 69844d2e1..d7a0be40f 100644 --- a/doc/INSTALL-exim4.md +++ b/doc/INSTALL-exim4.md @@ -6,12 +6,15 @@ 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 + log_selector=+all -retry_defer (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. +what the `load-exim-logs` script expects, hence the need for the extra +`log_file_path` setting. And the `check-recent-requests-sent` scripts expects +the logs to contain the `from=<...>` envelope information, so we make the +logs more verbose with `log_selector`. In `/etc/exim4/conf.d/router/04_alaveteli`: |