Re: [SOGo] Active Sync support in SOGo

2013-09-20 Thread Alessio Cecchi

Il 18/09/2013 23:22, Ludovic Marcotte ha scritto:

Hello,

We've been pretty silent when it came to Active Sync support in SOGo for
multiple reasons.

First of all, there are licensing implications with Microsoft Active
Sync. Moreover, there's a plethora of Active Sync implementations out
there. We also wanted to see how vendors would adopt CalDAV/CardDAV, how
down the drain Funambol would go and the market's impact of the new
Windows/Blackberry phones.


IMHO with CalDAV/CardDAV and Active Sync support, Funambol no longer 
makes sense to exist.


Already today with only CalDAV and CardDAV Funambol is useful only for 
(old) Blackberry device, which, however, are always less.


On my SOGo server (with some thousands of users) we have disabled the 
support for Funambol some months ago.



After digesting all the above for a few weeks, we came to the conclusion
we should most likely add Active Sync support to SOGo.


Great news!

Thanks
--
Alessio Cecchi is:
@ ILS - http://www.linux.it/~alessice/
on LinkedIn - http://www.linkedin.com/in/alessice
Assistenza Sistemi GNU/Linux - http://www.cecchi.biz/
@ PLUG - ex-Presidente, adesso senatore a vita, http://www.prato.linux.it
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Remember login name in multiple domains setup

2013-09-20 Thread François Grange

Hello all,

we set up SOGo 2.0.7 with multiple domains and a MySQL backend (Postfix 
admin database) and everything works fine, many thanks for this very 
good work.


There is a small problem I can not solve: On the login page, if I check 
 remember me SOGo add the domain to the login name. Instead of 
franc...@domain1.com sogo stores u...@domain1.com@domain1.com.


All advice are welcome

Thanks

François

{
NSGlobalDomain = {
};
sogod = {
NGUseUTF8AsURLEncoding = YES;
OCSFolderInfoURL = 
mysql://postfixadm:*@127.0.0.1:3306/postfix/sogo_folder_info;
OCSSessionsFolderURL = 
mysql://postfixadm:*@127.0.0.1:3306/postfix/sogo_sessions_folder;

SOGoACLsSendEMailNotifications = YES;
SOGoAppointmentSendEMailNotifications = YES;
SOGoCalendarDefaultRoles = (
PublicViewer,
ConfidentialDAndTViewer
);
SOGoDomainsVisibility = (
(
domain2.com,
domain1.com,
)
);
SOGoDraftsFolderName = Drafts;
SOGoEnableDomainBasedUID = YES;
SOGoFirstDayOfWeek = 1;
SOGoFoldersSendEMailNotifications = YES;
SOGoIMAPServer = 127.0.0.1;
SOGoLanguage = French;
SOGoLoginModule = Calendar;
SOGoMailMessageCheck = every_5_minutes;
SOGoMailingMechanism = smtp;
SOGoMemcachedHost = 127.0.0.1;
SOGoPasswordChangeEnabled = YES;
SOGoProfileURL = 
mysql://postfixadm:*@127.0.0.1:3306/postfix/sogo_user_profile;

SOGoSMTPServer = 127.0.0.1;
SOGoSentFolderName = Sent;
SOGoSieveScriptsEnabled = YES;
SOGoSieveServer = sieve://127.0.0.1:4190;
SOGoSuperUsernames = (
ad...@domain1.com
);
SOGoTimeZone = Europe/Paris;
SOGoTrashFolderName = Trash;
SOGoVacationEnabled = YES;
domains = {
domain1.com = {
SOGoDraftsFolderName = Drafts;
SOGoMailDomain = domain1.com;
SOGoUserSources = (
{
DomainFieldName = domain;
IMAPLoginFieldName = mail;
LoginFieldNames = (
c_name
);
canAuthenticate = YES;
displayName = Utilisateurs domain1.com;
id = users2;
isAddressBook = YES;
type = sql;
userPasswordAlgorithm = md5-crypt;
viewURL = 
mysql://postfixadm:*@127.0.0.1:3306/postfix/sogo_users_domain1_com;

}
);
};
domain2.com = {
SOGoDraftsFolderName = Drafts;
SOGoMailDomain = domain2.com;
SOGoUserSources = (
{
DomainFieldName = domain;
IMAPLoginFieldName = mail;
LoginFieldNames = (
c_name
);
canAuthenticate = YES;
displayName = Utilisateurs domain2.com;
id = users1;
isAddressBook = YES;
type = sql;
userPasswordAlgorithm = md5-crypt;
viewURL = 
mysql://postfixadm:*@127.0.0.1:3306/postfix/sogo_users_domain2_com;

}
);
};
};
};
}

viewURL is a MySQL view on the mailbox table :

c_uidfrancois
c_namefranc...@domain1.com
c_password$1$**/
c_cnFrancois Grange
mailfranc...@domain1.com
domaindomain1.com
c_domaindomain1.com

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


Re: [SOGo] Active Sync support in SOGo

2013-09-20 Thread Jeroen Dekkers
At Fri, 20 Sep 2013 00:12:05 +0200,
Rémi Letot wrote:
 
 Jeroen Dekkers jer...@dekkers.ch writes:
 
  but I think we can't just disregard all microsoft patents on the basis
  that software patents aren't valid in Europe.
 
 Of course not, but software patents and patents on protocols or
 interfaces are completely out of scope in Europe (despite the EPO
 granting them). I can't see what in the active sync protocol could be
 considered patentable in Europe, there is no interraction with «the
 forces of nature» that I'm aware of.

The forces of nature definition was an amendment that was proposed for
the rejected software patent directive, as far as I know that
definition isn't in use anywhere. But I agree that the activesync
patents are likely to be invalidated on the basis that they are on
software as such, but imho you still need to consider that they might
not.
 
 Microsoft could still try to defend it's patents in court, which would
 be a definitive blow to any European small business, but I really don't
 think they would risk confirmation of the invalidity of their patents
 for any small business scale operation. 

As a small business you will probably get away with it, but there is
still a risk and I just wanted to point that out so everybody can make
an informed decision whether to take that risk. The good thing is that
court cases in Europe are a lot cheaper than the US and most of the
time the losing party has to pay the legal fees, but you still need to
have the money to pay the lawyers during the case.


Kind regards,

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

[SOGo] MS Outlook connector

2013-09-20 Thread labolinux

Hi everybody,

We installed the latest version of SOGo, and everything is working very 
well.
We are using openldap for the authentication partand want now 
tointegrate inour system openchange using SOGo Outlook connector.


Referring to the official documentation of SOGo,2 possibilities of 
processing are present to us:


1. First Part: We use both openldap and samba and then we have to use a
   script forsynchronizing samba and openldap users.
2. Second part: We have to remove openldap and use samba4 internal
   directory

We are a newer in SOGo installation and configuration. So weneed help to 
make samba4 and ldap work together.

Please, I need to know :

 *   If others have already been confronted to the same case.
 * How they have solvethis problem?
 * What choice they hadto do?
 * What is the best solution to select between remove openldapin part2
   and use a script to synchronize openldap and samba?

Thanks in advance for your understanding and help.

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

Re: [SOGo] MS Outlook connector

2013-09-20 Thread Szládovics Péter

2013-09-20 16:44 keltezéssel, labolinux írta:

Hi everybody,

We installed the latest version of SOGo, and everything is working 
very well.
We are using openldap for the authentication partand want now 
tointegrate inour system openchange using SOGo Outlook connector.


Referring to the official documentation of SOGo,2 possibilities of 
processing are present to us:


 1. First Part: We use both openldap and samba and then we have to use
a script forsynchronizing samba and openldap users.
 2. Second part: We have to remove openldap and use samba4 internal
directory

We are a newer in SOGo installation and configuration. So weneed help 
to make samba4 and ldap work together.

Please, I need to know :

  *  If others have already been confronted to the same case.
  * How they have solvethis problem?
  * What choice they hadto do?
  * What is the best solution to select between remove openldapin
part2 and use a script to synchronize openldap and samba?

Thanks in advance for your understanding and help.



I think it's difficult. If you want to use Samba4 AD instead OpenLDAP, 
you need to reconfigure the mail backend too: postfix and IMAP.

The main differences the OpenLDAP and Samba4 AD are:

1. Your users couldn't change their password through SOGo
2. AD not permit the anonymous access - you'll need one or more
   dedicated service account
3. Samba brings some restricts - eg. password policy
4. No any existing gui tool for samba4 administration yet (create
   users/groups/etc.)

etc.

My ZEG install script uses this environment, but with dovecot IMAP, and 
I created extensions for handling teh SambaAD (scripts for create/delete 
users, modify passwords, etc.).


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

Re: [SOGo] MS Outlook connector

2013-09-20 Thread Szládovics Péter

2013-09-20 18:55 keltezéssel, labolinux írta:

Le 20/09/2013 18:08, Szládovics Péter a écrit :

2013-09-20 16:44 keltezéssel, labolinux írta:

Hi everybody,

We installed the latest version of SOGo, and everything is working 
very well.
We are using openldap for the authentication partand want now 
tointegrate inour system openchange using SOGo Outlook connector.


Referring to the official documentation of SOGo,2 possibilities of 
processing are present to us:


 1. First Part: We use both openldap and samba and then we have to
use a script forsynchronizing samba and openldap users.
 2. Second part: We have to remove openldap and use samba4 internal
directory

We are a newer in SOGo installation and configuration. So weneed 
help to make samba4 and ldap work together.

Please, I need to know :

  *  If others have already been confronted to the same case.
  * How they have solvethis problem?
  * What choice they hadto do?
  * What is the best solution to select between remove openldapin
part2 and use a script to synchronize openldap and samba?

Thanks in advance for your understanding and help.



I think it's difficult. If you want to use Samba4 AD instead 
OpenLDAP, you need to reconfigure the mail backend too: postfix and IMAP.

The main differences the OpenLDAP and Samba4 AD are:

 1. Your users couldn't change their password through SOGo
 2. AD not permit the anonymous access - you'll need one or more
dedicated service account
 3. Samba brings some restricts - eg. password policy
 4. No any existing gui tool for samba4 administration yet (create
users/groups/etc.)

etc.

My ZEG install script uses this environment, but with dovecot IMAP, 
and I created extensions for handling teh SambaAD (scripts for 
create/delete users, modify passwords, etc.).



Hi Peter,
First of all thank you for your reply. Since we want users to be able 
to change their password through SOGo, our only
solution is to maintain openldap and use script to synchronize users. 
Can you, please, send us your scripts so that we can adapt them to our 
situation?


Best regards.


My script is not well for you.
My environment not uses OpenLDAP only SambaAD (from the first install), 
so, I never synchronize anything sorry.

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

Re: [SOGo] MS Outlook connector

2013-09-20 Thread labolinux

Le 20/09/2013 18:08, Szládovics Péter a écrit :

2013-09-20 16:44 keltezéssel, labolinux írta:

Hi everybody,

We installed the latest version of SOGo, and everything is working 
very well.
We are using openldap for the authentication partand want now 
tointegrate inour system openchange using SOGo Outlook connector.


Referring to the official documentation of SOGo,2 possibilities of 
processing are present to us:


 1. First Part: We use both openldap and samba and then we have to
use a script forsynchronizing samba and openldap users.
 2. Second part: We have to remove openldap and use samba4 internal
directory

We are a newer in SOGo installation and configuration. So weneed help 
to make samba4 and ldap work together.

Please, I need to know :

  *  If others have already been confronted to the same case.
  * How they have solvethis problem?
  * What choice they hadto do?
  * What is the best solution to select between remove openldapin
part2 and use a script to synchronize openldap and samba?

Thanks in advance for your understanding and help.



I think it's difficult. If you want to use Samba4 AD instead OpenLDAP, 
you need to reconfigure the mail backend too: postfix and IMAP.

The main differences the OpenLDAP and Samba4 AD are:

 1. Your users couldn't change their password through SOGo
 2. AD not permit the anonymous access - you'll need one or more
dedicated service account
 3. Samba brings some restricts - eg. password policy
 4. No any existing gui tool for samba4 administration yet (create
users/groups/etc.)

etc.

My ZEG install script uses this environment, but with dovecot IMAP, 
and I created extensions for handling teh SambaAD (scripts for 
create/delete users, modify passwords, etc.).



Hi Peter,
First of all thank you for your reply. Since we want users to be able to 
change their password through SOGo, our only
solution is to maintain openldap and use script to synchronize users. 
Can you, please, send us your scripts so that we can adapt them to our 
situation?


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

[SOGo] Outlook with shared address books

2013-09-20 Thread J.
I'm about to start setting up users on a new SOGo server. We've got one Outlook 
user. Will she be able to access the shared address books?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] BTS activities for Friday, September 20 2013

2013-09-20 Thread SOGo reporter
Title: BTS activities for Friday, September 20 2013





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Friday, September 20 2013

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2405
	2013-09-20 09:13:28
	closed (fixed)
	OpenChange backend
	Samba4 PANIC error