aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-06-20 13:54:15 -0700
committerLouise Crow <louise.crow@gmail.com>2013-06-20 13:54:15 -0700
commit24cc92c102d0fd291350610b4e2c5101b4291f45 (patch)
tree3828e04467926549a87ac976c6adfe3fbca5b851
parent16c39c7d7cbcd838c709943822b88009d17cda3f (diff)
Add note about adding site user to exim trusted_users list.
-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 cdc33ab12..9422dddc4 100644
--- a/doc/INSTALL-exim4.md
+++ b/doc/INSTALL-exim4.md
@@ -15,7 +15,7 @@ Note that the name and location of the log files created by Exim must match
what the `load-mail-server-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`.
+logs more verbose with `log_selector`. The ALAVETELI_USER may need to also need to be added to the `trusted_users` list in your Exim config in order to set the return path on outgoing mail, depending on your setup.
In `/etc/exim4/conf.d/router/04_alaveteli`: