aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-02-07 13:20:47 +0000
committerSeb Bacon <seb.bacon@gmail.com>2012-02-07 13:20:47 +0000
commit764b235aeb125eecb55d5c6908d6ea1345d7256b (patch)
tree7d1587383a02e29a1b431abf258c7e33d16cdd9d
parentaadd038d0e84d134f419582cddf6179fdd49c1ad (diff)
Update instructions:
all the Exims I've used lately already have a log_selector setting. This syntax allows us to override that. Otherwise, you get complaints from Exim.
-rw-r--r--doc/INSTALL-exim4.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/INSTALL-exim4.md b/doc/INSTALL-exim4.md
index d7a0be40f..ad31b4824 100644
--- a/doc/INSTALL-exim4.md
+++ b/doc/INSTALL-exim4.md
@@ -6,7 +6,7 @@ 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
+ MAIN_LOG_SELECTOR==+all -retry_defer
(The user ALAVETELI_USER should have write permissions on ALAVETELI_HOME).