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

2019-11-13 Thread slavek.ba...@axis.cz
Dne st 13. listopadu 2019 Marcio Merlone napsal(a):
> Hi,
>
> I know this is old, sorry
>
> Em 27/07/2016 19:30, Slávek Banko (slavek.ba...@axis.cz) escreveu:
> > To install gpg key, use:
> >apt-key adv --keyserver sks.labs.nic.cz --recv-key A04BE668
>
> root@sogov4:~# apt-key adv --keyserver sks.labs.nic.cz --recv-key
> A04BE668 Executing: /tmp/apt-key-gpghome.Z3upTfoelU/gpg.1.sh --keyserver
> sks.labs.nic.cz --recv-key A04BE668
> gpg: keyserver receive failed: No name
> root@sogov4:~#
>
> Is sks.labs.nic.cz down for good?
>
>
> --
> *Marcio Merlone*

Instead of importing the key into common apt keyring, you can download and 
install a package where the key is a separate file:

http://www.axis.cz/linux/debian/pool/axis/a/axis-archive-keyring/axis-archive-keyring_2014.06.21.a_all.deb

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

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

2019-11-14 Thread slavek.ba...@axis.cz
On Thursday 14 of November 2019 13:19:52 Marcio Merlone wrote:
> Hi,
>
> Em 13/11/2019 16:19, Slávek Banko (slavek.ba...@axis.cz) escreveu:
> > Instead of importing the key into common apt keyring, you can download
> > and install a package where the key is a separate file:
> >
> > http://www.axis.cz/linux/debian/pool/axis/a/axis-archive-keyring/axis-
> >archive-keyring_2014.06.21.a_all.deb
>
> This made for the key, but still unable to install on a fresh Ubuntu
> 18.04.3 server:
>
> root@sogov4:~# apt-get update && apt-get install sogo mysql-server
> apache2 apache2-bin apache2-data apache2-utils libapache2-mod-php
> php7.2-cli php7.2-common php7.2-json php7.2-opcache php7.2-readline
> memcached
> Hit:1 http://br.archive.ubuntu.com/ubuntu bionic InRelease
> Hit:2 http://br.archive.ubuntu.com/ubuntu bionic-updates InRelease
> Hit:3 http://br.archive.ubuntu.com/ubuntu bionic-backports InRelease
> Hit:4 http://br.archive.ubuntu.com/ubuntu bionic-security InRelease
> Hit:5 http://archive.canonical.com/ubuntu bionic InRelease
> Hit:6 http://www.axis.cz/linux/debian xenial InRelease
> Reading package lists... Done
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
>   sogo : Depends: libcurl3 (>= 7.16.2) but it is not going to be
> installed Depends: libgnustep-base1.24 (>= 1.24.7) but it is not
> installable Depends: libsope-appserver4.9 (>= 4.9.s713) but it is not
> going to be installed
>      Depends: libsope-core4.9 (>= 4.9.s713) but it is not going to
> be installed
>      Depends: libsope-gdl1-4.9 (>= 4.9.s713) but it is not going to
> be installed
>      Depends: libsope-ldap4.9 (>= 4.9.s713) but it is not going to
> be installed
>      Depends: libsope-mime4.9 (>= 4.9.s713) but it is not going to
> be installed
>      Depends: libsope-xml4.9 (>= 4.9.s713) but it is not going to be
> installed
>      Depends: sope4.9-libxmlsaxdriver but it is not going to be
> installed
>      Depends: sope4.9-db-connector
> E: Unable to correct problems, you have held broken packages.
> root@sogov4:~#
>
> For example  it does have libcurl3 (>= 7.16.2) available on version
> 7.58.0:
>
> root@sogov4:~# apt-cache show libcurl3
> Package: libcurl3
> Architecture: amd64
> Version: 7.58.0-2ubuntu2
> Multi-Arch: same
> Priority: optional
> Section: universe/libs
> Source: curl3
> Origin: Ubuntu
> Maintainer: Ubuntu Developers 
> Original-Maintainer: Alessandro Ghedini 
> Bugs: https://bugs.launchpad.net/ubuntu/+filebug
> Installed-Size: 629
> Depends: libc6 (>= 2.17), libgssapi-krb5-2 (>= 1.14+dfsg), libidn2-0 (>=
> 0.6), libldap-2.4-2 (>= 2.4.7), libnghttp2-14 (>= 1.12.0), libpsl5 (>=
> 0.13.0), librtmp1 (>= 2.4+20131018.git79459a2-3~), libssl1.0.0 (>=
> 1.0.2~beta3), zlib1g (>= 1:1.1.4)
> Recommends: ca-certificates
> Conflicts: libcurl4
> Filename: pool/universe/c/curl3/libcurl3_7.58.0-2ubuntu2_amd64.deb
> Size: 214032
> MD5sum: c7e763f991ef0cd7a8f12618e142d0f6
> SHA1: f6ab4c77f7c4680e72f9dd754f706409c8598a9f
> SHA256: 26d8e98614a55013b35afac465081ec17c9d931ee11f648bca7c3cbaefb404af
> Homepage: http://curl.haxx.se
> Description-en: easy-to-use client-side URL transfer library (OpenSSL
> flavour)
>   libcurl is an easy-to-use client-side URL transfer library, supporting
> DICT,
>   FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3,
> POP3S,
>   RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
>   .
>   libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading,
> HTTP
>   form based upload, proxies, cookies, user+password authentication
> (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http
> proxy tunneling
>   and more!
>   .
>   libcurl is free, thread-safe, IPv6 compatible, feature rich, well
> supported,
>   fast, thoroughly documented and is already used by many known, big and
>   successful companies and numerous applications.
>   .
>   SSL support is provided by OpenSSL.
> Description-md5: f1c7f18aba2d8ab7a7e32acea1dc61e7
>
> root@sogov4:~#
>
> Have I missed something?
>
> Thanks you for your efforts and packages, best regards.
>
>
> --
> *Marcio Merlone*

In your sources.list I see the 'xenial' distribution for SOGo while you 
have 'bionic' installed. You want to change the line in sources.list for 
SOGo to 'bionic' and try again :)

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

Re: [SOGo] Mail -> Add to Address Book with TB68 and Connector 68.0.0/1

2020-01-06 Thread slavek.ba...@axis.cz
Dne po 6. ledna 2020 Ian McMichael napsal(a):
> I believe I have found a bug in either Thunderbird 68.* or the SOGo
> Connector 68.* related to adding new address book contacts. To reproduce
> this (which I have done so far on a variety Windows and Linux clients),
> do the following:
>
>  1. Open an e-mail from someone not currently in your address book.
>  2. Right-click the From field and select Add to Address Book.
>  3. Nothing happens!  (Previously a New Contact form, pre-populated,
> appeared as a dialog.)
>  4. Examine your address book and at the top (assuming sort by Name
> ascending) a completely blank entry appears.
>
> Could someone else confirm this behaviour and I'll log a bug?  I just
> want to rule out that it is something site specific (or stupid!) I have
> done in configuring the Connector.
>
> Cheers,
>
> --
>
> Ian McMichael
>
> • E-Mail: ian.mcmich...@gmail.com
> • Phone: +44-(0)7703-192837

Hi Ian,

I assume that this is the same as described in bug 4916:
https://sogo.nu/bugs/view.php?id=4916

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

Re: [SOGo] ANN: SOGo v5.4.0 released!

2021-12-24 Thread slavek.ba...@axis.cz
On Tuesday 21 of December 2021 20:36:54 Jordi Mallach wrote:
> Hi!
>
> El dj. 16 de 12 de 2021 a les 15:08 -0500, en/na SOGo Reporter va
>
> escriure:
> > Minor release, but many bug fixes. Download it now!
> > NEW RELEASE
> > ANNOUNCEMENT
> > SOGo v5.4.0
>
> Thanks for the new release!
>
> There's something wrong in the repo regarding the release.
>
> master doesn't currently have the 5.4.0 commit (just see the contents
> of the Version file in the root of the
> repo: https://github.com/inverse-inc/sogo/blob/5300bb71b795c2923e7b7aabd
>dc8cd94883892ab/Version ), and commit
> https://github.com/inverse-inc/sogo/commit/e59ff94de0349b8773a3bf68dfcb2
>87362dd2b2f which has the 5.4.0 tag doesn't appear to be in any branch.
>
> Jordi
>
> --
> Jordi Mallach 

Hi Jordi,

yes, I also encountered this problem when I went to build deb packages 
published for the community. You can use git fetch for a specific commit:

git fetch origin e59ff94de0349b8773a3bf68dfcb287362dd2b2f

...and consequently, you can then get the missing git tag:

git fetch --tags

Cheers
-- 
Slávek


signature.asc
Description: This is a digitally signed message part.


Re: [SOGo] Help to setup autoconfig and autodiscover

2022-01-06 Thread slavek.ba...@axis.cz
On Thursday 06 of January 2022 20:38:31 HYVERNAT Philippe wrote:
> Hello community,
>
> i don't know if it is the right feed but i want to configure autoconfig
> and autodiscover in the same web server of sogo.
>
>
> I own Postfix / Dovecot Apache 24 and sogo 5.4
>
>
> My web server is share with sogo and my setup is "webmail.domain.com"
>
>
> I find scripts examples for both thunderbird and outlook but i don't
> know *where* to place them and how configure th web server apache to
> share files.
>
>
> i use also redirection /sogo to /
>
> Thanks by advance.
>
> HYVERNAT PHILIPPE

Hi Philippe,

I recommend to look at automx2:
https://automx.org/en/

Cheers
-- 
Slávek


signature.asc
Description: This is a digitally signed message part.


Re: [SOGo] Update of libexpat1 seems to break libwbxml2 (was: ActiveSync from Android not working, SOGO 5.5.1)

2022-02-24 Thread slavek.ba...@axis.cz
On Thursday 24 of February 2022 08:59:33 Markus Schönhaber wrote:
> 23.02.22, 21:21 +0100, Philipp Kuehne (philipp.kue...@indurad.com):
> > we also just upgraded to SOGo 5.5.1 and today experienced the same
> > error.
> >
> > Our setup:
> >
> > * OS debian10
> >
> > * installed with apt
> >
> > * libexpat1 (2.2.6-2+deb10u3)
> >
> > After a couple hours of searching we figured out, that there was an
> > update to the libexpat1 library (see
> > https://tracker.debian.org/news/1305688/accepted-expat-226-2deb10u3-so
> >urce-into-oldstable-embargoed-oldstable/).
> >
> > Since libwbxml depends on expat1 this error occurs.
> >
> > After we downgraded libexpat1 from 2.2.6-2+deb10u3 to 2.2.6-2+deb10u1
> > the error was gone.
>
> Downgrading to a package version with known security vulnerabilities is
> not what I'd call a solution to the problem.
>
> To me, it seems that libwbxml2 does not work with the updated libexpat1.
> This is what should be fixed.
>
> BTW: I can't find the sources of wbxml (and the corresponding Debian
> build files) Inverse builds the nightly Debian packages from.
> Can someone tell me where to get them?
>
> --
> Regards
>mks

Hi Markus,

there seems to have already been reported bug to Debian and created Issue 
for wbxml2 on GitHub. I did some tests, but it requires more effort.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006337
https://github.com/libwbxml/libwbxml/issues/76
https://www.axis.cz/linux/debian/pool/sogo-v5/w/wbxml2/

Cheers
-- 
Slávek


signature.asc
Description: This is a digitally signed message part.


Re: [SOGo] Update of libexpat1 seems to break libwbxml2 (was: ActiveSync from Android not working, SOGO 5.5.1)

2022-02-24 Thread slavek.ba...@axis.cz
On Thursday 24 of February 2022 16:57:50 Markus Schönhaber wrote:
> Hi Slávek!
>
> 24.02.22, 14:28 +0100, Slávek Banko (slavek.ba...@axis.cz):
> > there seems to have already been reported bug to Debian and created
> > Issue for wbxml2 on GitHub. I did some tests, but it requires more
> > effort.
> >
> > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006337
> > https://github.com/libwbxml/libwbxml/issues/76
> > https://www.axis.cz/linux/debian/pool/sogo-v5/w/wbxml2/
>
> Thanks for the info!
>
> The Debian build files on your repository: did you create them by using
> the ones from the official Debian repositories as a base, or did you get
> them elsewhere?
>
> --
> Regards
>mks

Debian build files are based on official Debian repository (in time of 
0.11.2) and updated for version 0.11.6 - see notes in debian/changelog.

Cheers
-- 
Slávek


signature.asc
Description: This is a digitally signed message part.


Re: [SOGo] Update of libexpat1 seems to break libwbxml2 (was: ActiveSync from Android not working, SOGO 5.5.1)

2022-02-24 Thread slavek.ba...@axis.cz
On Thursday 24 of February 2022 16:57:50 Markus Schönhaber wrote:
> Hi Slávek!
>
> 24.02.22, 14:28 +0100, Slávek Banko (slavek.ba...@axis.cz):
> > there seems to have already been reported bug to Debian and created
> > Issue for wbxml2 on GitHub. I did some tests, but it requires more
> > effort.
> >
> > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006337
> > https://github.com/libwbxml/libwbxml/issues/76
> > https://www.axis.cz/linux/debian/pool/sogo-v5/w/wbxml2/
>
> Thanks for the info!
>
> The Debian build files on your repository: did you create them by using
> the ones from the official Debian repositories as a base, or did you get
> them elsewhere?
>
> --
> Regards
>mks

FYI, pull request for issue libwbxml#76 is ready for rewiews and tests:
https://github.com/libwbxml/libwbxml/pull/78

Cheers
-- 
Slávek


signature.asc
Description: This is a digitally signed message part.


Re: [SOGo] Update of libexpat1 seems to break libwbxml2 (was: ActiveSync from Android not working, SOGO 5.5.1)

2022-03-01 Thread slavek.ba...@axis.cz
Dne pá 25. února 2022 Markus Schönhaber napsal(a):
> 24.02.22, 20:50 +0100, Slávek Banko (slavek.ba...@axis.cz):
> > On Thursday 24 of February 2022 16:57:50 Markus Schönhaber wrote:
> >> Hi Slávek!
> >>
> >> 24.02.22, 14:28 +0100, Slávek Banko (slavek.ba...@axis.cz):
> >>> there seems to have already been reported bug to Debian and created
> >>> Issue for wbxml2 on GitHub. I did some tests, but it requires more
> >>> effort.
> >>>
> >>> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006337
> >>> https://github.com/libwbxml/libwbxml/issues/76
> >>> https://www.axis.cz/linux/debian/pool/sogo-v5/w/wbxml2/
> >>
> >> Thanks for the info!
> >>
> >> The Debian build files on your repository: did you create them by
> >> using the ones from the official Debian repositories as a base, or
> >> did you get them elsewhere?
> >
> > FYI, pull request for issue libwbxml#76 is ready for rewiews and
> > tests: https://github.com/libwbxml/libwbxml/pull/78
>
> Wow, that was fast!
> Built with those patches, all tests coming with the source pass again.
> Looks good. Thanks for fixing the problem so quickly.
>
> --
> Regards
>mks

FYI: libwbxml 0.11.8 was released, you can find updated source and binary 
packages in my repository.

Cheers
-- 
Slávek


signature.asc
Description: This is a digitally signed message part.


Re: [SOGo] No Nightly Build of SOGo for Ubuntu 22.04 LTS?

2022-06-27 Thread slavek.ba...@axis.cz
On Saturday 25 of June 2022 07:06:57 Steve wrote:
> I'm trying to install SOGo as part of an iRedMail installation on a
> fresh Ubuntu 22.04 LTS VPS. I've successfully imported the apt key for
> SOGo and created the file /etc/apt/sources.list.d/sogo-nightly.list
> which contains 'deb https://packages.inverse.ca/SOGo/nightly/5/ubuntu
> jammy jammy'.
>
> However, when I run apt update I get the following:
>
> Hit:1 https://mirror.hetzner.com/ubuntu/packages jammy InRelease
> Hit:2 https://mirror.hetzner.com/ubuntu/packages jammy-updates InRelease
> Hit:3 https://mirror.hetzner.com/ubuntu/packages jammy-backports
> InRelease Hit:4 https://mirror.hetzner.com/ubuntu/security
> jammy-security InRelease Ign:5
> https://packages.inverse.ca/SOGo/nightly/5/ubuntu jammy InRelease Err:6
> https://packages.inverse.ca/SOGo/nightly/5/ubuntu jammy Release 404  Not
> Found [IP: 95.101.133.24 443]
> Reading package lists... Done
> E: The repository 'https://packages.inverse.ca/SOGo/nightly/5/ubuntu
> jammy Release' does not have a Release file. N: Updating from such a
> repository can't be done securely, and is therefore disabled by default.
> N: See apt-secure(8) manpage for repository creation and user
> configuration details.
>
> I also checked https://packages.inverse.ca/SOGo/nightly/5/ubuntu/dists/
> and notice that there's no directory for 22.04 (jammy).
>
> Is it the case that there is no nightly build of SOGo for Ubuntu 22.04
> LTS? If so, is this likely to change and when? Is there an alternative
> way of getting SOGo for Ubuntu 22.04?
>
> Many thanks in advance, Steve.

Hi Steve,

if you want, you can use my alternative builds for a community that already 
contain the stable version of SOGo for Ubuntu 22.04 (jammy).

Cheers
-- 
Slávek
https://www.axis.cz/linux/debian/


signature.asc
Description: This is a digitally signed message part.


Re: [SOGo] No Nightly Build of SOGo for Ubuntu 22.04 LTS?

2022-06-28 Thread slavek.ba...@axis.cz
Dne út 28. června 2022 Steve napsal(a):
> Thanks Slávek,
>
> How would I add this build to my apt sources list?
>
> Regards, Steve.
>

The easiest way to install the GPG key is to download and install the deb 
package axis-archive-keyring. Apt source use as follows:

deb http://www.axis.cz/linux/debian jammy sogo-v5

Cheers
-- 
Slávek

> > On 27 Jun 2022, at 21:32, Slávek Banko (slavek.ba...@axis.cz)
> >  wrote:
> >
> > On Saturday 25 of June 2022 07:06:57 Steve wrote:
> >> I'm trying to install SOGo as part of an iRedMail installation on a
> >> fresh Ubuntu 22.04 LTS VPS. I've successfully imported the apt key
> >> for SOGo and created the file
> >> /etc/apt/sources.list.d/sogo-nightly.list which contains 'deb
> >> https://packages.inverse.ca/SOGo/nightly/5/ubuntu jammy jammy'.
> >>
> >> However, when I run apt update I get the following:
> >>
> >> Hit:1 https://mirror.hetzner.com/ubuntu/packages jammy InRelease
> >> Hit:2 https://mirror.hetzner.com/ubuntu/packages jammy-updates
> >> InRelease Hit:3 https://mirror.hetzner.com/ubuntu/packages
> >> jammy-backports InRelease Hit:4
> >> https://mirror.hetzner.com/ubuntu/security
> >> jammy-security InRelease Ign:5
> >> https://packages.inverse.ca/SOGo/nightly/5/ubuntu jammy InRelease
> >> Err:6 https://packages.inverse.ca/SOGo/nightly/5/ubuntu jammy Release
> >> 404  Not Found [IP: 95.101.133.24 443]
> >> Reading package lists... Done
> >> E: The repository 'https://packages.inverse.ca/SOGo/nightly/5/ubuntu
> >> jammy Release' does not have a Release file. N: Updating from such a
> >> repository can't be done securely, and is therefore disabled by
> >> default. N: See apt-secure(8) manpage for repository creation and
> >> user configuration details.
> >>
> >> I also checked
> >> https://packages.inverse.ca/SOGo/nightly/5/ubuntu/dists/ and notice
> >> that there's no directory for 22.04 (jammy).
> >>
> >> Is it the case that there is no nightly build of SOGo for Ubuntu
> >> 22.04 LTS? If so, is this likely to change and when? Is there an
> >> alternative way of getting SOGo for Ubuntu 22.04?
> >>
> >> Many thanks in advance, Steve.
> >
> > Hi Steve,
> >
> > if you want, you can use my alternative builds for a community that
> > already contain the stable version of SOGo for Ubuntu 22.04 (jammy).
> >
> > Cheers
> > --
> > Slávek
> > https://www.axis.cz/linux/debian/


signature.asc
Description: This is a digitally signed message part.


Re: [SOGo] Problem with calendar selection after update sogo-5.7.0 => sogo-5.7.1

2022-08-30 Thread slavek.ba...@axis.cz
Hi,

it seem that problem is already reported: 
https://bugs.sogo.nu/view.php?id=5581

...and already resolved in master branch:
https://github.com/Alinto/sogo/commit/3eeebbc83b

This seems useful to do a backport of commit into a stable release. I will 
do it in the packages of stable release that I provide in community 
repository.

Cheers
-- 
Slávek

Dne po 29. srpna 2022 Christian Mack napsal(a):
> Hello
>
> Seems to be a new bug.
> Please report it at https://bugs.sogo.nu/
>
>
> Kind regards,
> Christian Mack
>
> Am 29.08.22 um 14:17 schrieb Götz Reinicke 
(goetz.reini...@filmakademie.de):
> > Hi,
> >
> > After the update to SOGo 5.7.1 I can only select my personal Calendar
> > for appointments. Even new created calendars can’t be selected.
> >
> > Any idea?
> >
> > Regards . Götz


signature.asc
Description: This is a digitally signed message part.


Re: [SOGo] No Nightly Build of SOGo for Ubuntu 22.04 LTS?

2023-01-30 Thread slavek.ba...@axis.cz
On Monday 30 of January 2023 21:19:06 Frank Grümmert wrote:
> Hi Slávek
>
>
>
> Thanks for you package. It workes  (mostly  >> thunderbird bug
> confirmed) But dou you als provide the active-sync package ?
>
>
>
> Cheers
>
>
>
> Frank

Hi Frank,

the sogo-activesync package is also available in repository - see:

https://www.axis.cz/linux/debian/pool/sogo-v5/s/sogo/sogo-activesync_5.8.0-0ubuntu22.04%2B0_amd64.deb

To confirm I did a test on a clean chroot for Ubuntu 22.04 (Jammy):

# apt-cache policy sogo-activesync
sogo-activesync:
  Installed: (none)
  Candidate: 1:5.8.0-0ubuntu22.04+0
  Version table:
 1:5.8.0-0ubuntu22.04+0 500
500 https://www.axis.cz/linux/debian jammy/sogo-v5 amd64 Packages
 5.5.1-1 500
500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages

That seems to be all right. You don't see the package in the repository? Or 
is there any problem with installation?

Cheers
-- 
Slávek


signature.asc
Description: This is a digitally signed message part.


Re: [SOGo] No Nightly Build of SOGo for Ubuntu 22.04 LTS?

2023-01-31 Thread slavek.ba...@axis.cz
Hi Frank,

compared to the official Debian / Ubuntu packaging, packages, whether 
official from Alinto (as before from Inverse), as well as in my provided 
community repository are a little differently divided and there is no 
sogo-common package. The files located in sogo-common for Debian / Ubuntu 
packaging are contained in the basic sogo package for SOGo packaging. 
Therefore, you do not need to install the sogo-common package.

Cheers
-- 
Slávek

Dne út 31. ledna 2023 Frank Grümmert napsal(a):
> Hi Slávek
>
> Thanks fort he fast response. I will try to reinstall it. Is sogo-common
> also available ?
>
> Cheers
>
> Frank
>
> -Ursprüngliche Nachricht-
>
> Hi Frank,
>
> the sogo-activesync package is also available in repository - see:
>
> https://www.axis.cz/linux/debian/pool/sogo-v5/s/sogo/sogo-activesync_5.8
>.0-0ubuntu22.04%2B0_amd64.deb
>
> To confirm I did a test on a clean chroot for Ubuntu 22.04 (Jammy):
>
> # apt-cache policy sogo-activesync
> sogo-activesync:
>   Installed: (none)
>   Candidate: 1:5.8.0-0ubuntu22.04+0
>   Version table:
>  1:5.8.0-0ubuntu22.04+0 500
> 500 https://www.axis.cz/linux/debian jammy/sogo-v5 amd64
> Packages 5.5.1-1 500
> 500 http://archive.ubuntu.com/ubuntu jammy/universe amd64
> Packages
>
> That seems to be all right. You don't see the package in the repository?
> Or is there any problem with installation?
>
> Cheers
> --
> Slávek


signature.asc
Description: This is a digitally signed message part.


Re: [SOGo] Ubuntu 23.10/24.04 support

2024-01-21 Thread slavek.ba...@axis.cz
On Thursday 18 of January 2024 18:35:53 "Alan Johnson" wrote:
> I recently upgraded my server from 22.04 to 23.10 and it broke SOGo.
>
> The issue appears to be with the dependencies.
>
> The following packages have unmet dependencies:
>  sogo : Depends: libgnustep-base1.28 (>= 1.28.0) but it is not
> installable Depends: libsbjson2.3 (>= 4.9.r1664.20240118) but it is not
> going to be installed
> Depends: libsope-appserver4.9 (>= 4.9.r1664.20240118) but it is
> not going to be installed
> Depends: libsope-core4.9 (>= 4.9.r1664.20240118) but it is not
> going to be installed
> Depends: libsope-gdl1-4.9 (>= 4.9.r1664.20240118) but it is not
> going to be installed
> Depends: libsope-ldap4.9 (>= 4.9.r1664.20240118) but it is not
> going to be installed
> Depends: libsope-mime4.9 (>= 4.9.r1664.20240118) but it is not
> going to be installed
> Depends: libsope-xml4.9 (>= 4.9.r1664.20240118) but it is not
> going to be installed
> Depends: sope4.9-libxmlsaxdriver but it is not going to be
> installed Depends: sope4.9-db-connector
>
> Libgnustep-base1.29 is available, but doesn't appear to satisfy the
> requirements even when installed.
>
> $ apt search Libgnustep
> Sorting... Done
> Full Text Search... Done
> libgnustep-base-dev/mantic,now 1.29.0-6ubuntu2 amd64 [installed]
>   GNUstep Base header files and development libraries
>
> libgnustep-base1.29/mantic,now 1.29.0-6ubuntu2 amd64 [installed]
>   GNUstep Base library
>
> libgnustep-dl2-0d/mantic 0.12.0-16build1 amd64
>   bundle of runtime libraries for gnustep-dl2
>
> libgnustep-dl2-dev/mantic 0.12.0-16build1 amd64
>   development files for gnustep-dl2 runtime libraries
>
> libgnustep-gui-dev/mantic 0.30.0-3build2 amd64
>   GNUstep GUI header files and static libraries
>
> libgnustep-gui0.30/mantic,now 0.30.0-3build2 amd64 [installed,automatic]
>   GNUstep GUI Library
>
>
> https://packages.ubuntu.com/search?keywords=libgnustep-base1.29
>
> Is there planned support availabel for the upcoming 24.04 LTS release?
>
> Thanks,
> Alan

Hi Alan,

I did a build test and this requires first to fix the compatibility with 
gnustep-base >= 1.29.0 in SOPE - see 
https://github.com/Alinto/sope/pull/66

With this fix, building SOPE and SOGo for the upcoming Ubuntu 24.04 (Noble) 
is successful. I have included packages built for Noble into our community 
APT repository. Packages are available for amd64, arm64 and armhf. If you 
want, you can test them.

Cheers
-- 
Slávek


signature.asc
Description: This is a digitally signed message part.


Re: [SOGo] Error in global addressbook

2016-06-06 Thread slavek.ba...@axis.cz
Dne po 6. června 2016 "Roman Smid" napsal(a):
> Hi,
>
> after upgrade to 3.1.1. I have found that the global addressbook is not
> working anymore. When typing, the list of corresponding names displays
> correctly, but upon clicking on a name, only Not found is displayed and the
> focus jumps back to Personal contacts.
>
> The global address book is LDAP based, it is used only as an address book,
> not for authentication.
>
> Does anyone see this behavior?
>
> Thank you
>
> Roman Smid
>

Yes, I watch the exact same behavior. I tested also on the official v3 demo at 
Inverse and observe the same behavior even there.

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

[SOGo] Alternative SOGo packages repository for Debian and Ubuntu

2016-07-27 Thread slavek.ba...@axis.cz
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


signature.asc
Description: This is a digitally signed message part.


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] 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] 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,
> &numbers); ^
> 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 building any other packages.

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,
> > &numbers); ^
> > 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-x

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-29 Thread slavek.ba...@axis.cz
Dne pá 29. července 2016 "Alain Abbas" napsal(a):
> Hello Slavek
> Tryed that but it still try to compile openchange and does the same error
> my steps: 
> #tar -xzvf SOGo-2.3.13.tar.gz
> #cd SOGo-2.3.13
> #cp -a packaging/debian debian
> #cp packaging/debian-multiarch/control-no-openchange  debian/control
> #./debian/rules
> #dpkg-buildpackage -b
>
> and falled on the same error
> any ideas ? 
>
> Regards and Thanks in advance 
>

You have a clean build machine or already installed dependencies needed for 
build with openchange: libmapi-dev, libmapistore-dev, libmapiproxy-dev?

By the way, already built packages may be sufficient for you? See alternative 
SOGo packages repository for Debian and Ubuntu.

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

Re: [SOGo] Outlook CalDAV Synchronizer (was: Re: ANN: SOGo Package Repositories)

2016-07-31 Thread slavek.ba...@axis.cz
On Sunday 31 of July 2016 10:29:14 Corrado Fiore wrote:
> Dear All,
>
> On 29/07/2016, at 3:20 AM, Slávek Banko (slavek.ba...@axis.cz) wrote:
> > Without OpenChange are two possibilities for MS Outlook support:
> >
> > [...]
> > 2) Outlook CalDav Synchronizer with Outlook 2007 ane later.
> >
> > [...] adds into MS Outlook exactly what is missing == CalDAV
> > and CardDAV.
>
> This plugin could be a game changer for us because it fits nicely into the
> "hosted Exchange" model that we're trying to implement, whereas OpenChange
> is more tied to a different paradigm (Active Directory / corporate
> environments).
>
> Has anyone tested it in production already?  I mean, business users with
> lots of events listed in multiple calendars, etc.
>
> The plugin repo on GitHub looks very active and that's surely a good sign,
> but I was interested in first-hand reviews from the list.  A couple of
> years ago, in fact, we were pushing Bynari Connector to our clients, only
> to discover that it was not only quite intrusive, but it also tended to
> explode when it had to sync lots of data :-(
>
> Cheers,
> Corrado Fiore

In my neighborhood I have several users who have this plugin used in everyday 
work. Unfortunately I do not know how much they have contacts, events and 
calendars == how intense they are users.

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

[SOGo] Alternative SOGo packages repository for Debian and Ubuntu

2016-07-31 Thread slavek.ba...@axis.cz
Hi all,

I recently offered an alternative repository of SOGo packages. The main 
difference from the official packages were absence of OpenChange support. 
That has now changed! I've taken the effort to solve the problems of building 
OpenChange and now packages are available including OpenChange support.

Because OpenChange packages are demanding - may require updating other system 
packages (on Jessie samba and related libraries, on Trusty libmemcached), and 
while not every SOGo users needs OpenChange, I placed OpenChange and related 
packages in the repository into a separate component. Thank to this, packages 
can choose only users who want to use OpenChange integration. OpenChange 
support is available for Debian Jessie, Ubuntu Trusty and Xenial.

Using apt repository remains the same - who is interested in OpenChange, let 
adds 'openchange' component on the same line in apt sources. For example on 
Jessie:

SOGo v.2.x
  deb http://www.axis.cz/linux/debian jessie sogo-v2 openchange

SOGo v3.x
  deb http://www.axis.cz/linux/debian jessie sogo-v3 openchange

Caution: Because I do not use OpenChange on any of my installations, I can not 
test whether integration with OpenChange works properly.

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

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

2016-08-01 Thread slavek.ba...@axis.cz
Dne ne 31. července 2016 Slávek Banko napsal(a):
> Hi all,
>
> I recently offered an alternative repository of SOGo packages. The main
> difference from the official packages were absence of OpenChange
> support. That has now changed! I've taken the effort to solve the
> problems of building OpenChange and now packages are available
> including OpenChange support.
>
> Because OpenChange packages are demanding - may require updating other
> system packages (on Jessie samba and related libraries, on Trusty
> libmemcached), and while not every SOGo users needs OpenChange, I
> placed OpenChange and related packages in the repository into a
> separate component. Thank to this, packages can choose only users who
> want to use OpenChange integration. OpenChange support is available for
> Debian Jessie, Ubuntu Trusty and Xenial.
>
> Using apt repository remains the same - who is interested in
> OpenChange, let adds 'openchange' component on the same line in apt
> sources. For example on Jessie:
>
> SOGo v.2.x
>   deb http://www.axis.cz/linux/debian jessie sogo-v2 openchange
>
> SOGo v3.x
>   deb http://www.axis.cz/linux/debian jessie sogo-v3 openchange
>
> Caution: Because I do not use OpenChange on any of my installations, I
> can not test whether integration with OpenChange works properly.
>
> Cheers
> --
> Slávek

Note: Due to build SOGo with OpenChange support became necessary to move 
libmemcached from the component openchange to components sogo-v2/sogo-v3. 
Therefore on Trusty and Wheezy will be installed newer libmemcached, even 
if you do not want to install OpenChange support.

By the way, I did backport of Samba also for Wheezy == OpenChange support 
is now available also for Wheezy!

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

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

2016-08-03 Thread slavek.ba...@axis.cz
Hi Fabio,

you can add apt sources mentioned bellow, although browsing the contents 
of folders is not enabled at this time. Installation and update packages 
will work properly, because for these purposes browse the contents of 
folders is not needed.

Note: I suppose, I'll enable browsing the contents of folders soon, 
although is not necessary for apt.

-- 
Slávek

Dne st 3. srpna 2016 Fabio Onorini napsal(a):
> Sorry Slávek,
> maybe I'm doing something wrong.
> When I try to use your repository, web server respond with
> "Forbidden" like a attached screenshot...
>
> 2016-08-01 20:25 GMT+02:00 Slávek Banko :
> > Dne ne 31. července 2016 Slávek Banko napsal(a):
> > > Hi all,
> > >
> > > I recently offered an alternative repository of SOGo packages. The
> > > main difference from the official packages were absence of
> > > OpenChange support. That has now changed! I've taken the effort to
> > > solve the problems of building OpenChange and now packages are
> > > available including OpenChange support.
> > >
> > > Because OpenChange packages are demanding - may require updating
> > > other system packages (on Jessie samba and related libraries, on
> > > Trusty libmemcached), and while not every SOGo users needs
> > > OpenChange, I placed OpenChange and related packages in the
> > > repository into a separate component. Thank to this, packages can
> > > choose only users who want to use OpenChange integration.
> > > OpenChange support is available for Debian Jessie, Ubuntu Trusty
> > > and Xenial.
> > >
> > > Using apt repository remains the same - who is interested in
> > > OpenChange, let adds 'openchange' component on the same line in apt
> > > sources. For example on Jessie:
> > >
> > > SOGo v.2.x
> > >   deb http://www.axis.cz/linux/debian jessie sogo-v2 openchange
> > >
> > > SOGo v3.x
> > >   deb http://www.axis.cz/linux/debian jessie sogo-v3 openchange
> > >
> > > Caution: Because I do not use OpenChange on any of my
> > > installations, I can not test whether integration with OpenChange
> > > works properly.
> > >
> > > Cheers
> > > --
> > > Slávek
> >
> > Note: Due to build SOGo with OpenChange support became necessary to
> > move libmemcached from the component openchange to components
> > sogo-v2/sogo-v3. Therefore on Trusty and Wheezy will be installed
> > newer libmemcached, even if you do not want to install OpenChange
> > support.
> >
> > By the way, I did backport of Samba also for Wheezy == OpenChange
> > support is now available also for Wheezy!
> >
> > --
> > Slávek
> > --
> > users@sogo.nu
> > https://inverse.ca/sogo/lists
>
> --
>
> Fabio Onorini
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

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

2016-08-04 Thread slavek.ba...@axis.cz
Thank you for the warning - I'll do backport of the necessary packages.

-- 
Slávek

On Thursday 04 of August 2016 11:22:58 Fabio Onorini wrote:
> Hello Slavek,
> I report to you a little dependency problem using your repository.
>
> The package python-ocsmanager depends on python-rpclib > 2.7.0 and
> python-sievelib.
>
> That packages are unavailable.
>
> 2016-08-03 12:35 GMT+02:00 Slávek Banko :
> > Hi Fabio,
> >
> > you can add apt sources mentioned bellow, although browsing the contents
> > of folders is not enabled at this time. Installation and update packages
> > will work properly, because for these purposes browse the contents of
> > folders is not needed.
> >
> > Note: I suppose, I'll enable browsing the contents of folders soon,
> > although is not necessary for apt.
> >
> > --
> > Slávek
> >
> > Dne st 3. srpna 2016 Fabio Onorini napsal(a):
> > > Sorry Slávek,
> > > maybe I'm doing something wrong.
> > > When I try to use your repository, web server respond with
> > > "Forbidden" like a attached screenshot...
> > >
> > > 2016-08-01 20:25 GMT+02:00 Slávek Banko :
> > > > Dne ne 31. července 2016 Slávek Banko napsal(a):
> > > > > Hi all,
> > > > >
> > > > > I recently offered an alternative repository of SOGo packages. The
> > > > > main difference from the official packages were absence of
> > > > > OpenChange support. That has now changed! I've taken the effort to
> > > > > solve the problems of building OpenChange and now packages are
> > > > > available including OpenChange support.
> > > > >
> > > > > Because OpenChange packages are demanding - may require updating
> > > > > other system packages (on Jessie samba and related libraries, on
> > > > > Trusty libmemcached), and while not every SOGo users needs
> > > > > OpenChange, I placed OpenChange and related packages in the
> > > > > repository into a separate component. Thank to this, packages can
> > > > > choose only users who want to use OpenChange integration.
> > > > > OpenChange support is available for Debian Jessie, Ubuntu Trusty
> > > > > and Xenial.
> > > > >
> > > > > Using apt repository remains the same - who is interested in
> > > > > OpenChange, let adds 'openchange' component on the same line in apt
> > > > > sources. For example on Jessie:
> > > > >
> > > > > SOGo v.2.x
> > > > >   deb http://www.axis.cz/linux/debian jessie sogo-v2 openchange
> > > > >
> > > > > SOGo v3.x
> > > > >   deb http://www.axis.cz/linux/debian jessie sogo-v3 openchange
> > > > >
> > > > > Caution: Because I do not use OpenChange on any of my
> > > > > installations, I can not test whether integration with OpenChange
> > > > > works properly.
> > > > >
> > > > > Cheers
> > > > > --
> > > > > Slávek
> > > >
> > > > Note: Due to build SOGo with OpenChange support became necessary to
> > > > move libmemcached from the component openchange to components
> > > > sogo-v2/sogo-v3. Therefore on Trusty and Wheezy will be installed
> > > > newer libmemcached, even if you do not want to install OpenChange
> > > > support.
> > > >
> > > > By the way, I did backport of Samba also for Wheezy == OpenChange
> > > > support is now available also for Wheezy!
> > > >
> > > > --
> > > > Slávek
> > > > --
> > > > users@sogo.nu
> > > > https://inverse.ca/sogo/lists
> > >
> > > --
> > >
> > > Fabio Onorini
> >
> > --
> > users@sogo.nu
> > https://inverse.ca/sogo/lists
>
> --
>
> Fabio Onorini


signature.asc
Description: This is a digitally signed message part.


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

2016-08-04 Thread slavek.ba...@axis.cz
Necessary packages backported and published.
Thank you again for your notice.

By the way, you're able to confirm whether the integration samba <=> 
openchange <=> sogo with packages from this alternative repository works 
properly?

-- 
Slávek

On Thursday 04 of August 2016 11:22:58 Fabio Onorini wrote:
> Hello Slavek,
> I report to you a little dependency problem using your repository.
>
> The package python-ocsmanager depends on python-rpclib > 2.7.0 and
> python-sievelib.
>
> That packages are unavailable.
>
> 2016-08-03 12:35 GMT+02:00 Slávek Banko :
> > Hi Fabio,
> >
> > you can add apt sources mentioned bellow, although browsing the contents
> > of folders is not enabled at this time. Installation and update packages
> > will work properly, because for these purposes browse the contents of
> > folders is not needed.
> >
> > Note: I suppose, I'll enable browsing the contents of folders soon,
> > although is not necessary for apt.
> >
> > --
> > Slávek
> >
> > Dne st 3. srpna 2016 Fabio Onorini napsal(a):
> > > Sorry Slávek,
> > > maybe I'm doing something wrong.
> > > When I try to use your repository, web server respond with
> > > "Forbidden" like a attached screenshot...
> > >
> > > 2016-08-01 20:25 GMT+02:00 Slávek Banko :
> > > > Dne ne 31. července 2016 Slávek Banko napsal(a):
> > > > > Hi all,
> > > > >
> > > > > I recently offered an alternative repository of SOGo packages. The
> > > > > main difference from the official packages were absence of
> > > > > OpenChange support. That has now changed! I've taken the effort to
> > > > > solve the problems of building OpenChange and now packages are
> > > > > available including OpenChange support.
> > > > >
> > > > > Because OpenChange packages are demanding - may require updating
> > > > > other system packages (on Jessie samba and related libraries, on
> > > > > Trusty libmemcached), and while not every SOGo users needs
> > > > > OpenChange, I placed OpenChange and related packages in the
> > > > > repository into a separate component. Thank to this, packages can
> > > > > choose only users who want to use OpenChange integration.
> > > > > OpenChange support is available for Debian Jessie, Ubuntu Trusty
> > > > > and Xenial.
> > > > >
> > > > > Using apt repository remains the same - who is interested in
> > > > > OpenChange, let adds 'openchange' component on the same line in apt
> > > > > sources. For example on Jessie:
> > > > >
> > > > > SOGo v.2.x
> > > > >   deb http://www.axis.cz/linux/debian jessie sogo-v2 openchange
> > > > >
> > > > > SOGo v3.x
> > > > >   deb http://www.axis.cz/linux/debian jessie sogo-v3 openchange
> > > > >
> > > > > Caution: Because I do not use OpenChange on any of my
> > > > > installations, I can not test whether integration with OpenChange
> > > > > works properly.
> > > > >
> > > > > Cheers
> > > > > --
> > > > > Slávek
> > > >
> > > > Note: Due to build SOGo with OpenChange support became necessary to
> > > > move libmemcached from the component openchange to components
> > > > sogo-v2/sogo-v3. Therefore on Trusty and Wheezy will be installed
> > > > newer libmemcached, even if you do not want to install OpenChange
> > > > support.
> > > >
> > > > By the way, I did backport of Samba also for Wheezy == OpenChange
> > > > support is now available also for Wheezy!
> > > >
> > > > --
> > > > Slávek
> > > > --
> > > > users@sogo.nu
> > > > https://inverse.ca/sogo/lists
> > >
> > > --
> > >
> > > Fabio Onorini
> >
> > --
> > users@sogo.nu
> > https://inverse.ca/sogo/lists
>
> --
>
> Fabio Onorini
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] How to build the packages for Debian

2016-08-04 Thread slavek.ba...@axis.cz
I can say that building OpenChange packages is more complicated. The first 
obstacle was that on a clean build system occurred FTBFS. Another 
obstacle is the dependence on a newer version of Samba... and Samba 
brings the need for additional dependencies. And after build are 
necessary additional python modules.

Do you really want to go through this again, when is already available 
alternative repository of packages for Debian and Ubuntu?

-- 
Slávek

On Thursday 04 of August 2016 21:31:29 Chris Coleman wrote:
> Alain, merci beaucoup.  Is it possible you could add the openchange
> build steps, it's optional yet necessary for many organizations.
>
> On 7/30/2016 12:52 PM, "Alain Abbas" (alain.ab...@libertech.fr) wrote:
> > Hello
> > i wrote the steps to build the packages for debian in the Wiki
> > ( http://wiki.sogo.nu/Packaging)  for all peoples who want to build
> > them. This article decribes the process for that without openchange
> > building.
> >
> > Regards
> >
> >
> > --
> > *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
>
> ---
> Chris Coleman
> Espace LLC
> 860-576-9526
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Nightly Builds

2016-09-04 Thread slavek.ba...@axis.cz
On Saturday 03 of September 2016 15:32:10 devteam wrote:
> Thank you for reply!
>
> One question. In theory. What about nightly builds in production
> environment?

If you prefer stable versions and you do not have panic fear of unofficial 
repository, you can use an alternative apt repository for Debian and 
Ubuntu, which I have previously announced here:

https://lists.inverse.ca/sogo/arc/users/2016-07/msg00225.html
https://lists.inverse.ca/sogo/arc/users/2016-07/msg00253.html

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

Re: [SOGo] Can't do a working install

2016-09-12 Thread slavek.ba...@axis.cz
Dne po 12. září 2016 Jonathan Mathews napsal(a):
> Hi All
>
> I have been trying to install SOGo with OpenChange for the past couple
> of months now and have not been successful.
>
> I have tried a few different installation guides, but none of them have
> helped.
>
> I have managed to get further this time, but every time I start apache
> I keep getting the following error:
>
> Job for apache2.service failed because the control process exited with
> error code.
>
> I have attached a document with all the commands that I have used to
> setup the server., if someone could look through it and advise where I
> went wrong or if  I am missing a few steps.
>
> I am still learning and would appreciate any advice you could give me.
>
> Sincerely,
> Jonathan

I see there one possible complication: You're manually building OpenChange 
from the original OpenChange source, instead of Zentyal fork - see 
https://github.com/zentyal/openchange

At the same time I do not understand that you have installed openchange 
packages using apt-get, but then you built OpenChange from source?

Note: If apache2 service crashes, I suppose that to error.log could dump 
some useful information. Please look for them to let us know?

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

Re: [SOGo] Can't do a working install

2016-09-14 Thread slavek.ba...@axis.cz
Hi Jonathan,

yes, exactly the same problem I also encountered. Next to this, you would 
probably encounter for a problem due to an internal Samba headers. Both I 
solved at the time when I was preparing packages for SOGo alternative apt 
repository. Therefore, you can use patches from the source package, which 
is available in this repository. See:

https://lists.inverse.ca/sogo/arc/users/2016-07/msg00253.html

Cheers
-- 
Slávek

On Wednesday 14 of September 2016 10:55:23 Jonathan Mathews wrote:
> Hi Slávek
>
> I have tried Openchange Zentyal fork and am getting the following
> error:
>
> Linking bin/openchangeclient
> libocpf.so.2.3: undefined reference to `yyunput'
> collect2: error: ld returned 1 exit status
> Makefile:1198: recipe for target 'bin/openchangeclient' failed
> make: *** [bin/openchangeclient] Error 1
>
> I presume that there is something missing from the source code.
>
> Sincerely,
> Jonathan
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with calendar invitation

2016-09-22 Thread slavek.ba...@axis.cz
On Wednesday 21 of September 2016 20:58:31 Louis-Philippe wrote:
> Hi,
>
> We have trouble with some invitations.
>
> UserA has full access to UserB's Calendar for public events.
>
> When UserA send invitation to participants, when they answer to UserA,
> the message could not be delivered:
>
> <"mailto:UserA"@company.com >:
> host 10.X.Y.Z[10.X.Y.Z]
> said: 550 5.1.1  >: Recipient
> address rejected: User unknown in local recipient table (in reply to
> RCPT TO command)
>
> Note the "mailto:"; string and the quote in the email !
>
> All other invitation works perfectly...
>
> We use SOGo 3.1.4 on Debian and it's done with Thunderbird 38.7.0.
>
>
> Any idea ?
> Bug ?
>
>
> --
> Louis-Philippe

You're tested whether the problem persists in the current SOGo 3.1.5?
If it persists, you may report it as a bug.

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

Re: [SOGo] Apt-get upgrade after SOGo compilation

2016-09-27 Thread slavek.ba...@axis.cz
Dne po 26. září 2016 Louis-Philippe napsal(a):
> Hi,
>
> We compiled SOGo and SOPE on Debian Jessie. Everything works fine
> except the following point.
>
> When we do an "apt-get upgrade", we have always this error:
>
> The following packages have unmet dependencies:
>  sogo : Depends: libsbjson2.3 (>= 4.9.r1664.20160708) but 4.9.r1664 is
> installed
> E: Unmet dependencies. Try using -f.
>
> If we do an "apt-get -f install", it wants to uninstall SOGo...
>
> Do you have an idea to remove this warning ?
>
> Thanks,
>
> --
> Louis-Philippe

When you create packages yourself, you have to establish rules for 
composing package versions. Otherwise, the update will not work 
correctly.

For packages SOGo itself it seems simple => you can use the version number 
of the SOGo release. However, there can also be problems - for example, 
official packages from Inverse have problems during the dist-upgrade.

But packages SOPE are always released just as the current snapshot == 
without clear version number. Therefore use only 4.9.r1664 as version 
number is insufficient. The number 4.9 seems clear. But the following 
r1664 is totally misleading. This is determined as a historical snapshot 
of the previously used Monotone. For the current versions, this number 
has no useful value.

For SOPE packages therefore you need to have your own rules. For example, 
in official packages from Inverse is added current date of snapshot to 
the version number.

By the way, if you want to use a stable releases but do not want to 
compile yourself, you can use the alternative apt repository, which I 
have previously provided.

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

Re: [SOGo] Installation of SOGo 3.2 with MAPI - missing packages

2016-10-26 Thread slavek.ba...@axis.cz
On Monday 24 of October 2016 15:24:28 arne.hofm...@o-s.de wrote:
> Hello List,
>
> we are aiming to replace a MS exchange public folder with SOGo /
> openchange. Since our whole infrastructure runs on Debian Jessie, my
> first attempt to install was based on the packages from nightly builds
> for Debian 8. But if I follow the instruction for installation on
> Ubuntu 16.04 [1] I get problems with packages missing in the
> repositories:
>
>
> [...]
> E: Unable to locate package openchange-ocsmanager
> E: Unable to locate package openchange-rpcproxy
> E: Unable to locate package python-sievelib
> E: Unable to locate package python-rpclib
> [...]
>
>
> The same packages for Ubuntu are maintained by pkg-t...@zentyal.com.
> Don't they produce packages for Debian Jessie? Or is the software for
> Debian just packaged differently?
>
>
> Using Ubuntu 16.04 for evaluation is fine for us. But if we buy support
> to get access to the release repos, then we would prefer to run SOGo on
> Debian Jessie.
>
> Is anybody here running SOGo 3.2 on Jessie? Do the release repositories
> work for Debian?
>
>
>
>
> [1]
> https://sogo.nu/files/docs/SOGoNativeOutlookConfigurationGuide.html#_in
>stallation
>
>
>
> Mit freundlichen Grüßen / Kind Regards,
> Arne Hoffmann
>
>
> On behalf of
> operational services GmbH & Co. KG
>
> Pascalstr. 11
> 10587 Berlin
> Telefon    +49 30 8353 84995
> arne.hofm...@o-s.de
> http://www.operational-services.de
>
> Please find the compulsory statements here:
> www.operational-services.de/compulsoryStatements

Hi Arne,

if you want, you can use alternative / community apt repository. See 
information on:

  https://lists.inverse.ca/sogo/arc/users/2016-07/msg00225.html
  https://lists.inverse.ca/sogo/arc/users/2016-07/msg00253.html

In this alternative apt repository is OpenChange support available for 
Xenial, Trusty, Jessie and even Wheezy.

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

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

2016-12-07 Thread slavek.ba...@axis.cz
Hi,

current Openchange builds used for SOGo are based on OpenChange fork by 
Zentyal - see https://github.com/zentyal/openchange

This Openchage fork is used in the official Inverse repository (for Ubuntu 
Xenial only), as well as in my alternative apt repository (for Debian 
Wheezy, Jessie, Ubuntu Trusty and Xenial).

Cheers
-- 
Slávek

Dne st 7. prosince 2016 devteam napsal(a):
> Hi!
>
> Project openchange stopped all development.
>
> May be  somebody have ideas/solutions? @Slavek?
>
> On 07/28/2016 01:30 AM, Slávek Banko (slavek.ba...@axis.cz) wrote:
> > 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
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] SOGo on ARM

2016-12-19 Thread slavek.ba...@axis.cz
On Tuesday 20 of December 2016 00:21:17 Justin Vitiello wrote:
> I'm looking to install SOGo on a raspberry pi. Is possible yet or is
> work being done for it?

To my knowledge, no official builds for ARM are available.

However, in the time when I publish information about alternative apt 
repository, I offered that if there will be interest, I can try build 
packages also for other architectures - for example armhf.

If you're using Debian or Raspbian, we can try it. Please let me know.

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

Re: [SOGo] Re-install of Openchange/Sogo fails

2016-12-21 Thread slavek.ba...@axis.cz
Hi,

exactly - in the official Inverse repository is now OpenChange only 
supported for Ubuntu 16.04 (Xenial). OpenChange packages included in 
official Debian 8.x (Jessie) repository are not sufficient for the 
current version of SOGo.

However, there is a possibility to use an alternative apt repository. In 
this repository is OpenChange available for Debian 7.x (Wheezy), Debian 
8.x (Jessie), Ubuntu 14.04 (Trusty) and also Ubuntu 16.04 (Xenial).

See:
https://lists.inverse.ca/sogo/arc/users/2016-07/msg00225.html
https://lists.inverse.ca/sogo/arc/users/2016-07/msg00253.html

However, there is one important piece of information - it seems that 
OpenChange is no longer be developed:
https://lists.inverse.ca/sogo/arc/users/2016-12/msg00027.html

Cheers
-- 
Slávek

Dne st 21. prosince 2016 Christoph Kreutzer napsal(a):
> Hello,
>
> AFAIK openchange is currently only available on Ubuntu (because of some
> dependencies). So your installation can’t be fulfilled on Jessie.
>
> Best regards,
> Christoph
>
> > Am 21.12.2016 um 17:29 schrieb Forum (f...@gordijn.org)
> > :
> >
> > I want to convert  my database server from mysql to mariadb.
> > It seems that only way to do this, is to de-install mysql and then
> > install mariadb.
> >
> > However, when I de-install mysql, SOGo/OpenChange is also
> > de-installed.
> >
> > If I re-install SOGo/Openchange per manual, some things go wrong.
> > The manual says:
> >
> > apt-get install openchangeserver \
> >sogo-openchange \
> >openchangeproxy \
> >python-ocsmanager \
> >mysql-server \
> >python-mysqldb \
> >openchange-ocsmanager \
> >openchange-rpcproxy \
> >python-sievelib \
> >python-spyne \
> >python-rpclib
> >
> >
> > If I do however  for example
> >
> > apt-get install openchangeserver
> >
> > I get:
> > **
> > apt-get install openchangeserver
> > Reading package lists... Done
> > Building dependency tree
> > Reading state information... Done
> > Some packages could not be installed. This may mean that you have
> > requested an impossible situation or if you are using the unstable
> > distribution that some required packages have not yet been created
> > or been moved out of Incoming.
> > The following information may help to resolve the situation:
> >
> > The following packages have unmet dependencies:
> > openchangeserver : Depends: openchangeproxy but it is not going to be
> > installed
> > E: Unable to correct problems, you have held broken packages.
> > *
> >
> >
> > Trying to install openchangeproxy also fails:
> > **
> > apt-get install openchangeproxy
> > Reading package lists... Done
> > Building dependency tree
> > Reading state information... Done
> > Some packages could not be installed. This may mean that you have
> > requested an impossible situation or if you are using the unstable
> > distribution that some required packages have not yet been created
> > or been moved out of Incoming.
> > The following information may help to resolve the situation:
> >
> > The following packages have unmet dependencies:
> > openchangeproxy : Depends: samba (>= 2:4.0.0~) but it is not going to
> > be installed
> >   Depends: libmapi0 but it is not going to be
> > installed Depends: libmapiproxy0 but it is not going to be installed
> >   Depends: samba-libs (>= 2:4.1.13+dfsg) but it is
> > not going to be installed
> > E: Unable to correct problems, you have held broken packages.
> > 
> >
> > What also fails is
> >
> > apt-get install openchange-ocsmanager
> >
> > This package does not exist at all.
> >
> > Relevant software information:
> >
> > - OS: debian jessie
> > - Samba: 4.2.14-Debian
> >
> > I see that inverse seems to offer Openchange at
> > https://packages.inverse.ca/SOGo/nightly/3/debian/pool/jessie/
> >
> > but it is not clear to me how to use it.
> >
> > My install uses (e.g. for openchangeproxy)
> > ***
> > openchangeproxy:
> >  Installed: (none)
> >  Candidate: 1:2.2-5+b1
> >  Version table:
> > 1:2.2-5+b1 0
> >500 http://ftp.nl.debian.org/debian/ jessie/main amd64
> > Packages ***
> >
> > Please advice.
> >
> > --
> > users@sogo.nu
> > https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] libwbxml

2017-01-14 Thread slavek.ba...@axis.cz
On Saturday 14 of January 2017 22:56:03 Martin Waschbüsch wrote:
> Hi all,
>
> I just noticed that the inverse builds seem to still use an older
> version of libwbxml (0.11.2) The latest stable release is 0.11.4 and
> can be found here:
> https://sourceforge.net/projects/libwbxml/files/libwbxml/0.11.4/
> or here:
> https://github.com/libwbxml/libwbxml/tree/libwbxml-0.11.4
>
> While 0.11.4 did not bring any major updates, 0.11.3 did and, among
> others, fixed a memory leak!
>
> I have been using this version with SOGo and ActiveSync for some time
> now without any trouble.
>
> Anyway, just thought I'd mention it.
>
> Martin

For information - in my alternative / community apt repository is wbxml2 
also in version 0.11.4:

 http://www.axis.cz/linux/debian/pool/sogo-v2/w/wbxml2/

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

Re: [SOGo] openchange installation

2017-02-02 Thread slavek.ba...@axis.cz
Dne čt 2. února 2017 chico ahmad napsal(a):
> I am running debian jessie, and I am planning to install sogo with
> openhange but I cannot download openchange sources or packages from
> anywhere, not even from the git repository and the openchange website
> is unreachable, any ideas chico

Hi Chico,

it seems that OpenChange has no hope that it would be developed further. 
Website is terminated. New commits not come. It is therefore questionable 
whether it is a good idea to maintain it in production environments.

For source code I recommends to use Zentyal fork:

  https://github.com/zentyal/openchange

However, on Jessie you'll need a newer version of Samba along with several 
other necessary packages - ldb, python-rpclib, python-sievelib, talloc, 
tdb and tevent. If you're interested in binary packages, you can use my 
alternative apt repository, where is available OpenChange including Samba 
and all necessary packages.

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

Re: [SOGo] Installing SOGo in an mutliserver environment

2017-03-20 Thread slavek.ba...@axis.cz
On Monday 20 of March 2017 13:37:23 michael.goldfin...@inhouse.wko.at 
wrote:
> Hello,
>
> I try to achieve the goal to install SOGo in an multiserver
> environment. I have 3 Servers available
>
> 1)Database-Server
>
> 2)Web-Server
>
> 3)Mail-Server
> Al Servers running CentOS in the current version.
> The Database Server is running MariaDB and Postgresql, the Webserver is
> running nginx with php-fpm, the Mail-Server is a minimal setup of
> CentOS 7.
>
> I want to install SOGo in a way that the DB is hold on the Database
> Server, the Website is delivered through the Webserver and the rest is
> running on the Email-Server. Is that kind of setup even possible and is
> there a documentation about that?
>
> Since I found no documentation about this setup on the internet I
> started with the installation of the nightly build rpm package on the
> email server. I noticed that apache got installed as requirement, but I
> do not want an apache running on the Email-server that’s what the
> Webserver is for.
>
> Regards
> Michael Goldfinger

You can install SOGo on web-server. SOGo works like a regular imap client 
so can access to the separate mail-server.

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

Re: [SOGo] sogo V2 on stretch

2017-08-20 Thread slavek.ba...@axis.cz
On Friday 18 of August 2017 17:05:36 mj wrote:
> Hi,
>
> Just checked out the downloads page:
> https://sogo.nu/download.html
>
> It seems as if sogo V2 is not available on debian stretch?
>
> Is V2 going to be offered for stretch..?
>
> Our users like V2 better, but I prefer installing the latest debian
> distribution...
>
> I tried doing a variation on our jessie sogo.list, like:
> > deb https://user:p...@packages.inverse.ca/SOGo/release/2/debian/
> > stretch stretch
>
> but it fails to install.
>
> MJ

Here's one reason why there are complications with official packages from 
the Inverse repository: In the Stretch is already included a SOGo package 
with version 3.2.6-2. Although this is an older version than the current 
versions, version 3.x from Debian repository will always be newer than 
version 2.x packages from the Inverse repository.

There are several possible solutions:

1) Hold SOGo package and perform all subsequent updates manually.

2) Manually modify "preferences" in apt configuration to take preference 
for Inverse repository before the Debian repository.

3) Increase 'epoch' number for packages in Inverse repositories (this 
would have to be done in Inverse).

4) Use packages from alternative repository - these already use increased 
epoch number.

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

Re: [SOGo] sogo V2 on stretch

2017-08-20 Thread slavek.ba...@axis.cz
The query was on SOGo V2 packages, but your link is for SOGo V3 packages. 
Official SOGo V2 packages for Stretch have a problem - see details in my 
previous post.

-- 
Slávek

On Saturday 19 of August 2017 13:09:45 "sg gs" wrote:
> pls try something like
>  
> deb [arch=amd64] http://inverse.ca/debian-nightly-v3 stretch stretch
>  
> hth
>  
> Sent: Friday, August 18, 2017 at 5:05 PM
>  From: "\"mj\" (li...@merit.unu.edu)" 
>  To: users@sogo.nu
>  Subject: [SOGo] sogo V2 on stretch
> Hi,
>
>  Just checked out the downloads page:
>  https://sogo.nu/download.html
>
>  It seems as if sogo V2 is not available on debian stretch?
>
>  Is V2 going to be offered for stretch..?
>
>  Our users like V2 better, but I prefer installing the latest debian
>  distribution...
>
>  I tried doing a variation on our jessie sogo.list, like:
>  > deb https://user:p...@packages.inverse.ca/SOGo/release/2/debian/
>  > stretch stretch
>
>  but it fails to install.
>
>  MJ
>  --
>  users@sogo.nu
>  https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] sogo V2 on stretch

2017-08-21 Thread slavek.ba...@axis.cz
On Monday 21 of August 2017 21:19:36 lists wrote:
> Hi Slávek, all,
>
> On 20-8-2017 2:13, Slávek Banko (slavek.ba...@axis.cz) wrote:
> > 2) Manually modify "preferences" in apt configuration to take
> > preference for Inverse repository before the Debian repository.
>
> This is what I ended up doing.
>
> And for the archives:
>
> I created a file:
>   /etc/apt/preferences.d/inverse
>
> with the following contents:
>   Package: *
>   Pin: origin packages.inverse.ca
>   Pin-Priority: 600
>
> After that, apt-get install sogo installs the expected inverse packages
> on stretch. Strange enough, stretch is *not* listed on the V2 inverse
> download pages...: https://sogo.nu/download.html#/v2
>
> Anyway, thanks for the assistance!
>
> MJ

Indeed, Stretch is not listed in table, however it can be selected below 
in the helper - https://sogo.nu/download.html#helper

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

Re: [SOGo] Sogo/ActiveExchange onn debian stretch

2017-09-10 Thread slavek.ba...@axis.cz
On Saturday 09 of September 2017 22:52:35 "frm" wrote:
> Hi,
>
> I used Outlook 2016 with activesync on Debian jessie.
> Since I migrated my server to Debian stretch, I can not add the server
> anymore to Outlook as exchange server.
> However, clients which are already configured still work.
>
> I think this is caused by the fact that autodiscover does not work anymore.
> It is not possible to manually add a server to Outlook, as was possible in
> the past.
>
> The error I get in ocsmanager is:
> ImportError: /usr/lib/x86_64-linux-gnu/libmapi.so.0: symbol
> DEBUGLEVEL_CLASS, version SAMBA_UTIL_0.0.1 not defined in file
> libsamba-util.so.0 with link time reference
>
> I tried to recompile openchange from the latest Zentyal github repository.
> This however does not compile against samba 4.5.8.
>
> Is there a way to get autodiscover working again?
>
> Best,
>
> -- Jaap

You can try OpenChange (and SOGo-OpenChange) packages from my repository 
(search for informations in archive or on Google), or build OpenChange with 
Samba 4.5.x patch - https://github.com/SlavekB/openchange

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

Re: [SOGo] Sogo/ActiveExchange onn debian stretch

2017-09-10 Thread slavek.ba...@axis.cz
On Saturday 09 of September 2017 22:52:35 "frm" wrote:
> Hi,
>
> I used Outlook 2016 with activesync on Debian jessie.
> Since I migrated my server to Debian stretch, I can not add the server
> anymore to Outlook as exchange server.
> However, clients which are already configured still work.
>
> I think this is caused by the fact that autodiscover does not work anymore.
> It is not possible to manually add a server to Outlook, as was possible in
> the past.
>
> The error I get in ocsmanager is:
> ImportError: /usr/lib/x86_64-linux-gnu/libmapi.so.0: symbol
> DEBUGLEVEL_CLASS, version SAMBA_UTIL_0.0.1 not defined in file
> libsamba-util.so.0 with link time reference
>
> I tried to recompile openchange from the latest Zentyal github repository.
> This however does not compile against samba 4.5.8.
>
> Is there a way to get autodiscover working again?
>
> Best,
>
> -- Jaap

In any case - you need to clarify one thing: ActiveSync has nothing to do with 
OpenChange. OpenChange was a native Exchange connection for MS Outlook. 
However, it is no longer developed and therefore it is not good in the long 
run to rely on it.

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

Re: [SOGo] V2 Web Interface

2017-09-21 Thread slavek.ba...@axis.cz
On Thursday 21 of September 2017 07:38:52 init wrote:
> Hello everyone,
>  
> is it possible to install the V2 Web Interface in the current SOGo
> version? 
> I would be very happy to receive an answer.
>  
> Many greetings
>  Marc

You can install SOGo V2 branch, which is still maintained.

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

Re: [SOGo] Problems logging on to the server with Outlook 2010/2013

2017-10-04 Thread slavek.ba...@axis.cz
Hi,

according to your earlier mail, it seems that you have sogo from 20170926 
but sope from 20170721. When you use nightly == development builds, 
update both sogo and sope at the same time.

Cheers
-- 
Slávek

Dne st 4. října 2017 init napsal(a):
> Hi,
>  
> in this scenario ldap works for me fine, but I can't login to the SOGo
> webinterface. Although I use valid credentials, I stay on the login
> page and don't get into my mailbox. 
> This can also be seen in the sogo.log:
> Oct 04 16:06:19 sogod [1310]: version 2.3.22 (build @shiva.inverse
> 201710040510) -- starting Oct 04 16:06:20 sogod [1310]: vmem size check
> enabled: shutting down app when vmem > 384 MB. Currently at 225 MB Oct
> 04 16:06:20 sogod [1310]: <0x0x91e441c640[SOGoProductLoader]> SOGo
> products loaded from '/usr/lib/GNUstep/SOGo': Oct 04 16:06:20 sogod
> [1310]: <0x0x91e441c640[SOGoProductLoader]>   Mailer.SOGo,
> MailPartViewers.SOGo, Contacts.SOGo, MainUI.SOGo,
> AdministrationUI.SOGo, MailerUI.SOGo, SchedulerUI.SOGo, CommonUI.SOGo,
> ContactsUI.SOGo, PreferencesUI.SOGo, Appointments.SOGo Oct 04 16:06:22
> sogod [1310]: All products loaded - current memory usage at 272 MB Oct
> 04 16:06:22 sogod [1310]: <0x0x91e4560290[WOWatchDog]> listening on
> 127.0.0.1:2 Oct 04 16:06:22 sogod [1310]:
> <0x0x91e4560290[WOWatchDog]> watchdog process pid: 1310 Oct 04 16:06:22
> sogod [1310]: <0x0x7f9d327e1100[WOWatchDogChild]> watchdog request
> timeout set to 10 minutes Oct 04 16:06:22 sogod [1310]:
> <0x0x91e4560290[WOWatchDog]> preparing 3 children Oct 04 16:06:22 sogod
> [1310]: <0x0x91e4560290[WOWatchDog]> child spawned with pid 1363 Oct 04
> 16:06:22 sogod [1310]: <0x0x91e4560290[WOWatchDog]> child spawned with
> pid 1364 Oct 04 16:06:22 sogod [1310]: <0x0x91e4560290[WOWatchDog]>
> child spawned with pid 1365 Oct 04 16:06:22 sogod [1363]:
> <0x0x91e458ff40[WOHttpAdaptor]> notified the watchdog that we are ready
> Oct 04 16:06:22 sogod [1364]: <0x0x91e458ff40[WOHttpAdaptor]> notified
> the watchdog that we are ready Oct 04 16:06:22 sogod [1365]:
> <0x0x91e458ff40[WOHttpAdaptor]> notified the watchdog that we are ready
> Oct 04 14:49:41 sogod [1365]: <0x0x91e42a1160[SOGoCache]> Cache cleanup
> interval set every 300.00 seconds Oct 04 14:49:41 sogod [1365]:
> <0x0x91e42a1160[SOGoCache]> Using host(s) 'localhost' as server(s) Oct
> 04 14:49:41 sogod [1365]: [WARN] <0x0x7f9d32802cc0[WOxElemBuilder]>
> could not locate builders: WOxExtElemBuilder,WOxExtElemBuilder Oct 04
> 14:49:41 sogod [1365]: 192.168.146.50 "GET /SOGo/ HTTP/1.1" 200 4505/0
> 0.536 12606 64% 3M Oct 04 14:52:14 sogod [1365]: 192.168.146.50 "GET
> /SOGo/ HTTP/1.1" 200 4505/0 0.015 12606 64% 0 Oct 04 14:53:44 sogod
> [1365]: 192.168.146.50 "GET /SOGo/ HTTP/1.1" 200 4505/0 0.021 12606 64%
> 0 Oct 04 14:54:07 sogod [1365]: SOGoRootPage successful login from
> '192.168.146.50' for user 'Administrator' - expire = -1  grace = -1 Oct
> 04 14:54:07 sogod [1365]: 192.168.146.50 "POST /SOGo/connect HTTP/1.1"
> 200 27/68 0.398 - - 1M Oct 04 14:54:07 sogod [1365]: 192.168.146.50
> "GET /SOGo/Administrator HTTP/1.1" 200 4505/0 0.209 12606 64% 420K 
> The only thing I see in the log is a warning message, which I haven't
> gotten fixed yet. Anybody have any idea what my problem is?
>  
> Greetings
> Marc
>  
> Gesendet: Mittwoch, 04. Oktober 2017 um 13:43 Uhr
>  Von: "\"lists\" (li...@merit.unu.edu)" 
>  An: users@sogo.nu
>  Betreff: Re: [SOGo] Problems logging on to the server with Outlook
> 2010/2013 Ah I'm afraid I have been unclear:
>
>  we ARE using on samba4, but only for the ldap functions
> (authentication and ldap address book)
>
>  We are *not* using OpenChange for native outlook compatibility.
>
>  MJ
>
>  On 4-10-2017 13:15, init (26196...@web.de) wrote:
>  > Hi,
>  > do you use openLdap instead of samba4 or an external Ldap-Server?
>  > Greetings
>  > Marc
>  > *Gesendet:* Mittwoch, 04. Oktober 2017 um 12:54 Uhr
>  > *Von:* "\"lists\" (li...@merit.unu.edu)" 
>  > *An:* users@sogo.nu
>  > *Betreff:* Re: [SOGo] Problems logging on to the server with Outlook
>  > 2010/2013
>  > Hi,
>  >
>  > I can only tell you what we do:
>  >
>  > SOGo (v2) + Postfix + Dovecot, with ActiveSync.
>  >
>  > no samba4.
>  >
>  > MJ
>  >
>  > On 4-10-2017 11:55, init (26196...@web.de) wrote:
>  > > Hello,
>  > > can somebody answer my question below?
>  > > I'd really appreciate it, because somehow I'm going in circles.
>  > > Thanks in advance
>  > > Marc
>  > > *Gesendet:* Samstag, 30. September 2017 um 19:27 Uhr
>  > > *Von:* "\"init\" (26196...@web.de)" 
>  > > *An:* users@sogo.nu
>  > > *Betreff:* Aw: [SOGo] Problems logging on to the server with
>  > > Outlook 2010/2013
>  > > Thanks for the answer.
>  > > So now only ActiveSync is supported or does the "normal" Outlook
>  > > connection work without openChange?
>  > > What's your recommendation?
>  > > SOGo + Samba4 + Postfix + Dovecot?
>  > > Many greetings
>  > > Marc
>  > > *Gesendet:* Samstag, 30. September 2017 um 18:52 Uhr
>  > > *Vo

Re: [SOGo] Problems logging on to the server with Outlook 2010/2013

2017-10-05 Thread slavek.ba...@axis.cz
On Wednesday 04 of October 2017 18:59:48 init wrote:
> -  sogo:amd64
> 2.3.22.20171004-1  amd64    a modern and
> scalable groupware -  sogo-common   
> 2.2.17a-1.1build1  all  Scalable
> groupware server - common files

Ok, I looked, the sope version really matches the latest from the Inverse 
nightly repository.

However, there is some mismatch about SOGo packages - sogo-common is some 
older package from Ubuntu distribution. I think you can purge it.

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

Re: [SOGo] Outlook 2016

2017-10-20 Thread slavek.ba...@axis.cz
Hi Christian,

first of all - it is not a good idea at present to make new OpenChange 
installations. Development has been stopped and it does not seem that 
anyone wants to continue. There are only minimal maintenance patches to 
make possible a built OpenChange with Samba 4.5.x. It's better to use the 
classic imap + CalDAV Synchronizer - see http://caldavsynchronizer.org/

If you still want to install OpenChange, there are three options:

1) Official SOGo packages offer OpenChange support only for Ubuntu 16.04 
(Xenial).

2) Community SOGo packages offer OpenChange support for Debian 7.x 
(Wheezy), 8.x (Jessie), 9.x (Stretch) and Ubuntu 14.04 (Trusty), 16.04 
(Xenial).

3) You can build everything yourself :)

Cheers
-- 
Slávek

Dne pá 20. října 2017 Christian Alf napsal(a):
> aepfel+birnen
> Dear SOGo,
>
> we got some problems to configure SOGo for MS Outlook 2016 as an
> Exchange-Service.
> And we didn't find something to get it working.
>
> Is it possible to use Outlook 2016 in the community edition, or is it
> only available in the commercial version?
> If it's only possible we're planning to contribute in commercial
> version.
>
>
> Mit freundlichen Grüßen / Best regards
>
> Christian Alf
>
> aepfel+birnen
> IT Dienstleistung UG (haftungsbeschränkt)
> Fuchshütter Weg 40
> 41066 Mönchengladbach
>
> T +49 2161 9908880
> Email: c...@aepfelbirnen.de
> Web: aepfelbirnen.de
> Face: facebook.de/aundb.io
>
> Geschäftsführer:
> Dipl.- Betrw.
> Johannes Benjamin Espagné
> USt.Id: DE 293 625 889
> Handelsregister:
> Amtsgericht Mönchengladbach
> HR B 15672
>
>
> Sparen Sie pro Seite ca. 200 ml Wasser, 2 g CO2 und 2 g Holz: Drucken
> Sie daher bitte nur, wenn es wirklich notwendig ist.
> Wir nutzen Ecosia.org



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

Re: [SOGo] v2 on stretch

2018-04-24 Thread slavek.ba...@axis.cz
On Tuesday 24 of April 2018 12:13:23 lists wrote:
> Hi,
>
> Testing our upgrade to stretch, we encountered difficulties with the
>
> sogo repo:
> > After this operation, 60.4 MB of additional disk space will be used.
> > Do you want to continue? [Y/n]
> > (Reading database ... 142620 files and directories currently
> > installed.) Preparing to unpack .../libsope1_3.2.6-1_amd64.deb ...
> > Unpacking libsope1 (3.2.6-1) ...
> > dpkg: error processing archive
> > /var/cache/apt/archives/libsope1_3.2.6-1_amd64.deb (--unpack): trying
> > to overwrite
> > '/usr/lib/GNUstep/GDLAdaptors-4.9/MySQL.gdladaptor/MySQL', which is
> > also in package sope4.9-gdl1-mysql 4.9.r1664.20171018 dpkg-deb:
> > error: subprocess paste was killed by signal (Broken pipe) Selecting
> > previously unselected package sogo-common.
>
> Are v2 and stretch not compatible anymore?
>
> MJ

Hi,

the problem is that in Debian Stretch, SOGo v3 packages are included in 
the official Debian distribution. If you select SOGo v2 packages from 
official Inverse repository, they will be updated to distribution 
packages and will cause conflicts.

The solution would be if packages for SOGo v2 were set to "epoch" - in 
this way packages will be "newer" than SOGo v3 in Stretch - see packages 
in my alternative repository.

Another solution is to modify the apt configuration to 'pin' packages for 
desired version or to set a higher priority for the Inverse repository.

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

Re: [SOGo] Email Filters and Vacation are not available!

2018-06-03 Thread slavek.ba...@axis.cz
On Sunday 03 of June 2018 09:26:29 Sina Aghasi wrote:
> Hi
>
> I have downloaded sogo source code from here:
>
> https://sogo.nu/files/downloads/SOGo/Sources/SOGo-4.0.0.tar.gz
>
> After i have compiled and installed on the system , i saw that "FILTERS"
> and "VACATION" are absent under Settings > MAIL !!! After some
> investigation i found that the files related to this features are present,
> e.g UI/Templates/PreferencesUI/UIxFilterEditor.wox exist in my source code!
>
> How can i enable this features?

Hi Sina,

I also have downloaded official source tarball SOGo-4.0.0.tar.gz from 
https://sogo.nu/files/downloads/SOGo/Sources/, because for my alternative apt 
repository I use official tarballs, and the mentioned file I see in place:

$ tar tvzf SOGo-4.0.0.tar.gz | grep UIxFilterEditor.wox
-rw-r--r-- root/root  9148 2018-03-07 17:28 
SOGo-4.0.0/UI/Templates/PreferencesUI/UIxFilterEditor.wox

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

Re: [SOGo] ANN: SOGo v4.0.1 released!

2018-07-10 Thread slavek.ba...@axis.cz
On Tuesday 10 of July 2018 19:56:49 Francis Lachapelle wrote:
> The Inverse Team is pleased to announce the immediate availability of
> SOGo v4.0.1. This is a minor release of SOGo which focuses on small new
> features and improved stability over previous versions.

Hi,

I do not know if there was a problem while publishing a new version, but 
links to downloading source tarballs for version 4.0.1 do not work - 
official tarballs on official site are not available.

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

Re: [SOGo] ActiveSync + NGinx ReverseProxy: Doesn't work

2018-08-13 Thread slavek.ba...@axis.cz
Dne po 13. srpna 2018 Florian Erfurth napsal(a):
> Hi Thomas,
>
>
> I just tried as you suggested. Unfortunatelly it didn't help since it
> tells I already have the newest version after imported key and
> apt-get-updated:
>
> root@mail:~# apt install libwbxml2-0 libwbxml2-dev
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> libwbxml2-0 is already the newest version (0.10.7-1+b2).
> libwbxml2-dev is already the newest version (0.10.7-1+b2).
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
>
>
> Ideas?
>
>
> Best regards
>
> Floh
>

Hi Floh,

for example, you can use the newer packages from my repository:

http://www.axis.cz/linux/debian/pool/sogo-v4/w/wbxml2/

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