diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-25 15:11:47 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-25 15:11:47 +0000 |
commit | 5a89b610286896d3fc647e66fd9d559465a74f6b (patch) | |
tree | 3cece1532561deabb56b3b7f929b8bcd567a13fe | |
parent | 42632de3fb53cdbf656ef100224116cc47c597f4 (diff) | |
parent | 14d3f304039b3396a031295bef89bcf9667e9c5d (diff) | |
download | gitlab-ce-5a89b610286896d3fc647e66fd9d559465a74f6b.tar.gz |
Merge branch 'exim-problems' into 'master'
Exim problems
After merge report back to https://github.com/gitlabhq/gitlabhq/issues/4866
See merge request !990
-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 |