diff options
author | Sytse Sijbrandij <sytses@gmail.com> | 2014-07-24 12:00:55 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytses@gmail.com> | 2014-07-24 12:00:55 +0200 |
commit | 14d3f304039b3396a031295bef89bcf9667e9c5d (patch) | |
tree | 9eb384964a86d5c9c6f7b4a800c06fc37158d4ea | |
parent | bb80741c246f8c5050312ec4a770625c8e9d38ed (diff) | |
download | gitlab-ce-14d3f304039b3396a031295bef89bcf9667e9c5d.tar.gz |
Note exim problems.
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 73b5fbb0c33..f3d21ac4482 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -78,7 +78,7 @@ Is the system packaged Git too old? Remove it and compile from source. # When editing config/gitlab.yml (Step 5), change the git bin_path to /usr/local/bin/git -**Note:** In order to receive mail notifications, make sure to install a mail server. By default, Debian is shipped with exim4 whereas Ubuntu does not ship with one. The recommended mail server is postfix and you can install it with: +**Note:** In order to receive mail notifications, make sure to install a mail server. By default, Debian is shipped with exim4 but this [has problems](https://github.com/gitlabhq/gitlabhq/issues/4866#issuecomment-32726573) while Ubuntu does not ship with one. The recommended mail server is postfix and you can install it with: sudo apt-get install -y postfix |