Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytses@gmail.com>2014-07-24 14:00:55 +0400
committerSytse Sijbrandij <sytses@gmail.com>2014-07-24 14:00:55 +0400
commit14d3f304039b3396a031295bef89bcf9667e9c5d (patch)
tree9eb384964a86d5c9c6f7b4a800c06fc37158d4ea /doc/install
parentbb80741c246f8c5050312ec4a770625c8e9d38ed (diff)
Note exim problems.
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md2
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