aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-08-14 14:04:08 +0100
committerLouise Crow <louise.crow@gmail.com>2014-08-14 15:02:40 +0100
commit6c86b655b4909f09b38044645bd7cdded9405dd7 (patch)
tree0b59a64347c103f74f89be6afdcbb1dbee2b3614 /docs/installing
parentf5a4082831f5a7a3c5fd05d353dd7a01d4a9c0c0 (diff)
Minor omissions
Diffstat (limited to 'docs/installing')
-rw-r--r--docs/installing/email.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md
index 48b6f6174..383629bad 100644
--- a/docs/installing/email.md
+++ b/docs/installing/email.md
@@ -243,15 +243,15 @@ Finally, edit `/etc/aliases` to remove `user-support`:
#### Logging
-For the postfix logs to be successfully read by the script
-`load-mail-server-logs`, they need to be log rotated with a date in the
+For the postfix logs to be successfully read by
+`script/load-mail-server-logs`, they need to be log rotated with a date in the
filename. Since that will create a lot of rotated log files (one for
each day), it's good to have them in their own directory.
You'll also need to tell Alaveteli where the log files are stored and that they're in postfix
format. Update
[`MTA_LOG_PATH`]({{ site.baseurl }}docs/customising/config/#mta_log_path) and
-[`MTA_LOG_TYPE`]({{ site.baseurl }}docs/customising/config/#mta_log_type) in `config/general.yml` with:
+[`MTA_LOG_TYPE`]({{ site.baseurl }}docs/customising/config/#mta_log_type) in `config/general.yml`:
MTA_LOG_PATH: '/var/log/mail/mail.log-*'
MTA_LOG_TYPE: "postfix"