diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-07 14:21:38 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-07 14:21:38 +0100 |
commit | 49c97aa91c7260bd092cf58692f267ed8f25b8e3 (patch) | |
tree | 58fc28cbee12c2607c00f6f1e8b9f77fc21cabcb /docs | |
parent | c4d4ec771cdfe52ceae7e647030e0f77e686adfb (diff) |
More explanation of dc_use_split_config
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installing/email.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md index a691e7065..a7fc9f16a 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -183,7 +183,7 @@ configuration looks like this: with `FORWARD_NONBOUNCE_RESPONSES_TO`: 'real_team@whatdotheyknow.com'` Finally, make sure you have `dc_use_split_config='true'` in -`/etc/exim4/update-exim4.conf.conf`, and execute the command +`/etc/exim4/update-exim4.conf.conf` so that exim uses the files in `/etc/exim4/conf.d` to configure itself, and execute the command `update-exim4.conf`. Note that if the file `/etc/exim4/exim4.conf` exists then `update-exim4.conf` |