[SOGo] Web UI base URL

2012-10-18 Thread Simon Walter
Greetings, Is a setting for the base URL for the SOGo web interface. It might be possible to rewrite everything from the Apache config, but it would be nice to have the pages linking to the correct URLs. For now I'll just put a redirect for / to /SOGo. Simon -- users@sogo.nu https://inverse.

[SOGo] BTS activities for Thursday, October 18 2012

2012-10-18 Thread SOGo reporter
Title: BTS activities for Thursday, October 18 2012 BTS Activities Home page: http://www.sogo.nu/bugs Project: SOGo For the period covering: Thursday, October 18 2012 idlast updatestatus (resolution)categorysummary

[SOGo] Installation on Mobile Devices

2012-10-18 Thread katherinekimmons33
Hi, I just installed Sogo...Zeg to test out the install..see if this groupware can do what we need we are a non-proft and we have a small mobile device management population.We use a solution called Mobileiron which reallly sucks. I would think if you centrally manage your mobile device infrastruc

[SOGo] samba4 error

2012-10-18 Thread Eric Hiller
When I setup the user u...@domain.tld I get the error: /usr/sbin/samba: Uncaught exception MAPIStoreIOException, reason: could not create special table 'socfs_usern...@domain.tld' If I just username it works, but that won't register with my mail server. Also is there a way to via the ldap dire

Re: [SOGo] Mobile Sync with Z-Push Activsync Successful

2012-10-18 Thread Mailing
Hi all, i also installed the Activesync Sogo successful. Contact synchronization works fine with my HTC Desire Android phone, but when I try to add new appointments in the "Exchange" calendar I get double entries. Best regards, Sebastian Am 17.10.2012 12:45, schrieb Devinder Singh: Hi All

Re: [SOGo] Mobile Sync with Z-Push Activsync Successful

2012-10-18 Thread Devinder Singh
Hi Peter, My objective is to have all Mobile devices sync with SOGo. Z-push is a good replacement for Funambol due to its native compatibility with Andriod and Apple IOS with version 6. However, Z-push do not support Blackberry Devices and so we require Funambol. I am working on making it

Re: [SOGo] Mobile Sync with Z-Push Activsync Successful

2012-10-18 Thread Devinder Singh
Hi Michael, I was able to resolve the issue. I ran the ./bin/install to reconfigure the Funambol setup and it created the tables properly this time along with the SOGO Connector. Thanks & Regards, Devinder Singh Birdi On 10/18/2012 4:50 PM, Devinder Singh wrote: Thanks Michael, Agree that

Re: [SOGo] Mobile Sync with Z-Push Activsync Successful

2012-10-18 Thread mayak-cq
On Thu, 2012-10-18 at 14:33 +0200, Peter Schmidt wrote: > I'm curious about the Z-Push Active Sync method and have 2 questions: > > * Is it necessary, when SOGo is configured for Outlook compatibility? (I > guess so, because Exchange != Active Sync) yes -- you're right -- exchange protocol is n

Re: [SOGo] Mobile Sync with Z-Push Activsync Successful

2012-10-18 Thread Peter Schmidt
I'm curious about the Z-Push Active Sync method and have 2 questions: * Is it necessary, when SOGo is configured for Outlook compatibility? (I guess so, because Exchange != Active Sync) * Why does it need Funambol? (Or are your questions about Funambol not related to Z-Push and you "hijacked"

Re: [SOGo] Mobile Sync with Z-Push Activsync Successful

2012-10-18 Thread Michal Kminek
When this error occurs? During Funambol start? I would recommend reviewing SOGo Installation Guide - Funambol chapter. Make sure you have followed every step including install-modules command. Funambol is a big package, very self-sufficient as it includes its own Java RE. Check also file right

Re: [SOGo] Mobile Sync with Z-Push Activsync Successful

2012-10-18 Thread Devinder Singh
Thanks Michael, Agree that was the issue. I was able to proceed further. However, now Create Table fails the build. [sql] Failed to execute:create table fnbl_email_cache ( guid varchar(200) binary not null, source_uri varchar(128) binary not null, principal bigint no

Re: [SOGo] Mobile Sync with Z-Push Activsync Successful

2012-10-18 Thread Michal Kminek
Maybe you should update your config jdbc.classpath=/opt/Funambol/tools/tomcat/lib/mysql-connector-java-5.1.13-bin.jar isn't the listed file Dne 18.10.2012 12:28, Devinder Singh napsal(a): Hi Michael, Yes the file do exists. ls -l /opt/Funambol/tools/tomcat/lib/ | grep mysql -rw-rw-r-- 1 roo

Re: [SOGo] Mobile Sync with Z-Push Activsync Successful

2012-10-18 Thread Devinder Singh
Hi Michael, Yes the file do exists. ls -l /opt/Funambol/tools/tomcat/lib/ | grep mysql -rw-rw-r-- 1 root root 832960 Sep 6 05:51 mysql-connector-java-5.1.22-bin.jar Any other reasons ? Thanks & Regards, Devinder Singh Birdi On 10/18/2012 3:37 PM, Michal Kminek wrote: Have you installe

Re: [SOGo] Mobile Sync with Z-Push Activsync Successful

2012-10-18 Thread mayak-cq
On Thu, 2012-10-18 at 15:22 +0530, Devinder Singh wrote: > Thanks Mayak, > > Just would like to add that Apple sync works as well on IOS 6 > version. I tried syncing with IOS 4 version on TAB and IPhone it did > not work untill I upgraded to newer versions. > > Not sure if you are also looking

Re: [SOGo] Mobile Sync with Z-Push Activsync Successful

2012-10-18 Thread Michal Kminek
Have you installed any mysql driver in /opt/Funambol/tools/tomcat/lib/? provide contents ls -l /opt/Funambol/tools/tomcat/lib/ you should have something like mysql-connector-java-5.1.22-bin.jar there. Michal Dne 18.10.2012 11:52, Devinder Singh napsal(a): Thanks Mayak, Just would like to add

Re: [SOGo] Mobile Sync with Z-Push Activsync Successful

2012-10-18 Thread Devinder Singh
Thanks Mayak, Just would like to add that Apple sync works as well on IOS 6 version. I tried syncing with IOS 4 version on TAB and IPhone it did not work untill I upgraded to newer versions. Not sure if you are also looking toward building the backward compatibility. However, I am facing

Re: [SOGo] "defaults write.." / "defaults -u sogo write.."overwriting complete .GNUstepDefaults

2012-10-18 Thread MJ Ray
Francis > I've seen strange behaviours of "defaults" with recent versions of > GNUstep. Avoid using "-u "; you better run "defaults" as the > proper user. I'm sure Adam and co would love a bug report if someone can make it misbehave consistently... http://savannah.gnu.org/bugs/?group=gnustep Than

Re: [SOGo] Mobile Sync with Z-Push Activsync Successful

2012-10-18 Thread mayak-cq
On Wed, 2012-10-17 at 16:15 +0530, Devinder Singh wrote: > Hi All, > > Just wanted to let you all know that Mobile Sync with Z-push Activsync > was successful with the below php library. > > https://github.com/xbgmsharp/sogosync > > 1. Android Based phones - Native Support for 2 way sync wit

Re: [SOGo] SOGo 2.0 ZEG strange timezone behavior

2012-10-18 Thread Michal Kminek
Hi, do you have correctly set your time zone in ZEG system and in SOGo? You can adjust the ZEG system time zone by running the following command (it's interractive): sudo dpkg-reconfigure tzdata the default password is "sogo" Modify the SOGo time zone too: sudo service sogo stop defaults wr