diff options
-rw-r--r-- | doc/INSTALL-exim4.md | 2 |
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`: |