From 95e3c7ca88403003305c2bf32166fdeac45f0005 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 18 Nov 2014 18:36:59 -0500 Subject: [PATCH] More doc fixes for v2.2.10 --- ...OGoNativeOutlookConfigurationGuide.asciidoc | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/Documentation/SOGoNativeOutlookConfigurationGuide.asciidoc b/Documentation/SOGoNativeOutlookConfigurationGuide.asciidoc index 5833691df..682efbdda 100644 --- a/Documentation/SOGoNativeOutlookConfigurationGuide.asciidoc +++ b/Documentation/SOGoNativeOutlookConfigurationGuide.asciidoc @@ -252,7 +252,7 @@ installation: ---- yum clean all && yum makecache -yum install samba4 \ +yum install samba \ openchange \ sogo-openchange-backend \ openchange-ocsmanager \ @@ -262,8 +262,12 @@ yum install samba4 \ Once the packages are installed, refer to the _Configuration_ chapter from this guide. +[NOTE] +Samba4/OpenChange are not available for now on CentOS 5 i386/x86_64, +CentOS 6 i386 and CentOS 7. + Debian 7.0 (Wheezy) and Ubuntu 12.04 (Precise Pangolin) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SOGo, OpenChange and the SOGo OpenChange backend are now available from SOGo's web site. Please follow the instructions from @@ -310,7 +314,7 @@ https://wiki.samba.org/index.php/Samba4/InitScript Ubuntu 14.04 (Trusty Tahr) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~ For Ubuntu 14.04, you must not use the Debian Wheezy backports. @@ -478,7 +482,7 @@ Setting up openchange db Finally, modify `/etc/samba/smb.conf` to specify OpenChange connection information for its indexing database. Add the following at the end of the `[global]` section: ---- +---- mapistore:namedproperties = mysql namedproperties:mysql_user = openchange-user namedproperties:mysql_pass = openchange$123 @@ -487,7 +491,7 @@ namedproperties:mysql_db = openchange mapistore:indexing_backend = mysql://openchange-user:openchange$123@localhost/openchange mapiproxy:openchangedb = mysql://openchange-user:openchange$123@localhost/openchange ---- +---- On RHEL, make sure SELinux is disabled: @@ -561,6 +565,10 @@ On Debian-based distributions, do: update-rc.d apache2 defaults && /etc/init.d/apache2 restart +[NOTE] +Debian-based distributions are not supported anymore for +OCSManager/rpcproxy. Support will soon resume. + Name Service Configuration for Web Services ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~