Re: [SOGo] ANN: SOGo Package Repositories

2016-07-28 Thread slavek.ba...@axis.cz
On Thursday 28 of July 2016 20:36:40 Daniel Bareiro wrote:
> The condition for leave out this package is to have clients using
> Outlook 2013 or higher, right?

Without OpenChange are two possibilities for MS Outlook support:

1) ActiveSync with Outlook 2013 and later.

2) Outlook CalDav Synchronizer with Outlook 2007 ane later.

Do not be fooled by the 'CalDav' in the plugin name, because for some time 
also allows to synchronize CardDAV! It is an open source and development is 
very active. Plugin adds into MS Outlook exactly what is missing == CalDAV 
and CardDAV. For more information, see:

https://sourceforge.net/projects/outlookcaldavsynchronizer/

I would say that with this plugin you do not need to deal with OpenChange.

Cheers
-- 
Slávek
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ANN: SOGo Package Repositories

2016-07-28 Thread Daniel Bareiro

On 28/07/16 14:57, Slávek Banko (slavek.ba...@axis.cz) wrote:

>> but how i can build Sogo without Openchange support I didn t find
>> any documentations or wehre to desactivate it.
>> how to desactivate it in the source ?

> Take file 'control-no-openchange' from packaging/debian-multiarch and use it
> instead of the current 'control'.

The condition for leave out this package is to have clients using
Outlook 2013 or higher, right?

Kind regards,
Daniel



signature.asc
Description: OpenPGP digital signature


Re: [SOGo] ANN: SOGo Package Repositories

2016-07-28 Thread slavek.ba...@axis.cz
Take file 'control-no-openchange' from packaging/debian-multiarch and use it 
instead of the current 'control'.

-- 
Slávek

On Thursday 28 of July 2016 19:41:53 "Alain Abbas" wrote:
> Hello 
> Thanks Slavek
> but how i can build Sogo without Openchange support 
> I didn t find any documentations or wehre to desactivate it.
> how to desactivate it in the source ? 
> thanks you 
> Regards
>
>
> Le Jeudi 28 Juillet 2016 19:10 CEST, Slávek Banko (slavek.ba...@axis.cz)
>  a écrit: It seems that you are building SOGo with
> OpenChange from Debian Jessie, which is probably older than expected in
> current SOGo versions. You can try to build without OpenChange support.
>
> --
> Slávek
>
> On Thursday 28 of July 2016 07:59:10 "Alain Abbas" wrote:
> > Hello 
> > Trying to make packages on Jessie 
> > for SOPE ok no problems 
> > For Sogo 
> > Error :
> > MAPIStoreContext.m:558:12: error: too many arguments to function
> > ‘openchangedb_get_new_changeNumbers’ retval =
> > openchangedb_get_new_changeNumbers (connInfo->oc_ctx, memCtx, owner, max,
> > ); ^
> > In file included from MAPIStoreContext.m:57:0:
> > /usr/include/libmapiproxy.h:204:17: note: declared here
> >  enum MAPISTATUS openchangedb_get_new_changeNumbers(struct
> > openchangedb_context *, TALLOC_CTX *, uint64_t, struct UI8Array_r **); ^
> > /usr/share/GNUstep/Makefiles/rules.make:468: recipe for target
> > 'obj/SOGoBackend.obj/MAPIStoreContext.m.o' failed make[4]: ***
> > [obj/SOGoBackend.obj/MAPIStoreContext.m.o] Error 1
> > /usr/share/GNUstep/Makefiles/Instance/bundle.make:193: recipe for target
> > 'internal-bundle-run-compile-submake' failed make[3]: ***
> > [internal-bundle-run-compile-submake] Error 2
> > /usr/share/GNUstep/Makefiles/Master/rules.make:298: recipe for target
> > 'SOGoBackend.all.bundle.variables' failed make[2]: ***
> > [SOGoBackend.all.bundle.variables] Error 2
> > /usr/share/GNUstep/Makefiles/Master/bundle.make:37: recipe for target
> > 'internal-all' failed make[1]: *** [internal-all] Error 2
> > make[1]: Leaving directory '/home/test/SOGo-3.1.4/OpenChange'
> > debian/rules:26: recipe for target 'build-arch-stamp' failed
> > make: *** [build-arch-stamp] Error 2
> > dpkg-buildpackage: erreur: debian/rules build a produit une erreur de
> > sortie de type 2 Seems that package libmapiproxy-dev is outdated on
> > Jessie How to desactivate Openchange compilation in the source ? or where
> > i can have the right libmapiproxy-dev ?
> >
> > Regards
> >
> >
> >
> > Le Mercredi 27 Juillet 2016 23:27 CEST, "\"Alain Abbas\""
> > (alain.ab...@libertech.fr)  a écrit: Hello
> > Trying that but it try to build the sogo openchange package too  when
> > compiling sogo  how to desactivate it ?
> >
> > Regards 
> >
> >
> >
> > Le Mardi 19 Juillet 2016 22:45 CEST, "Achim Gottinger" (ac...@ag-web.biz)
> >  a écrit: Here is an short howto for sogo2 on wheezy
> > without openchange
> >
> > First download SOPE-3.1.4.tar.gz and SOGo-2.3.13.tar.gz install
> > build-essentails and dpkg-dev On wheezy libwbxml2 is also required you
> > can get the required version
> > https://packages.inverse.ca/SOGo/nightly/2/debian/pool/wheezy/w/wbxml2/
> >
> > # tar xvzf SOPE-3.1.4.tar.gz
> > #  cd SOPE
> > #  cp -a packaging/debian .
> > #  ./debian/rules
> > # dpkg-buildpackage
> > (install all required dependencies)
> > # dpkg-buildpackage
> > # cd ..
> > # dpkg -i libsope*.deb
> > # tar xvzf SOGo-2.3.13.tar.gz
> > # cd SOGo-2.3.13
> > #  ./debian/rules
> > # dch
> > (add an changelog entry for version 2.3.13)
> >  dpkg-buildpackage -b
> > (install all required dependencies)
> > # dpkg-buildpackage -b
> >
> > You should now have build these packages:
> >
> > libsbjson2.3_4.9.r1664_amd64.deb
> > libsbjson2.3-dev_4.9.r1664_amd64.deb
> > libsope4.9-dev_4.9.r1664_all.deb
> > libsope-appserver4.9_4.9.r1664_amd64.deb
> > libsope-appserver4.9-dev_4.9.r1664_amd64.deb
> > libsope-core4.9_4.9.r1664_amd64.deb
> > libsope-core4.9-dev_4.9.r1664_amd64.deb
> > libsope-gdl1-4.9_4.9.r1664_amd64.deb
> > libsope-gdl1-4.9-dev_4.9.r1664_amd64.deb
> > libsope-ldap4.9_4.9.r1664_amd64.deb
> > libsope-ldap4.9-dev_4.9.r1664_amd64.deb
> > libsope-mime4.9_4.9.r1664_amd64.deb
> > libsope-mime4.9-dev_4.9.r1664_amd64.deb
> > libsope-xml4.9_4.9.r1664_amd64.deb
> > libsope-xml4.9-dev_4.9.r1664_amd64.deb
> > sogo_2.3.13_amd64.deb
> > sogo-activesync_2.3.13_amd64.deb
> > sogo-dbg_2.3.13_amd64.deb
> > sogo-dev_2.3.13_amd64.deb
> > sope4.9-appserver_4.9.r1664_amd64.deb
> > sope4.9-dbg_4.9.r1664_amd64.deb
> > sope4.9-gdl1-mysql_4.9.r1664_amd64.deb
> > sope4.9-gdl1-postgresql_4.9.r1664_amd64.deb
> > sope4.9-libxmlsaxdriver_4.9.r1664_amd64.deb
> > sope4.9-stxsaxdriver_4.9.r1664_amd64.deb
> >
> >
> > But i have not yet tested if these packages work proper. :-)
> >
> >  Am 19.07.2016 um 21:31 schrieb Heiner Markert (mephi...@gmx.net):Hello,
> >
> > could you please post a short howto on how to build those debian packages
> > based on the control files?
> >
> > 

Re: [SOGo] ANN: SOGo Package Repositories

2016-07-28 Thread "Alain Abbas"

Hello 
Thanks Slavek
but how i can build Sogo without Openchange support 
I didn t find any documentations or wehre to desactivate it.
how to desactivate it in the source ? 
thanks you 
Regards


Le Jeudi 28 Juillet 2016 19:10 CEST, Slávek Banko (slavek.ba...@axis.cz) 
 a écrit:
 It seems that you are building SOGo with OpenChange from Debian Jessie, which
is probably older than expected in current SOGo versions. You can try to
build without OpenChange support.

--
Slávek

On Thursday 28 of July 2016 07:59:10 "Alain Abbas" wrote:
> Hello 
> Trying to make packages on Jessie 
> for SOPE ok no problems 
> For Sogo 
> Error :
> MAPIStoreContext.m:558:12: error: too many arguments to function
> ‘openchangedb_get_new_changeNumbers’ retval =
> openchangedb_get_new_changeNumbers (connInfo->oc_ctx, memCtx, owner, max,
> ); ^
> In file included from MAPIStoreContext.m:57:0:
> /usr/include/libmapiproxy.h:204:17: note: declared here
>  enum MAPISTATUS openchangedb_get_new_changeNumbers(struct
> openchangedb_context *, TALLOC_CTX *, uint64_t, struct UI8Array_r **); ^
> /usr/share/GNUstep/Makefiles/rules.make:468: recipe for target
> 'obj/SOGoBackend.obj/MAPIStoreContext.m.o' failed make[4]: ***
> [obj/SOGoBackend.obj/MAPIStoreContext.m.o] Error 1
> /usr/share/GNUstep/Makefiles/Instance/bundle.make:193: recipe for target
> 'internal-bundle-run-compile-submake' failed make[3]: ***
> [internal-bundle-run-compile-submake] Error 2
> /usr/share/GNUstep/Makefiles/Master/rules.make:298: recipe for target
> 'SOGoBackend.all.bundle.variables' failed make[2]: ***
> [SOGoBackend.all.bundle.variables] Error 2
> /usr/share/GNUstep/Makefiles/Master/bundle.make:37: recipe for target
> 'internal-all' failed make[1]: *** [internal-all] Error 2
> make[1]: Leaving directory '/home/test/SOGo-3.1.4/OpenChange'
> debian/rules:26: recipe for target 'build-arch-stamp' failed
> make: *** [build-arch-stamp] Error 2
> dpkg-buildpackage: erreur: debian/rules build a produit une erreur de
> sortie de type 2 Seems that package libmapiproxy-dev is outdated on Jessie
> How to desactivate Openchange compilation in the source ? or where i can
> have the right libmapiproxy-dev ? 
>
> Regards
>
>
>
> Le Mercredi 27 Juillet 2016 23:27 CEST, "\"Alain Abbas\""
> (alain.ab...@libertech.fr)  a écrit: Hello
> Trying that but it try to build the sogo openchange package too  when
> compiling sogo  how to desactivate it ?
>
> Regards 
>
>
>
> Le Mardi 19 Juillet 2016 22:45 CEST, "Achim Gottinger" (ac...@ag-web.biz)
>  a écrit: Here is an short howto for sogo2 on wheezy without
> openchange
>
> First download SOPE-3.1.4.tar.gz and SOGo-2.3.13.tar.gz install
> build-essentails and dpkg-dev On wheezy libwbxml2 is also required you can
> get the required version
> https://packages.inverse.ca/SOGo/nightly/2/debian/pool/wheezy/w/wbxml2/
>
> # tar xvzf SOPE-3.1.4.tar.gz
> #  cd SOPE
> #  cp -a packaging/debian .
> #  ./debian/rules
> # dpkg-buildpackage
> (install all required dependencies)
> # dpkg-buildpackage
> # cd ..
> # dpkg -i libsope*.deb
> # tar xvzf SOGo-2.3.13.tar.gz
> # cd SOGo-2.3.13
> #  ./debian/rules
> # dch
> (add an changelog entry for version 2.3.13)
>  dpkg-buildpackage -b
> (install all required dependencies)
> # dpkg-buildpackage -b
>
> You should now have build these packages:
>
> libsbjson2.3_4.9.r1664_amd64.deb
> libsbjson2.3-dev_4.9.r1664_amd64.deb
> libsope4.9-dev_4.9.r1664_all.deb
> libsope-appserver4.9_4.9.r1664_amd64.deb
> libsope-appserver4.9-dev_4.9.r1664_amd64.deb
> libsope-core4.9_4.9.r1664_amd64.deb
> libsope-core4.9-dev_4.9.r1664_amd64.deb
> libsope-gdl1-4.9_4.9.r1664_amd64.deb
> libsope-gdl1-4.9-dev_4.9.r1664_amd64.deb
> libsope-ldap4.9_4.9.r1664_amd64.deb
> libsope-ldap4.9-dev_4.9.r1664_amd64.deb
> libsope-mime4.9_4.9.r1664_amd64.deb
> libsope-mime4.9-dev_4.9.r1664_amd64.deb
> libsope-xml4.9_4.9.r1664_amd64.deb
> libsope-xml4.9-dev_4.9.r1664_amd64.deb
> sogo_2.3.13_amd64.deb
> sogo-activesync_2.3.13_amd64.deb
> sogo-dbg_2.3.13_amd64.deb
> sogo-dev_2.3.13_amd64.deb
> sope4.9-appserver_4.9.r1664_amd64.deb
> sope4.9-dbg_4.9.r1664_amd64.deb
> sope4.9-gdl1-mysql_4.9.r1664_amd64.deb
> sope4.9-gdl1-postgresql_4.9.r1664_amd64.deb
> sope4.9-libxmlsaxdriver_4.9.r1664_amd64.deb
> sope4.9-stxsaxdriver_4.9.r1664_amd64.deb
>
>
> But i have not yet tested if these packages work proper. :-)
>
>  Am 19.07.2016 um 21:31 schrieb Heiner Markert (mephi...@gmx.net):Hello,
>
> could you please post a short howto on how to build those debian packages
> based on the control files?
>
> Thanks and best regards
> Heiner
>
>
>
> Am 19.07.2016 um 21:11 schrieb Achim Gottinger (ac...@ag-web.biz):
>  Am 19.07.2016 um 20:10 schrieb Ludovic Marcotte (lmarco...@inverse.ca):
> On 2016-07-19 12:35 PM, "Kai-Uwe Rommel" (kai-uwe.rom...@ars.de) wrote:What
> does that mean for me? I have to download the source code and compile
> myself? Or should use nightly builds? How do I access
> these? Are these also in a package 

Re: [SOGo] ANN: SOGo Package Repositories

2016-07-28 Thread slavek.ba...@axis.cz
It seems that you are building SOGo with OpenChange from Debian Jessie, which 
is probably older than expected in current SOGo versions. You can try to 
build without OpenChange support.

-- 
Slávek

On Thursday 28 of July 2016 07:59:10 "Alain Abbas" wrote:
> Hello 
> Trying to make packages on Jessie 
> for SOPE ok no problems 
> For Sogo 
> Error :
> MAPIStoreContext.m:558:12: error: too many arguments to function
> ‘openchangedb_get_new_changeNumbers’ retval =
> openchangedb_get_new_changeNumbers (connInfo->oc_ctx, memCtx, owner, max,
> ); ^
> In file included from MAPIStoreContext.m:57:0:
> /usr/include/libmapiproxy.h:204:17: note: declared here
>  enum MAPISTATUS openchangedb_get_new_changeNumbers(struct
> openchangedb_context *, TALLOC_CTX *, uint64_t, struct UI8Array_r **); ^
> /usr/share/GNUstep/Makefiles/rules.make:468: recipe for target
> 'obj/SOGoBackend.obj/MAPIStoreContext.m.o' failed make[4]: ***
> [obj/SOGoBackend.obj/MAPIStoreContext.m.o] Error 1
> /usr/share/GNUstep/Makefiles/Instance/bundle.make:193: recipe for target
> 'internal-bundle-run-compile-submake' failed make[3]: ***
> [internal-bundle-run-compile-submake] Error 2
> /usr/share/GNUstep/Makefiles/Master/rules.make:298: recipe for target
> 'SOGoBackend.all.bundle.variables' failed make[2]: ***
> [SOGoBackend.all.bundle.variables] Error 2
> /usr/share/GNUstep/Makefiles/Master/bundle.make:37: recipe for target
> 'internal-all' failed make[1]: *** [internal-all] Error 2
> make[1]: Leaving directory '/home/test/SOGo-3.1.4/OpenChange'
> debian/rules:26: recipe for target 'build-arch-stamp' failed
> make: *** [build-arch-stamp] Error 2
> dpkg-buildpackage: erreur: debian/rules build a produit une erreur de
> sortie de type 2 Seems that package libmapiproxy-dev is outdated on Jessie
> How to desactivate Openchange compilation in the source ? or where i can
> have the right libmapiproxy-dev ? 
>
> Regards
>
>
>
> Le Mercredi 27 Juillet 2016 23:27 CEST, "\"Alain Abbas\""
> (alain.ab...@libertech.fr)  a écrit: Hello
> Trying that but it try to build the sogo openchange package too  when
> compiling sogo  how to desactivate it ?
>
> Regards 
>
>
>
> Le Mardi 19 Juillet 2016 22:45 CEST, "Achim Gottinger" (ac...@ag-web.biz)
>  a écrit: Here is an short howto for sogo2 on wheezy without
> openchange
>
> First download SOPE-3.1.4.tar.gz and SOGo-2.3.13.tar.gz install
> build-essentails and dpkg-dev On wheezy libwbxml2 is also required you can
> get the required version
> https://packages.inverse.ca/SOGo/nightly/2/debian/pool/wheezy/w/wbxml2/
>
> # tar xvzf SOPE-3.1.4.tar.gz
> #  cd SOPE
> #  cp -a packaging/debian .
> #  ./debian/rules
> # dpkg-buildpackage
> (install all required dependencies)
> # dpkg-buildpackage
> # cd ..
> # dpkg -i libsope*.deb
> # tar xvzf SOGo-2.3.13.tar.gz
> # cd SOGo-2.3.13
> #  ./debian/rules
> # dch
> (add an changelog entry for version 2.3.13)
>  dpkg-buildpackage -b
> (install all required dependencies)
> # dpkg-buildpackage -b
>
> You should now have build these packages:
>
> libsbjson2.3_4.9.r1664_amd64.deb
> libsbjson2.3-dev_4.9.r1664_amd64.deb
> libsope4.9-dev_4.9.r1664_all.deb
> libsope-appserver4.9_4.9.r1664_amd64.deb
> libsope-appserver4.9-dev_4.9.r1664_amd64.deb
> libsope-core4.9_4.9.r1664_amd64.deb
> libsope-core4.9-dev_4.9.r1664_amd64.deb
> libsope-gdl1-4.9_4.9.r1664_amd64.deb
> libsope-gdl1-4.9-dev_4.9.r1664_amd64.deb
> libsope-ldap4.9_4.9.r1664_amd64.deb
> libsope-ldap4.9-dev_4.9.r1664_amd64.deb
> libsope-mime4.9_4.9.r1664_amd64.deb
> libsope-mime4.9-dev_4.9.r1664_amd64.deb
> libsope-xml4.9_4.9.r1664_amd64.deb
> libsope-xml4.9-dev_4.9.r1664_amd64.deb
> sogo_2.3.13_amd64.deb
> sogo-activesync_2.3.13_amd64.deb
> sogo-dbg_2.3.13_amd64.deb
> sogo-dev_2.3.13_amd64.deb
> sope4.9-appserver_4.9.r1664_amd64.deb
> sope4.9-dbg_4.9.r1664_amd64.deb
> sope4.9-gdl1-mysql_4.9.r1664_amd64.deb
> sope4.9-gdl1-postgresql_4.9.r1664_amd64.deb
> sope4.9-libxmlsaxdriver_4.9.r1664_amd64.deb
> sope4.9-stxsaxdriver_4.9.r1664_amd64.deb
>
>
> But i have not yet tested if these packages work proper.  :-)
>
>  Am 19.07.2016 um 21:31 schrieb Heiner Markert (mephi...@gmx.net):Hello,
>
> could you please post a short howto on how to build those debian packages
> based on the control files?
>
> Thanks and best regards
> Heiner
>
>
>
> Am 19.07.2016 um 21:11 schrieb Achim Gottinger (ac...@ag-web.biz):
>  Am 19.07.2016 um 20:10 schrieb Ludovic Marcotte (lmarco...@inverse.ca):
> On 2016-07-19 12:35 PM, "Kai-Uwe Rommel" (kai-uwe.rom...@ars.de) wrote:What
> does that mean for me? I have to download the source code and compile
> myself? Or should use nightly builds? How do I access
> these? Are these also in a package repository available to me?
> How are these accessed?Nightly builds are indeed available - just like
> before: https://sogo.nu/download.html
>
> There are FAQs on how to configure your repos for Yum and apt-get.
>
> Generating packages from the SOGo/SOPE sources isn't complex - it's just
> like 

[SOGo] outlook 16 - active sync - freebusy query/update

2016-07-28 Thread "sg gs"
another 2 questions originating from daily uses

 

1. freebusy seems to be queried for a person only when the person is first referenced by a meeting - either by a new invitation when schedule information is requesed for this person or after an outlook restart when a meeting containing the person is opened and schedule info is requested. can this be changed so that freebusy information is requested for all persons in a meeting whenever a meeting is opend?

 

2. apprently freebusy information is only requested for a limited intervall in time ( looks like 7 days to the past (why in the past?) and 6 day to the future. this is far too less because there are quite a few people planning their meetings ahead for weeks. could this be changed?

 

thanks for any hint, sggs
-- users@sogo.nuhttps://inverse.ca/sogo/lists


Re: [SOGo] Alternative SOGo packages repository for Debian and Ubuntu

2016-07-28 Thread slavek.ba...@axis.cz
Yes, all packages are already available. I have successfully tested both - 
SOGo 2.x and also SOGo 3.x on Jessie and Wheezy.

Note: If you have already installed SOGo 2.3.13 or 3.1.4 from the previously 
available official Inverse repository, after changing apt sources to the 
alternative repository, packages currently have no reason to reinstall - 
version is not higher than already installed packages. This is just to let 
you know that after the change apt sources will not be followed immediately 
reinstalling packages.

-- 
Slávek

On Thursday 28 of July 2016 14:13:12 Fabio Onorini wrote:
> Hello Slavek,
> your altervative repositories are already usable?
>
> 2016-07-28 0:30 GMT+02:00 Slávek Banko :
> > Hi all,
> >
> > I have experience with maintaining packages for multiple versions of
> > Debian and Ubuntu distributions. Thanks to this I have ready builder for
> > many versions of Debian and Ubuntu for multiple architectures.
> >
> > I dared to prepare an alternative repository of SOGo packages for Debian
> > and
> > Ubuntu. Packages are available not only for SOGo 3.x, but also for SOGo
> > 2.x.
> > Distributions are Debian 7 (Wheezy), Debian 8 (Jessie), Ubuntu 14.04
> > (Trusty)
> > and Ubuntu 16.04 (Xenial). Architectures amd64 and i386. If there arises
> > an interest, I can try to build also for other architectures (armhf,
> > arm64,...).
> >
> > Currently, all these SOGo builds are without OpenChange support, because
> > it is
> > difficult to build OpenChange. During my attempts to build OpenChange
> > always
> > occurs FTBFS...
> >
> > To install gpg key, use:
> >   apt-key adv --keyserver sks.labs.nic.cz --recv-key A04BE668
> >
> > The format of the line to the apt sources is as follows:
> >
> > For SOGo v.2.x
> >   deb http://www.axis.cz/linux/debian  sogo-v2
> >
> > For SOGo v3.x
> >   deb http://www.axis.cz/linux/debian  sogo-v3
> >
> > Where  could be: wheezy, jessie, trusty or xenial. Do
> > not
> > be fooled by the word 'debian' in the url - this is true even for the
> > Ubuntu
> > packages.
> >
> > The packages numbering follows the usual packaging rules. By the way,
> > packages
> > are also ready to properly update during dist-upgrade, because version of
> > distribution is a part of the packages version. This is a small advantage
> > over the official Inverse packages ;)
> >
> > Cheers
> > --
> > Slávek
>
> --
>
> Fabio Onorini
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] outlook13/outlook16 activesync . howto subscribe to shared calendar (still evaluating)

2016-07-28 Thread "sg gs"
no
 

Sent: Thursday, July 28, 2016 at 3:21 PM
From: "\"Emilio Fonseca\" (emilio.fons...@mav.com.br)" 
To: users@sogo.nu
Subject: Re: [SOGo] outlook13/outlook16 activesync . howto subscribe to shared calendar (still evaluating)


Hello,

Did User A give create and erase permission to User B?

Best Regards.
 
Em 28-07-2016 08:13, "sg gs" (s...@mail.com) escreveu:



hello,

 

is there a way to subscribe to a calendar shared by another user?

 

- using the webclient user a gave read permission on his personal calendar to user b.

- using outlook 16 interfaced by activesync user b navigated to calendar, right clicked on my calendars, selectd add calendar -> open shared calendar

- selected ldap directory ( where all users are stored ). entered b into the search mask and double clicked user b in the list of matching users

- after clicking on ok a message box containing the string "Cannot display the folder" is displayed.

 

what might be wrong?

 

sggs


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

 

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





-- users@sogo.nuhttps://inverse.ca/sogo/lists


Re: [SOGo] outlook13/outlook16 activesync . howto subscribe to shared calendar (still evaluating)

2016-07-28 Thread "sg gs"

figured out:

 

you've got to use add calendar -> from internet and enter the 'WebDAV ICS URÖ' of the calendar from the '3point menu' of calendar in the webinterface

 

this is kind of inconvenient and inconsitent with email sharing and with the webinterface as well.


 

btw: as i did not find one,  is there an end user's docu somewhere 

 


Sent: Thursday, July 28, 2016 at 1:13 PM
From: "\"\\\"sg gs\\\"\" (s...@mail.com)" 
To: users@sogo.nu
Subject: [SOGo] outlook13/outlook16 activesync . howto subscribe to shared calendar (still evaluating)



hello,

 

is there a way to subscribe to a calendar shared by another user?

 

- using the webclient user a gave read permission on his personal calendar to user b.

- using outlook 16 interfaced by activesync user b navigated to calendar, right clicked on my calendars, selectd add calendar -> open shared calendar

- selected ldap directory ( where all users are stored ). entered b into the search mask and double clicked user b in the list of matching users

- after clicking on ok a message box containing the string "Cannot display the folder" is displayed.

 

what might be wrong?

 

sggs


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




-- users@sogo.nuhttps://inverse.ca/sogo/lists


Re: [SOGo] outlook13/outlook16 activesync . howto subscribe to shared calendar (still evaluating)

2016-07-28 Thread Emilio Fonseca

Hello,

Did User A give create and erase permission to User B?

Best Regards.

Em 28-07-2016 08:13, "sg gs" (s...@mail.com) escreveu:

hello,
is there a way to subscribe to a calendar shared by another user?
- using the webclient user a gave read permission on his personal 
calendar to user b.
- using outlook 16 interfaced by activesync user b navigated to 
calendar, right clicked on my calendars, selectd add calendar -> open 
shared calendar
- selected ldap directory ( where all users are stored ). entered b 
into the search mask and double clicked user b in the list of matching 
users
- after clicking on ok a message box containing the string "Cannot 
display the folder" is displayed.

what might be wrong?
sggs
--
users@sogo.nu
https://inverse.ca/sogo/lists


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

Re: [SOGo] Alternative SOGo packages repository for Debian and Ubuntu

2016-07-28 Thread Fabio Onorini
Hello Slavek,
your altervative repositories are already usable?

2016-07-28 0:30 GMT+02:00 Slávek Banko :

> Hi all,
>
> I have experience with maintaining packages for multiple versions of Debian
> and Ubuntu distributions. Thanks to this I have ready builder for many
> versions of Debian and Ubuntu for multiple architectures.
>
> I dared to prepare an alternative repository of SOGo packages for Debian
> and
> Ubuntu. Packages are available not only for SOGo 3.x, but also for SOGo
> 2.x.
> Distributions are Debian 7 (Wheezy), Debian 8 (Jessie), Ubuntu 14.04
> (Trusty)
> and Ubuntu 16.04 (Xenial). Architectures amd64 and i386. If there arises an
> interest, I can try to build also for other architectures (armhf,
> arm64,...).
>
> Currently, all these SOGo builds are without OpenChange support, because
> it is
> difficult to build OpenChange. During my attempts to build OpenChange
> always
> occurs FTBFS...
>
> To install gpg key, use:
>   apt-key adv --keyserver sks.labs.nic.cz --recv-key A04BE668
>
> The format of the line to the apt sources is as follows:
>
> For SOGo v.2.x
>   deb http://www.axis.cz/linux/debian  sogo-v2
>
> For SOGo v3.x
>   deb http://www.axis.cz/linux/debian  sogo-v3
>
> Where  could be: wheezy, jessie, trusty or xenial. Do
> not
> be fooled by the word 'debian' in the url - this is true even for the
> Ubuntu
> packages.
>
> The packages numbering follows the usual packaging rules. By the way,
> packages
> are also ready to properly update during dist-upgrade, because version of
> distribution is a part of the packages version. This is a small advantage
> over the official Inverse packages ;)
>
> Cheers
> --
> Slávek
>



-- 

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

[SOGo] outlook13/outlook16 activesync . howto subscribe to shared calendar (still evaluating)

2016-07-28 Thread "sg gs"
hello,

 

is there a way to subscribe to a calendar shared by another user?

 

- using the webclient user a gave read permission on his personal calendar to user b.

- using outlook 16 interfaced by activesync user b navigated to calendar, right clicked on my calendars, selectd add calendar -> open shared calendar

- selected ldap directory ( where all users are stored ). entered b into the search mask and double clicked user b in the list of matching users

- after clicking on ok a message box containing the string "Cannot display the folder" is displayed.

 

what might be wrong?

 

sggs
-- users@sogo.nuhttps://inverse.ca/sogo/lists


Re: [SOGo] Alternative SOGo packages repository for Debian and Ubuntu

2016-07-28 Thread slavek.ba...@axis.cz
On Thursday 28 of July 2016 04:17:00 Zhang Huangbin wrote:
> > On Jul 28, 2016, at 6:30 AM, Slávek Banko (slavek.ba...@axis.cz)
> >  wrote:
> >
> > For SOGo v.2.x
> >  deb http://www.axis.cz/linux/debian  sogo-v2
> >
> > For SOGo v3.x
> >  deb http://www.axis.cz/linux/debian  sogo-v3
>
> How about indicate the SOGo version in URL, and change 'sogo-v2/v3' to
> 'main'? like this:
>
> deb http:///sogo/2/debian  main
> deb http:///sogo/3/debian  main
>
> deb http:///sogo/2/ubuntu  main
> deb http:///sogo/3/ubuntu  main
>
> it will be easier for end users to switch to different apt repo, and easier
> for me to support different repos in iRedMail. :)
>
> 
> Zhang Huangbin, founder of iRedMail project: http://www.iredmail.org/
> Time zone: GMT+8 (China/Beijing).

Is there any obvious benefit to users? When changing from official Inverse 
repository to this alternative repository users anyway needs to enter a new 
line to apt sources - including the 'component' name, because the official 
Inverse repository to the component name duplicates the name of the 
distribution.

Therefore, to me, it seems easier when alternative repository has a single url 
(which is also shorter) and SOGo version is selected by the component name. 
For me, it also has the advantage that I have one repository with 
multiple 'components', rather than multiple repositories.

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

Re: [SOGo] Sogo in Web root

2016-07-28 Thread "Alain Abbas"

Simply add : 
RedirectMatch ^/$ /SOGo

in your site  apache config file 


Le Mercredi 27 Juillet 2016 21:29 CEST, "Andrew J Hacker" 
(and...@black-ray.com)  a écrit:
  Can i put sogo in Webroot and not in /SOGo directory? ThanksAndrew--
users@sogo.nu
https://inverse.ca/sogo/lists
--
Alain Abbas
3 rue des Violettes
54 410 Laneveuville-Devant-Nancy
Tel : +333 83 18 02 70
skype: alain.abbas
-- 
users@sogo.nu
https://inverse.ca/sogo/lists