diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-06-24 12:08:33 -0700 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-06-24 12:08:33 -0700 |
commit | 8a1d024c630bceb38f2b9752127a2c1c7f0d53d2 (patch) | |
tree | e336b1382d5db94992bb809e905c44e02913369b | |
parent | 521318604f17094339dd2f47f59eb44f8ccf9a0a (diff) |
Add linebreaks.
-rw-r--r-- | doc/INSTALL-exim4.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/INSTALL-exim4.md b/doc/INSTALL-exim4.md index 9422dddc4..796fb295c 100644 --- a/doc/INSTALL-exim4.md +++ b/doc/INSTALL-exim4.md @@ -15,7 +15,9 @@ 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`. 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. +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`: |