Re: [SOGo] New Samba4/OpenChange/Sogo tutorial

2014-04-24 Thread Olivier Bitsch
Hi Steve,

Yes we suggest to use iGestis to have a single point of user creation and
management. It's not user friendly for everybody to use command lines or
Microsoft tools to create users, especially in small company.

Olivier.


2014-04-23 19:40 GMT+02:00 Steve Ankeny stev...@cinergymetro.net:

 From what I'm reading, Samba4 cannot link to an OpenLDAP directory server.

 I started with a ZEG several years ago and have upgraded judiciously
 since.  It uses OpenLDAP, Cyrus, etc. with SOGo, and now that I've
 installed Samba4 (Inverse), I need to create user accounts.

 What is the suggested migration from OpenLDAP to Samba4 AD?

 I'm interested in being able to authenticate and change passwords at one
 point in the network.  Right now, I have 2008 R2 accounts, LDAP/SOGo
 accounts, Linux accounts and soon Samba4 accounts.

 Is this why you suggest using iGestis?  (for account administration)

 On 04/13/2014 04:40 PM, Olivier Bitsch wrote:
  Hi Steve,
 
  As you founded, yes I try to always have both languages up to date.
 
  Also, for your information, I endure a blocking issue, I opened a bug
  report and now wait for an answer. Let me know if you got the same
  problem.
 
  Thanks.
 
  Olivier.

 --
 users@sogo.nu
 https://inverse.ca/sogo/lists

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] New Samba4/OpenChange/Sogo tutorial

2014-04-23 Thread Olivier Bitsch
I think acl_xattr error is due to missing samba3 librairies, but shouldn't
have any impact on the samba4 work.

Olivier.


2014-04-22 20:44 GMT+02:00 Steve Ankeny stev...@cinergymetro.net:

  quick note . . .

 I used samba-tool domain provision --use-rfc2307 *--interactive*

 It completed successfully but still gave the acl_xattr VFS error.
 However, it did not give the clearTextPassword error.  The most
 encouraging message was the following . . .

 Adding DNS accounts
 *Creating CN=MicrosoftDNS,CN=System,DC=domain,DC=com*
 The zone reload and thaw was successful.
 See /var/lib/samba/private/named.conf for an example configuration include
 file for BIND
 and /var/lib/samba/private/named.txt for further documentation required
 for secure DNS updates
 Setting up sam.ldb rootDSE marking as synchronized
 Fixing provision GUIDs
 A Kerberos configuration suitable for Samba 4 has been generated at
 /var/lib/samba/private/krb5.conf
 Setting up fake yp server settings
 Once the above files are installed, your Samba4 server will be ready to use

 When I saw CN=MicrosoftDNS, I knew I had succeeded!

 I used BIND9_FLATFILE and altered /etc/bind/name.conf as suggested, and
 when I tested it, my Windows 2008 Server R2 found the domain.  Now to add
 user and machine accounts.

 Thanks, Oliver for your detailed tutorial.  I'll work through the rest to
 see if I've missed anything.


 On 04/13/2014 04:40 PM, Olivier Bitsch wrote:

 Hi Steve,

  As you founded, yes I try to always have both languages up to date.

  Also, for your information, I endure a blocking issue, I opened a bug
 report and now wait for an answer. Let me know if you got the same problem.

  Thanks.

  Olivier.



-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] New Samba4/OpenChange/Sogo tutorial

2014-04-23 Thread Steve Ankeny
From what I'm reading, Samba4 cannot link to an OpenLDAP directory server.

I started with a ZEG several years ago and have upgraded judiciously
since.  It uses OpenLDAP, Cyrus, etc. with SOGo, and now that I've
installed Samba4 (Inverse), I need to create user accounts.

What is the suggested migration from OpenLDAP to Samba4 AD?

I'm interested in being able to authenticate and change passwords at one
point in the network.  Right now, I have 2008 R2 accounts, LDAP/SOGo
accounts, Linux accounts and soon Samba4 accounts.

Is this why you suggest using iGestis?  (for account administration)

On 04/13/2014 04:40 PM, Olivier Bitsch wrote:
 Hi Steve,

 As you founded, yes I try to always have both languages up to date.

 Also, for your information, I endure a blocking issue, I opened a bug
 report and now wait for an answer. Let me know if you got the same
 problem.

 Thanks.

 Olivier.

-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] New Samba4/OpenChange/Sogo tutorial

2014-04-22 Thread Steve Ankeny
I'm uncertain what you mean by blocking issue

I have a fully-configured BIND9 on my server (used with a PBX system),
so when I followed your instructions on provisioning Samba here
http://iabsis.com/EN/article/35-3/Samba4-installation, I substituted
the following . . .

|samba-tool domain provision --domain=DOMAIN --adminpass=pass5678 \|
|--dns-backend=BIND9_DLZ --server-role=||dc| |\|
|--||function||-level=2008_R2 --use-xattr=||yes| |\|
|--use-rfc2307 --realm=domain.||local|

I received two errors:

Error loading module
'/usr/lib/x86_64-linux-gnu/samba//vfs/acl_xattr.so':
/usr/lib/x86_64-linux-gnu/samba//vfs/acl_xattr.so: cannot open shared
object file: No such file or directory
error probing vfs module 'acl_xattr': NT_STATUS_UNSUCCESSFUL
smbd_vfs_init: vfs_init_custom failed for acl_xattr

. . . . .

ERROR(ldb): uncaught exception - Element clearTextPassword has empty
attribute in ldb message (CN=Administrator,CN=Users,DC=domain,DC=local)!

And, when I try to reset Administrator, I get an error - Unable to
find user 'Administrator'

The first error is related to Bug #696838
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696838 which was
fixed in Samba v.4.0.9

I'm running v.4.0.1 from the Inverse repository.

I've been told the VFS error is not a serious issue (and only occurs
with x86_64 versions), but if that's the case, why include
--use-xattr=yes in your provisioning command?

By the way, I have OpenChange working with my Outlook 2010 clients from
my previous work.

The second error clearTextPassword is unknown to me.  Any hints?  I am
using an LDAP backend, but it has no Administrator user.  Is that the
source of my error?  Thanks.

On 04/13/2014 04:40 PM, Olivier Bitsch wrote:
 Hi Steve,

 As you founded, yes I try to always have both languages up to date.

 Also, for your information, I endure a blocking issue, I opened a bug
 report and now wait for an answer. Let me know if you got the same
 problem.

 Thanks.

 Olivier.

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] New Samba4/OpenChange/Sogo tutorial

2014-04-22 Thread Steve Ankeny
quick note . . .

I used samba-tool domain provision --use-rfc2307 *--interactive*

It completed successfully but still gave the acl_xattr VFS error. 
However, it did not give the clearTextPassword error.  The most
encouraging message was the following . . .

Adding DNS accounts
*Creating CN=MicrosoftDNS,CN=System,DC=domain,DC=com*
The zone reload and thaw was successful.
See /var/lib/samba/private/named.conf for an example configuration
include file for BIND
and /var/lib/samba/private/named.txt for further documentation required
for secure DNS updates
Setting up sam.ldb rootDSE marking as synchronized
Fixing provision GUIDs
A Kerberos configuration suitable for Samba 4 has been generated at
/var/lib/samba/private/krb5.conf
Setting up fake yp server settings
Once the above files are installed, your Samba4 server will be ready to use

When I saw CN=MicrosoftDNS, I knew I had succeeded!

I used BIND9_FLATFILE and altered /etc/bind/name.conf as suggested,
and when I tested it, my Windows 2008 Server R2 found the domain.  Now
to add user and machine accounts.

Thanks, Oliver for your detailed tutorial.  I'll work through the rest
to see if I've missed anything.

On 04/13/2014 04:40 PM, Olivier Bitsch wrote:
 Hi Steve,

 As you founded, yes I try to always have both languages up to date.

 Also, for your information, I endure a blocking issue, I opened a bug
 report and now wait for an answer. Let me know if you got the same
 problem.

 Thanks.

 Olivier.

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] New Samba4/OpenChange/Sogo tutorial

2014-04-13 Thread Steve Ankeny
thanks, Olivier . . . just in time for me, as I need to reprovision my 
current installation


On 04/12/2014 05:20 PM, Olivier Bitsch wrote:

Hi Everybody,

After many months without any update of my tutorial, I'm very pleased 
to announce a big update today.


The tutorial is available at the address : goo.gl/NNcjGA 
http://goo.gl/NNcjGA


The update bring the following feature :

  * Usage of postfix-ldap and dovecot-ldap for a fully virtual domain
configuration from ldap.
  * Using the latest configuration file method.
  * Installation of Active Sync package.
  * Many more stuff.

Don't hesite as usual to keep me a comment if any problem is 
encountered. I will update soon my Sosi virtual machine to meet the 
best of the configuration describe in the tutorial.


Good luck

Best regards.

Olivier.


--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] New Samba4/OpenChange/Sogo tutorial

2014-04-13 Thread Steve Ankeny

Is there an English version?

On 04/12/2014 05:20 PM, Olivier Bitsch wrote:

Hi Everybody,

After many months without any update of my tutorial, I'm very pleased 
to announce a big update today.


The tutorial is available at the address : goo.gl/NNcjGA 
http://goo.gl/NNcjGA


The update bring the following feature :

  * Usage of postfix-ldap and dovecot-ldap for a fully virtual domain
configuration from ldap.
  * Using the latest configuration file method.
  * Installation of Active Sync package.
  * Many more stuff.

Don't hesite as usual to keep me a comment if any problem is 
encountered. I will update soon my Sosi virtual machine to meet the 
best of the configuration describe in the tutorial.


Good luck

Best regards.

Olivier.


--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] New Samba4/OpenChange/Sogo tutorial

2014-04-13 Thread Steve Ankeny
Silly me!  I simply changed FR to EN in the link and found myself in 
English.


Thanks again, as I need to more fully configure my Samba4 domain, and 
I'm sure this will help.  You've given some great documentation in the 
past with many helpful tips, and we appreciate it.


On 04/12/2014 05:20 PM, Olivier Bitsch wrote:

Hi Everybody,

After many months without any update of my tutorial, I'm very pleased 
to announce a big update today.


The tutorial is available at the address : goo.gl/NNcjGA 
http://goo.gl/NNcjGA


The update bring the following feature :

  * Usage of postfix-ldap and dovecot-ldap for a fully virtual domain
configuration from ldap.
  * Using the latest configuration file method.
  * Installation of Active Sync package.
  * Many more stuff.

Don't hesite as usual to keep me a comment if any problem is 
encountered. I will update soon my Sosi virtual machine to meet the 
best of the configuration describe in the tutorial.


Good luck

Best regards.

Olivier.


--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] New Samba4/OpenChange/Sogo tutorial

2014-04-13 Thread Olivier Bitsch
Hi Steve,

As you founded, yes I try to always have both languages up to date.

Also, for your information, I endure a blocking issue, I opened a bug
report and now wait for an answer. Let me know if you got the same problem.

Thanks.

Olivier.


2014-04-12 23:33 GMT+02:00 Steve Ankeny stev...@cinergymetro.net:

  Silly me!  I simply changed FR to EN in the link and found myself in
 English.

 Thanks again, as I need to more fully configure my Samba4 domain, and I'm
 sure this will help.  You've given some great documentation in the past
 with many helpful tips, and we appreciate it.


 On 04/12/2014 05:20 PM, Olivier Bitsch wrote:

 Hi Everybody,

  After many months without any update of my tutorial, I'm very pleased to
 announce a big update today.

  The tutorial is available at the address : goo.gl/NNcjGA

  The update bring the following feature :

- Usage of postfix-ldap and dovecot-ldap for a fully virtual domain
configuration from ldap.
- Using the latest configuration file method.
- Installation of Active Sync package.
- Many more stuff.

 Don't hesite as usual to keep me a comment if any problem is encountered.
 I will update soon my Sosi virtual machine to meet the best of the
 configuration describe in the tutorial.

  Good luck

  Best regards.

  Olivier.



-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] New Samba4/OpenChange/Sogo tutorial

2014-04-12 Thread Olivier Bitsch
Hi Everybody,

After many months without any update of my tutorial, I'm very pleased to
announce a big update today.

The tutorial is available at the address : goo.gl/NNcjGA

The update bring the following feature :

   - Usage of postfix-ldap and dovecot-ldap for a fully virtual domain
   configuration from ldap.
   - Using the latest configuration file method.
   - Installation of Active Sync package.
   - Many more stuff.

Don't hesite as usual to keep me a comment if any problem is encountered. I
will update soon my Sosi virtual machine to meet the best of the
configuration describe in the tutorial.

Good luck

Best regards.

Olivier.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] New Samba4/OpenChange/Sogo tutorial

2013-08-19 Thread Olivier Bitsch
Hi Everybody

We are very pleased to announce the availibility of the first version of
igestis-openchange. This beta module add the necessary attribute of an
account for OpenChange. Basically, it's not necessary to type
openchange_newuser command after the creation of the employee.

I have also updated my documentation available at
http://iabsis.com/EN/article/35/Samba4
-and-OpenChange-on-a-Debian-or-Ubuntu-server/

The update bring the following fixed :

   - Installation of igestis-openchange added.

If you want to install the module on a existing machine, simply type
apt-get install igestis-openchange.

I've not yet updated the SOSI virtual machine, I'm working on a version
with Dovecot but still endure issues. I will inform you as soon the virtual
machine is updated.

Let me comments on the website if something is not working (or if it does).

Best regards.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] New Samba4/OpenChange/Sogo tutorial

2013-02-26 Thread Olivier Bitsch
Hi all,

I just finished to write a tutorial in order to
install Samba4/OpenChange/Sogo on Ubuntu/Debian, available at
http://iabsis.com/FR/article/35/Installation-de-Samba4-et-Openchange-sur-un-serveur-Debian-ou-Ubuntu/

(only available in french yet).

Basically, you can build your self a ZEG machine, but with Share/Domain
Controller working, withtout OpenLDAP (only one directory on Samba4), and
simplified way to create users. Also I only use packages provided by
inverse.ca to install the softwares.

I'll very happy if you can test and let comments.

Best regards.

Olivier.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] New Samba4/OpenChange/Sogo tutorial

2013-02-26 Thread Wayland Sothcott

On 26/02/2013 11:39, Olivier Bitsch wrote:

Hi all,

I just finished to write a tutorial in order to 
install Samba4/OpenChange/Sogo on Ubuntu/Debian, available at 
http://iabsis.com/FR/article/35/Installation-de-Samba4-et-Openchange-sur-un-serveur-Debian-ou-Ubuntu/


(only available in french yet).

Basically, you can build your self a ZEG machine, but with 
Share/Domain Controller working, withtout OpenLDAP (only one directory 
on Samba4), and simplified way to create users. Also I only use 
packages provided by inverse.ca http://inverse.ca to install the 
softwares.


I'll very happy if you can test and let comments.

Best regards.

Olivier.
Excellent work Olivier, I am going to build one today and get back to 
the list with the results. Microsoft Babel Fish seems to make a good job 
of converting your French into English but it's easy enough to follow 
anyway.

http://www.microsofttranslator.com/bv.aspx?from=frto=ena=http://iabsis.com/FR/article/35/Installation-de-Samba4-et-Openchange-sur-un-serveur-Debian-ou-Ubuntu/

Regards,
Wayland.


--

Mobile: 07925 431381
Office: 01787 388165

--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] New Samba4/OpenChange/Sogo tutorial

2013-02-26 Thread Olivier Bitsch
Thanks for you answer,

I will try PostGreSQL instead Mysql and come to you once tested. If it's
better, I will  update my tutorial.

Best regards.

Olivier.


2013/2/26 Wayland Sothcott wayl...@sothcott.co.uk

  On 26/02/2013 11:39, Olivier Bitsch wrote:

 Hi all,

  I just finished to write a tutorial in order to
 install Samba4/OpenChange/Sogo on Ubuntu/Debian, available at
 http://iabsis.com/FR/article/35/Installation-de-Samba4-et-Openchange-sur-un-serveur-Debian-ou-Ubuntu/

  (only available in french yet).

  Basically, you can build your self a ZEG machine, but with Share/Domain
 Controller working, withtout OpenLDAP (only one directory on Samba4), and
 simplified way to create users. Also I only use packages provided by
 inverse.ca to install the softwares.

  I'll very happy if you can test and let comments.

  Best regards.

  Olivier.

 Excellent work Olivier, I am going to build one today and get back to the
 list with the results. Microsoft Babel Fish seems to make a good job of
 converting your French into English but it's easy enough to follow anyway.

 http://www.microsofttranslator.com/bv.aspx?from=frto=ena=http://iabsis.com/FR/article/35/Installation-de-Samba4-et-Openchange-sur-un-serveur-Debian-ou-Ubuntu/

 Regards,
 Wayland.


 --

 Mobile: 07925 431381
 Office: 01787 388165


-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] New Samba4/OpenChange/Sogo tutorial

2013-02-26 Thread Olivier Bitsch
No better, but not worth, I got a different message now (see the attached
file for the log), but Samba4 stills a little bit unstable.

Aditionnaly, each time I open Outlook, it create multiple time the same
folder.

 error log 
samba4.txthttps://docs.google.com/file/d/0B033mKEZrk68OEt4TlRsQjcwUms/edit

 Capture du 2013-02-26
13:53:04.pnghttps://docs.google.com/file/d/0B033mKEZrk68SnVyT2VTNW5RLWM/edit


Olivier.


2013/2/26 Olivier Bitsch olivier.bit...@gmail.com

 Thanks for you answer,

 I will try PostGreSQL instead Mysql and come to you once tested. If it's
 better, I will  update my tutorial.

 Best regards.

 Olivier.


 2013/2/26 Wayland Sothcott wayl...@sothcott.co.uk

  On 26/02/2013 11:39, Olivier Bitsch wrote:

 Hi all,

  I just finished to write a tutorial in order to
 install Samba4/OpenChange/Sogo on Ubuntu/Debian, available at
 http://iabsis.com/FR/article/35/Installation-de-Samba4-et-Openchange-sur-un-serveur-Debian-ou-Ubuntu/

  (only available in french yet).

  Basically, you can build your self a ZEG machine, but with Share/Domain
 Controller working, withtout OpenLDAP (only one directory on Samba4), and
 simplified way to create users. Also I only use packages provided by
 inverse.ca to install the softwares.

  I'll very happy if you can test and let comments.

  Best regards.

  Olivier.

 Excellent work Olivier, I am going to build one today and get back to the
 list with the results. Microsoft Babel Fish seems to make a good job of
 converting your French into English but it's easy enough to follow anyway.

 http://www.microsofttranslator.com/bv.aspx?from=frto=ena=http://iabsis.com/FR/article/35/Installation-de-Samba4-et-Openchange-sur-un-serveur-Debian-ou-Ubuntu/

 Regards,
 Wayland.


 --

 Mobile: 07925 431381
 Office: 01787 388165



-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] New Samba4/OpenChange/Sogo tutorial

2013-02-26 Thread Netwodist

On 26/02/13 12:54, Olivier Bitsch wrote:
No better, but not worth, I got a different message now (see the 
attached file for the log), but Samba4 stills a little bit unstable.


Aditionnaly, each time I open Outlook, it create multiple time the 
same folder.


error log samba4.txt 
https://docs.google.com/file/d/0B033mKEZrk68OEt4TlRsQjcwUms/edit


Capture du 2013-02-26 13:53:04.png 
https://docs.google.com/file/d/0B033mKEZrk68SnVyT2VTNW5RLWM/edit


Olivier.


2013/2/26 Olivier Bitsch olivier.bit...@gmail.com 
mailto:olivier.bit...@gmail.com


Thanks for you answer,

I will try PostGreSQL instead Mysql and come to you once tested.
If it's better, I will  update my tutorial.

Best regards.

Olivier.


2013/2/26 Wayland Sothcott wayl...@sothcott.co.uk
mailto:wayl...@sothcott.co.uk

On 26/02/2013 11:39, Olivier Bitsch wrote:

Hi all,

I just finished to write a tutorial in order to
install Samba4/OpenChange/Sogo on Ubuntu/Debian, available at

http://iabsis.com/FR/article/35/Installation-de-Samba4-et-Openchange-sur-un-serveur-Debian-ou-Ubuntu/

(only available in french yet).

Basically, you can build your self a ZEG machine, but with
Share/Domain Controller working, withtout OpenLDAP (only one
directory on Samba4), and simplified way to create users.
Also I only use packages provided by inverse.ca
http://inverse.ca to install the softwares.

I'll very happy if you can test and let comments.

Best regards.

Olivier.

Excellent work Olivier, I am going to build one today and get
back to the list with the results. Microsoft Babel Fish seems
to make a good job of converting your French into English but
it's easy enough to follow anyway.

http://www.microsofttranslator.com/bv.aspx?from=frto=ena=http://iabsis.com/FR/article/35/Installation-de-Samba4-et-Openchange-sur-un-serveur-Debian-ou-Ubuntu/

Regards,
Wayland.


-- 


Mobile: 07925 431381
Office: 01787 388165



Boys, why don't you use official openchange installation method 
http://www.openchange.org/cookbook/initializing.html


It covers samba4, openchange, sogo and all the other relevant soft 
installation from source which is the recommended way to go :)


Nice and easy tutorial.
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] New Samba4/OpenChange/Sogo tutorial

2013-02-26 Thread Olivier Bitsch
Why I made a tutorial instead use the one provided by OpenChange team :

   - I'm don't very like to use compiled source, I prefer system will
   packaged software.
   - I'm don't want to have two directory (Samba4 and OpenChange in the
   provided tutorial).
   - I want to use full Samba4 features, not only MAPI layer.
   - I want store mails into user home directory, not in a virtual folder.
   - I want to use local ID for users available in Samba4 to make chmod,
   chown, etc..
   - And may be more.

Thanks :D

Olivier.


2013/2/26 Netwodist netwod...@gmail.com

  On 26/02/13 12:54, Olivier Bitsch wrote:

 No better, but not worth, I got a different message now (see the attached
 file for the log), but Samba4 stills a little bit unstable.

  Aditionnaly, each time I open Outlook, it create multiple time the same
 folder.

   error log 
 samba4.txthttps://docs.google.com/file/d/0B033mKEZrk68OEt4TlRsQjcwUms/edit

   Capture du 2013-02-26 
 13:53:04.pnghttps://docs.google.com/file/d/0B033mKEZrk68SnVyT2VTNW5RLWM/edit

  Olivier.


 2013/2/26 Olivier Bitsch olivier.bit...@gmail.com

 Thanks for you answer,

  I will try PostGreSQL instead Mysql and come to you once tested. If
 it's better, I will  update my tutorial.

  Best regards.

  Olivier.


 2013/2/26 Wayland Sothcott wayl...@sothcott.co.uk

   On 26/02/2013 11:39, Olivier Bitsch wrote:

 Hi all,

  I just finished to write a tutorial in order to
 install Samba4/OpenChange/Sogo on Ubuntu/Debian, available at
 http://iabsis.com/FR/article/35/Installation-de-Samba4-et-Openchange-sur-un-serveur-Debian-ou-Ubuntu/

  (only available in french yet).

  Basically, you can build your self a ZEG machine, but with
 Share/Domain Controller working, withtout OpenLDAP (only one directory on
 Samba4), and simplified way to create users. Also I only use packages
 provided by inverse.ca to install the softwares.

  I'll very happy if you can test and let comments.

  Best regards.

  Olivier.

  Excellent work Olivier, I am going to build one today and get back to
 the list with the results. Microsoft Babel Fish seems to make a good job of
 converting your French into English but it's easy enough to follow anyway.

 http://www.microsofttranslator.com/bv.aspx?from=frto=ena=http://iabsis.com/FR/article/35/Installation-de-Samba4-et-Openchange-sur-un-serveur-Debian-ou-Ubuntu/

 Regards,
 Wayland.


 --

 Mobile: 07925 431381
 Office: 01787 388165



  Boys, why don't you use official openchange installation method
 http://www.openchange.org/cookbook/initializing.html

 It covers samba4, openchange, sogo and all the other relevant soft
 installation from source which is the recommended way to go :)

 Nice and easy tutorial.

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] New Samba4/OpenChange/Sogo tutorial

2013-02-26 Thread Olivier Bitsch
I will start immediately the translation.

Best regards.

Olivier.


2013/2/26 Aaron C Johnson acjohn...@pcdomain.com

  On 02/26/2013 05:39 AM, Olivier Bitsch wrote:

 Hi all,

  I just finished to write a tutorial in order to
 install Samba4/OpenChange/Sogo on Ubuntu/Debian, available at
 http://iabsis.com/FR/article/35/Installation-de-Samba4-et-Openchange-sur-un-serveur-Debian-ou-Ubuntu/

  (only available in french yet).

  Basically, you can build your self a ZEG machine, but with Share/Domain
 Controller working, withtout OpenLDAP (only one directory on Samba4), and
 simplified way to create users. Also I only use packages provided by
 inverse.ca to install the softwares.

  I'll very happy if you can test and let comments.

  Best regards.

  Olivier.


 Nice work and thank you for the contribution :)

 When will the English version get posted?

 Aaron

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] New Samba4/OpenChange/Sogo tutorial

2013-02-26 Thread Netwodist

On 26/02/13 13:45, Olivier Bitsch wrote:

Why I made a tutorial instead use the one provided by OpenChange team :

  * I'm don't very like to use compiled source, I prefer system will
packaged software.
  * I'm don't want to have two directory (Samba4 and OpenChange in the
provided tutorial).
  * I want to use full Samba4 features, not only MAPI layer.
  * I want store mails into user home directory, not in a virtual folder.
  * I want to use local ID for users available in Samba4 to make
chmod, chown, etc..
  * And may be more.

Thanks :D

Olivier.


2013/2/26 Netwodist netwod...@gmail.com mailto:netwod...@gmail.com

On 26/02/13 12:54, Olivier Bitsch wrote:

No better, but not worth, I got a different message now (see the
attached file for the log), but Samba4 stills a little bit unstable.

Aditionnaly, each time I open Outlook, it create multiple time
the same folder.

error log samba4.txt
https://docs.google.com/file/d/0B033mKEZrk68OEt4TlRsQjcwUms/edit

Capture du 2013-02-26 13:53:04.png
https://docs.google.com/file/d/0B033mKEZrk68SnVyT2VTNW5RLWM/edit

Olivier.


2013/2/26 Olivier Bitsch olivier.bit...@gmail.com
mailto:olivier.bit...@gmail.com

Thanks for you answer,

I will try PostGreSQL instead Mysql and come to you once
tested. If it's better, I will  update my tutorial.

Best regards.

Olivier.


2013/2/26 Wayland Sothcott wayl...@sothcott.co.uk
mailto:wayl...@sothcott.co.uk

On 26/02/2013 11:39, Olivier Bitsch wrote:

Hi all,

I just finished to write a tutorial in order to
install Samba4/OpenChange/Sogo on Ubuntu/Debian,
available at

http://iabsis.com/FR/article/35/Installation-de-Samba4-et-Openchange-sur-un-serveur-Debian-ou-Ubuntu/

(only available in french yet).

Basically, you can build your self a ZEG machine, but
with Share/Domain Controller working, withtout OpenLDAP
(only one directory on Samba4), and simplified way to
create users. Also I only use packages provided by
inverse.ca http://inverse.ca to install the softwares.

I'll very happy if you can test and let comments.

Best regards.

Olivier.

Excellent work Olivier, I am going to build one today and
get back to the list with the results. Microsoft Babel
Fish seems to make a good job of converting your French
into English but it's easy enough to follow anyway.

http://www.microsofttranslator.com/bv.aspx?from=frto=ena=http://iabsis.com/FR/article/35/Installation-de-Samba4-et-Openchange-sur-un-serveur-Debian-ou-Ubuntu/

Regards,
Wayland.


-- 


Mobile: 07925 431381
Office: 01787 388165




Boys, why don't you use official openchange installation method
http://www.openchange.org/cookbook/initializing.html

It covers samba4, openchange, sogo and all the other relevant soft
installation from source which is the recommended way to go :)

Nice and easy tutorial.



I do agree with all the points you made here! :)

I wanted to have it all installed from repositories using packages as 
well, but it is not quite durable. It's either all from source except 
sogo backend itself or all from packages. Can't mix. But installing it 
all from source is better as these repos are not very well maintained 
and there are issues all the time.


We can have all your listed points on an installation from source as well :)

Kind regards,

Netwodist
--
users@sogo.nu
https://inverse.ca/sogo/lists