[SOGo] BTS activities for Tuesday, June 02 2015

2015-06-02 Thread SOGo reporter
Title: BTS activities for Tuesday, June 02 2015





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Tuesday, June 02 2015

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
3080
	2015-06-02 05:07:09
	updated (open)
	ActiveSync
	Meeting invitations not handled properly when EAS is used
	
	  
	
3113
	2015-06-02 05:55:42
	updated (open)
	ActiveSync
	Outlook 2013 MeetingResponse
	
	  
	
3160
	2015-06-02 08:11:56
	updated (open)
	ActiveSync
	Bug 0003058 is not fixed
	
	  
	
3228
	2015-06-02 11:36:27
	updated (open)
	Backend Calendar
	Printing of Event Description does not respect Line Feed
	
	  
	
3226
	2015-06-02 06:37:15
	updated (open)
	Backend General
	Debian wheezy repository broken with regard to "samba" after updating to sogo as of June 1st, 2015
	
	  
	
3227
	2015-06-02 10:42:03
	updated (open)
	Backend General
	Script for automatically adding incoming event invitations as tentative/unaccepted
	
	  
	
3224
	2015-06-02 03:44:48
	updated (open)
	Packaging (RedHat)
	Cannot start SOGo service on CentOS 7
	
	  
	
3000
	2015-06-02 02:45:38
	updated (open)
	Web Mail
	Wrong attachment name displayed in webmail - extra space inserted
	
	  
	
3215
	2015-06-02 05:07:10
	updated (open)
	Web Mail
	MIME decoding not reflect RFC 2047
	
	  
	
3225
	2015-06-02 10:58:55
	updated (open)
	with SOGo
	Cannot login to SOGo web interface: didn't set return value for type 'v'
	
	  
	
  
  




[SOGo] Error Log , no calendar view

2015-06-02 Thread FoxNET Support
hello

I return to the ActiveSync connection with Outlook 2013.

I use the new version of sogo-activesync package, but I always have error 
messages in the logs, this type:

Jun 02 15:05:20 sogod [25593]: <0x0x7f2a523b4cf0[NGImap4Client]> Note: no key 
found for sorting, using 'DATE': (null)
Jun 02 15:05:21 sogod [25593]: <0x0x7f2a523b4cf0[NGImap4Client]> Note: no key 
found for sorting, using 'DATE': (null)
Jun 02 15:05:21 sogod [25593]: <0x0x7f2a523b4cf0[NGImap4Client]> Note: no key 
found for sorting, using 'DATE': (null)
Jun 02 15:05:22 sogod [25593]: <0x0x7f2a523b4cf0[NGImap4Client]> Note: no key 
found for sorting, using 'DATE': (null)
Jun 02 15:05:22 sogod [25593]: <0x0x7f2a523b4cf0[NGImap4Client]> Note: no key 
found for sorting, using 'DATE': (null)
Jun 02 15:05:23 sogod [25593]: <0x0x7f2a523b4cf0[NGImap4Client]> Note: no key 
found for sorting, using 'DATE': (null)
Jun 02 15:05:23 sogod [25593]: <0x0x7f2a523b4cf0[NGImap4Client]> Note: no key 
found for sorting, using 'DATE': (null)
Jun 02 15:05:24 sogod [25593]: <0x0x7f2a523b4cf0[NGImap4Client]> Note: no key 
found for sorting, using 'DATE': (null)
Jun 02 15:05:25 sogod [25593]: <0x0x7f2a523b4cf0[NGImap4Client]> Note: no key 
found for sorting, using 'DATE': (null)

A question I pause, Sogo Active Sync, syncronise, Message, Calendar, and 
Contact.

On my mobile phone, all works.

By cons, Outlook 2013, I have my posts, but not the calendar and no longer 
contacts, or is the error?

Thank you for your help

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

[SOGo] sharing calendar with ldap group doesn't work

2015-06-02 Thread Christian Albrecht
Hello,

we try to share a calendar from one user to a ldap group but it doesn't
work.

User1 shares his calendar to the ldap group "group1" (right click on
calendar --> Sharing...). User2 try to subscribe the calender but he
can't see it in the list of the subscribe menu.

We have no idea what we are doing wrong. In the logs there is no error.

Thanks for your help!

Best Regards
Christian



*** LDIF of group:

dn: cn=group1,ou=Groups,dc=dom,dc=de
objectClass: posixGroup
objectClass: top
objectClass: sambaGroupMapping
objectClass: x-SOGoGroup
cn: group1
description: description1
displayName: group1
gidNumber: 500
mail: gro...@dom.de
memberUid: user1
memberUid: user2
memberUid: user3
sambaGroupType: 2
sambaSID: S-1-5-21-1873110158-3897209530-3414510197-2001




*** Sogo config:
  ...
  {
  type = ldap;
  displayName = "UserSource1";
  id = ldap_users_sources_1;
  CNFieldName = cn;
  IDFieldName = uid;
  UIDFieldName = uid;
  baseDN = "ou=Users,ou=People,dc=dom,dc=de";
  bindDN = "cn=webmail,ou=Bind,ou=SpecialUser,dc=dom,dc=de";
  //bindFields = (uid);
  bindPassword = xxx;
  canAuthenticate = YES;
  hostname = ldaps://ldap.dom.de:636;
  isAddressBook = YES;
  MailFieldNames = ("mail",mailAlternateAddress);
  SearchFieldNames = ("cn","displayName","uid");
  filter = "ObjectClass='mailRecipient' AND
ObjectClass='posixAccount' AND
nsrole='cn=mainmembership,ou=people,dc=dom,dc=de'";
  mapping = {
  birthyear = "BirthYear";
  birthmonth = "BirthMonth";
  birthday = "BirthDay";
  mozillasecondemail = "mailAlternateAddress";
 };
  },
  {
  type = ldap;
  displayName = "Groups";
  id = ldap_users_sources_groups;
  CNFieldName = cn;
  IDFieldName = cn;
  UIDFieldName = cn;
  baseDN = "ou=Groups,dc=dom,dc=de";
  bindDN = "cn=webmail,ou=Bind,ou=SpecialUser,dc=dom,dc=de";
  //bindFields = (uid);
  bindPassword = xxx;
  canAuthenticate = YES;
  hostname = ldaps://ldap.dom.de:636;
  isAddressBook = NO;
  MailFieldNames = ("mail");
  SearchFieldNames = ("cn","displayName");
  filter = "ObjectClass='x-SOGoGroup'";
  GroupObjectClasses = ("groupOfUniqueNames","posixGroup");
  mapping = {
  };
  },
  
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Providing Updates for Sieve plugin via updates.php

2015-06-02 Thread J. Echter

Am 02.06.2015 um 14:26 schrieb Adi Kriegisch:

Hi!


i try to update sieve plugin in thunderbird via updates.php file.

(...)

updating connector, lightning and integrator works just fine.

any hints to that?

Do you get any requests for the sieve plugin to updates.php in your server
log? If so, how does the request look like?

-- Adi

thanks for helping me!

like this:

192.168.0.13 - - [02/Jun/2015:14:10:28 +0200] "GET 
/plugins/updates.php?plugin=si...@mozdev.org&version=0.00&platform=WINNT_x86-msvc 
HTTP/1.1" 200 768
192.168.0.13 - - [02/Jun/2015:14:10:28 +0200] "GET 
/plugins/sieve-0.2.3f.xpi HTTP/1.1" 200 596561
192.168.0.13 - - [02/Jun/2015:14:12:39 +0200] "GET 
/plugins/updates.php?plugin=si...@mozdev.org&version=0.00&platform=WINNT_x86-msvc 
HTTP/1.1" 200 768
[02/Jun/2015:14:10:28 +0200] 192.168.0.13 TLSv1.2 
ECDHE-RSA-AES128-GCM-SHA256 "GET 
/plugins/updates.php?plugin=si...@mozdev.org&version=0.00&platform=WINNT_x86-msvc 
HTTP/1.1" 768
[02/Jun/2015:14:10:28 +0200] 192.168.0.13 TLSv1.2 
ECDHE-RSA-AES128-GCM-SHA256 "GET /plugins/sieve-0.2.3f.xpi HTTP/1.1" 596561
[02/Jun/2015:14:12:39 +0200] 192.168.0.13 TLSv1.2 
ECDHE-RSA-AES128-GCM-SHA256 "GET 
/plugins/updates.php?plugin=si...@mozdev.org&version=0.00&platform=WINNT_x86-msvc 
HTTP/1.1" 768


nothing else with sieve. i grepped if this matters.

cheers

j.

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


Re: [SOGo] ANN: SOGo v2.3.0

2015-06-02 Thread Götz Reinicke - IT Koordinator
Am 02.06.15 um 15:09 schrieb "Daniel Müller":
> I tried but without success:

<...>


I was faced with a similiar problem ... mixing to much repositories
somtimes su** ;) ...

I had to remove in that case the php* from that special repo,
installed/updatedd sogo and the working libmemcached and than
reinstalled a working version of php ... which than uses as well the
libmemcached compatible with sogo

:-/

So ... if there is a need for php-pecl-memcached may be you can get it
installed a similar way like I did ... :?

my2cents. /Götz

-- 
Götz Reinicke
IT-Koordinator

Tel. +49 7141 969 82 420
E-Mail goetz.reini...@filmakademie.de

Filmakademie Baden-Württemberg GmbH
Akademiehof 10
71638 Ludwigsburg
www.filmakademie.de

Eintragung Amtsgericht Stuttgart HRB 205016

Vorsitzender des Aufsichtsrats: Jürgen Walter MdL
Staatssekretär im Ministerium für Wissenschaft,
Forschung und Kunst Baden-Württemberg

Geschäftsführer: Prof. Thomas Schadt



smime.p7s
Description: S/MIME Cryptographic Signature


Aw: Re: [SOGo] ANN: SOGo v2.3.0

2015-06-02 Thread Daniel Müller

Now I did a yum erase  php-pecl-memcached*

 


yum erase  php-pecl-memcached-1.0.0-1.el6.x86_64
Geladene Plugins: fastestmirror, priorities
Einrichten des Entfernungsprozess
Löse Abhängigkeiten auf
--> Führe Transaktionsprüfung aus
---> Package php-pecl-memcached.x86_64 0:1.0.0-1.el6 will be gelöscht
--> Abhängigkeitsauflösung beendet

Abhängigkeiten aufgelöst


 Paket Arch  Version Repository   Grösse

Entfernen:
 php-pecl-memcached    x86_64    1.0.0-1.el6 @epel 71 k

Vorgangsübersicht

Remove    1 Package(s)

Installed size: 71 k
Ist dies in Ordnung? [j/N] :y
Lade Pakete herunter:
Führe rpm_check_debug durch
Führe Verarbeitungstest durch
Verarbeitungstest erfolgreich
Führe Verarbeitung durch
  Löschen  : php-pecl-memcached-1.0.0-1.el6.x86_64  1/1
  Verifying    : php-pecl-memcached-1.0.0-1.el6.x86_64  1/1

Entfernt:
  php-pecl-memcached.x86_64 0:1.0.0-1.el6

Komplett!


 

 

 

Then I was able to:

 


yum install  libmemcached-1.0.18-1.x86_64
Geladene Plugins: fastestmirror, priorities
Einrichten des Installationsprozess
Loading mirror speeds from cached hostfile
 * base: mirror.softaculous.com
 * epel: mirror.euserv.net
 * extras: ftp-stud.fht-esslingen.de
 * rpmforge: mirror1.hs-esslingen.de
 * rpmforge-extras: mirror1.hs-esslingen.de
 * updates: mirror.23media.de
794 packages excluded due to repository priority protections
Löse Abhängigkeiten auf
--> Führe Transaktionsprüfung aus
---> Package libmemcached.x86_64 0:0.31-1.1.el6 will be aktualisiert
---> Package libmemcached.x86_64 0:1.0.18-1 will be an update
--> Abhängigkeitsauflösung beendet

Abhängigkeiten aufgelöst


 Paket Arch    Version  Repository    Grösse

Aktualisieren:
 libmemcached  x86_64  1.0.18-1 SOGo  168 k

Vorgangsübersicht

Upgrade   1 Package(s)

Gesamte Downloadgrösse: 168 k
Ist dies in Ordnung? [j/N] :j
Lade Pakete herunter:
libmemcached-1.0.18-1.x86_64.rpm | 168 kB 00:00
Führe rpm_check_debug durch
Führe Verarbeitungstest durch
Verarbeitungstest erfolgreich
Führe Verarbeitung durch
  Aktualisieren: libmemcached-1.0.18-1.x86_64   1/2
  Aufräumen    : libmemcached-0.31-1.1.el6.x86_64   2/2
  Verifying    : libmemcached-1.0.18-1.x86_64   1/2
  Verifying    : libmemcached-0.31-1.1.el6.x86_64   2/2

Aktualisiert:
  libmemcached.x86_64 0:1.0.18-1

Komplett!


 

Now i am missing  php-pecl-memcached and SOgo is running. Some of my other php-scripts will not!?

 

Gesendet: Dienstag, 02. Juni 2015 um 15:09 Uhr
Von: "Daniel Müller" 
An: users@sogo.nu
Betreff: Aw: Re: [SOGo] ANN: SOGo v2.3.0




I tried but without success:

 

 

 yum install libmemcached 1.0.18
Geladene Plugins: fastestmirror, priorities
Einrichten des Installationsprozess
Loading mirror speeds from cached hostfile
 * base: mirror.softaculous.com
 * epel: mirror.euserv.net
 * extras: ftp-stud.fht-esslingen.de
 * rpmforge: mirror1.hs-esslingen.de
 * rpmforge-extras: mirror1.hs-esslingen.de
 * updates: mirror.23media.de
794 packages excluded due to repository priority protections
Kein Paket 1.0.18 verfügbar.
Löse Abhängigkeiten auf
--> Führe Transaktionsprüfung aus
---> Package libmemcached.x86_64 0:0.31-1.1.el6 will be aktualisiert
--> Verarbeite Abhängigkeiten: libmemcached.so.2()(64bit) für Paket: php-pecl-memcached-1.0.0-1.el6.x86_64
--> Verarbeite Abhängigkeiten: libmemcached.so.2(libmemcached_2)(64bit) für Paket: php-pecl-memcached-1.0.0-1.el6.x86_64
---> Package libmemcached.x86_64 0:1.0.18-1 will be an update
--> Abhängigkeitsauflösung beendet
Fehler: Package: php-pecl-memcached-1.0.0-1.el6.x86_64 (@epel)
    Requires: libmemcached.so.2(libmemcached_2)(64bit)
    Entfernen: libmemcached-0.31-1.1.el6.x86_64 (@base)
    libmemcached.so.2(libmemcached_2)(64bit)
    Updated By: libmemcached-1.0.18-1.x86_64 (SOGo)
    Not found
Fehler: Package: php-pecl-memcached-1.0.0-1.el6.x86_64 (@epel)
    Requires: libmemcached.so.2()(64bit)
    Entfernen: libmemcached-0.31-1.1.el6.x86_64 (@base)
    libmemcached.so.2()(64bit)
    Updated By: libmemcached-1.0.18-1.x86_64 (SOGo)
    Not found
 Sie können versuchen --skip-broken zu benutzen, um das Problem zu umgehen.
 You could try running: rpm -Va

Aw: Re: [SOGo] ANN: SOGo v2.3.0

2015-06-02 Thread Daniel Müller

I tried but without success:

 

 

 yum install libmemcached 1.0.18
Geladene Plugins: fastestmirror, priorities
Einrichten des Installationsprozess
Loading mirror speeds from cached hostfile
 * base: mirror.softaculous.com
 * epel: mirror.euserv.net
 * extras: ftp-stud.fht-esslingen.de
 * rpmforge: mirror1.hs-esslingen.de
 * rpmforge-extras: mirror1.hs-esslingen.de
 * updates: mirror.23media.de
794 packages excluded due to repository priority protections
Kein Paket 1.0.18 verfügbar.
Löse Abhängigkeiten auf
--> Führe Transaktionsprüfung aus
---> Package libmemcached.x86_64 0:0.31-1.1.el6 will be aktualisiert
--> Verarbeite Abhängigkeiten: libmemcached.so.2()(64bit) für Paket: php-pecl-memcached-1.0.0-1.el6.x86_64
--> Verarbeite Abhängigkeiten: libmemcached.so.2(libmemcached_2)(64bit) für Paket: php-pecl-memcached-1.0.0-1.el6.x86_64
---> Package libmemcached.x86_64 0:1.0.18-1 will be an update
--> Abhängigkeitsauflösung beendet
Fehler: Package: php-pecl-memcached-1.0.0-1.el6.x86_64 (@epel)
    Requires: libmemcached.so.2(libmemcached_2)(64bit)
    Entfernen: libmemcached-0.31-1.1.el6.x86_64 (@base)
    libmemcached.so.2(libmemcached_2)(64bit)
    Updated By: libmemcached-1.0.18-1.x86_64 (SOGo)
    Not found
Fehler: Package: php-pecl-memcached-1.0.0-1.el6.x86_64 (@epel)
    Requires: libmemcached.so.2()(64bit)
    Entfernen: libmemcached-0.31-1.1.el6.x86_64 (@base)
    libmemcached.so.2()(64bit)
    Updated By: libmemcached-1.0.18-1.x86_64 (SOGo)
    Not found
 Sie können versuchen --skip-broken zu benutzen, um das Problem zu umgehen.
 You could try running: rpm -Va --nofiles --nodigest

 


OR:

 

[root@sogo sogo]# yum update libmemcached*
Geladene Plugins: fastestmirror, priorities
Einrichten des Aktualisierungsprozess
Loading mirror speeds from cached hostfile
 * base: mirror.netcologne.de
 * epel: mirror.euserv.net
 * extras: ftp-stud.fht-esslingen.de
 * rpmforge: mirror1.hs-esslingen.de
 * rpmforge-extras: mirror1.hs-esslingen.de
 * updates: mirror.23media.de
794 packages excluded due to repository priority protections
Löse Abhängigkeiten auf
--> Führe Transaktionsprüfung aus
---> Package libmemcached.x86_64 0:0.31-1.1.el6 will be aktualisiert
--> Verarbeite Abhängigkeiten: libmemcached.so.2()(64bit) für Paket: php-pecl-memcached-1.0.0-1.el6.x86_64
--> Verarbeite Abhängigkeiten: libmemcached.so.2(libmemcached_2)(64bit) für Paket: php-pecl-memcached-1.0.0-1.el6.x86_64
---> Package libmemcached.x86_64 0:1.0.18-1 will be an update
--> Abhängigkeitsauflösung beendet
Fehler: Package: php-pecl-memcached-1.0.0-1.el6.x86_64 (@epel)
    Requires: libmemcached.so.2(libmemcached_2)(64bit)
    Entfernen: libmemcached-0.31-1.1.el6.x86_64 (@base)
    libmemcached.so.2(libmemcached_2)(64bit)
    Updated By: libmemcached-1.0.18-1.x86_64 (SOGo)
    Not found
Fehler: Package: php-pecl-memcached-1.0.0-1.el6.x86_64 (@epel)
    Requires: libmemcached.so.2()(64bit)
    Entfernen: libmemcached-0.31-1.1.el6.x86_64 (@base)
    libmemcached.so.2()(64bit)
    Updated By: libmemcached-1.0.18-1.x86_64 (SOGo)
    Not found
 Sie können versuchen --skip-broken zu benutzen, um das Problem zu umgehen.
 You could try running: rpm -Va --nofiles --nodigest

 

 

 

 


Gesendet: Dienstag, 02. Juni 2015 um 14:59 Uhr
Von: "Ludovic Marcotte" 
An: users@sogo.nu
Betreff: Re: Aw: [SOGo] ANN: SOGo v2.3.0



On 02/06/2015 08:26, "Daniel Müller" wrote:

/usr/sbin/sogod: error while loading shared libraries: libmemcached.so.11: cannot open shared object file: No such file or directory

Make sure you pull the libmemcached 1.0.18 packages from our repo.
-- 
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence (http://packetfence.org)








Re: [SOGo] ANN: SOGo v2.3.0

2015-06-02 Thread Ludovic Marcotte

On 02/06/2015 07:08, Daniel Berteaud wrote:
This will ensure /var/run/sogo is re-created after each boot by the 
systemd-tmpfiles-setup service


This has been added, thanks for the suggestion.

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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


Re: Aw: [SOGo] ANN: SOGo v2.3.0

2015-06-02 Thread Ludovic Marcotte

On 02/06/2015 08:26, "Daniel Müller" wrote:
/usr/sbin/sogod: error while loading shared libraries: 
libmemcached.so.11: cannot open shared object file: No such file or 
directory


Make sure you pull the libmemcached 1.0.18 packages from our repo.

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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

Aw: [SOGo] ANN: SOGo v2.3.0

2015-06-02 Thread Daniel Müller

After updating to sogo 2.3. on Centos 6 sogod will no longer start:

[root@sogo ~]# service sogod start
Starting SOGo:
/usr/sbin/sogod: error while loading shared libraries: libmemcached.so.11: cannot open shared object file: No such file or directory
  sogo [FEHLGESCHLAGEN]

 

 

This was my update with yum without an ywarnings,errors:


 

[root@sogo ~]# yum update sogo
Geladene Plugins: fastestmirror, priorities
Einrichten des Aktualisierungsprozess
Loading mirror speeds from cached hostfile
 * base: mirror.softaculous.com
 * epel: mirror.euserv.net
 * extras: ftp-stud.fht-esslingen.de
 * rpmforge: mirror1.hs-esslingen.de
 * rpmforge-extras: mirror1.hs-esslingen.de
 * updates: mirror.23media.de
794 packages excluded due to repository priority protections
Löse Abhängigkeiten auf
--> Führe Transaktionsprüfung aus
---> Package sogo.x86_64 0:2.2.17a-1.centos6 will be aktualisiert
--> Verarbeite Abhängigkeiten: sogo = 2.2.17a für Paket: sogo-tool-2.2.17a-1.centos6.x86_64
--> Verarbeite Abhängigkeiten: sogo = 2.2.17a für Paket: sogo-activesync-2.2.17a-1.centos6.x86_64
---> Package sogo.x86_64 0:2.3.0-1.centos6 will be an update
--> Verarbeite Abhängigkeiten: sope49-cards >= 2.3.0 für Paket: sogo-2.3.0-1.centos6.x86_64
--> Verarbeite Abhängigkeiten: sope49-gdl1-contentstore >= 2.3.0 für Paket: sogo-2.3.0-1.centos6.x86_64
--> Führe Transaktionsprüfung aus
---> Package sogo-activesync.x86_64 0:2.2.17a-1.centos6 will be aktualisiert
---> Package sogo-activesync.x86_64 0:2.3.0-1.centos6 will be an update
---> Package sogo-tool.x86_64 0:2.2.17a-1.centos6 will be aktualisiert
---> Package sogo-tool.x86_64 0:2.3.0-1.centos6 will be an update
---> Package sope49-cards.x86_64 0:2.2.17a-1.centos6 will be aktualisiert
---> Package sope49-cards.x86_64 0:2.3.0-1.centos6 will be an update
---> Package sope49-gdl1-contentstore.x86_64 0:2.2.17a-1.centos6 will be aktualisiert
---> Package sope49-gdl1-contentstore.x86_64 0:2.3.0-1.centos6 will be an update
--> Abhängigkeitsauflösung beendet

Abhängigkeiten aufgelöst


 Paket Arch    Version  Repository
  Grösse

Aktualisieren:
 sogo  x86_64  2.3.0-1.centos6  SOGo  3.2 M
Aktualisiert für Abhängigkeiten:
 sogo-activesync   x86_64  2.3.0-1.centos6  SOGo   92 k
 sogo-tool x86_64  2.3.0-1.centos6  SOGo   40 k
 sope49-cards  x86_64  2.3.0-1.centos6  SOGo  169 k
 sope49-gdl1-contentstore  x86_64  2.3.0-1.centos6  SOGo   56 k

Vorgangsübersicht

Upgrade   5 Package(s)

Gesamte Downloadgrösse: 3.5 M
Ist dies in Ordnung? [j/N] :j
Lade Pakete herunter:
(1/5): sogo-2.3.0-1.centos6.x86_64.rpm   | 3.2 MB 00:06
(2/5): sogo-activesync-2.3.0-1.centos6.x86_64.rpm    |  92 kB 00:00
(3/5): sogo-tool-2.3.0-1.centos6.x86_64.rpm  |  40 kB 00:00
(4/5): sope49-cards-2.3.0-1.centos6.x86_64.rpm   | 169 kB 00:00
(5/5): sope49-gdl1-contentstore-2.3.0-1.centos6.x86_64.r |  56 kB 00:00

Gesamt  451 kB/s | 3.5 MB 00:08
Führe rpm_check_debug durch
Führe Verarbeitungstest durch
Verarbeitungstest erfolgreich
Führe Verarbeitung durch
  Aktualisieren: sope49-cards-2.3.0-1.centos6.x86_64   1/10
  Aktualisieren: sope49-gdl1-contentstore-2.3.0-1.centos6.x86_64   2/10
  Aktualisieren: sogo-2.3.0-1.centos6.x86_64   3/10
  Aktualisieren: sogo-activesync-2.3.0-1.centos6.x86_64    4/10
  Aktualisieren: sogo-tool-2.3.0-1.centos6.x86_64  5/10
  Aufräumen    : sogo-tool-2.2.17a-1.centos6.x86_64    6/10
  Aufräumen    : sogo-activesync-2.2.17a-1.centos6.x86_64  7/10
  Aufräumen    : sogo-2.2.17a-1.centos6.x86_64 8/10
  Aufräumen    : sope49-cards-2.2.17a-1.centos6.x86_64 9/10
  Aufräumen    : sope49-gdl1-contentstore-2.2.17a-1.centos6.x86_64    10/10
  Verifying    : sogo-2.3.0-1.centos6.x86_64   1/10
  Verifying    : sope49-gdl1-contentstore-2.3.0-1.centos6.x86_64   2/10
  Verifying    : sogo-activesync-2.3.0-1.centos6.x86_64    3/10
  Verifying    : sogo-tool-2.3.0-1.centos6.x86_64  4/10
  Verifying    : sope49-cards-2.3.0-1.centos6.x86_64   5/10
  Verifying    : sope49-gdl1-contentstore-2.2.17a-1.centos6.x86_64 6/10
  Verify

Re: [SOGo] Providing Updates for Sieve plugin via updates.php

2015-06-02 Thread Adi Kriegisch
Hi!

> i try to update sieve plugin in thunderbird via updates.php file.
(...)
> updating connector, lightning and integrator works just fine.
> 
> any hints to that?
Do you get any requests for the sieve plugin to updates.php in your server
log? If so, how does the request look like?

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


Re: [SOGo] ANN: SOGo v2.3.0

2015-06-02 Thread Ludovic Marcotte

On 02/06/2015 03:27, Luca Olivetti wrote:

Minor typo: it's 2.1.17

That has just been fixed, thanks!

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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


Re: [SOGo] ANN: SOGo v2.3.0

2015-06-02 Thread Zhang Huangbin

> On Jun 2, 2015, at 7:01 PM, Ludovic Marcotte  wrote:
> 
> Strange, both were created here and they belong to the sogo package.

Did you try it on a fresh/new CentOS 7?

> Make sure you have version 5.5.37 of the MariaDB libs installed. There's a 
> bug yet to be fixed with later versions.

What do you mean '5.5.37 of the MariaDB libs'?
I have below packages installed on CentOS 7, all were installed from
official CentOS repo:

mariadb-libs-5.5.41-2.el7_0.x86_64
mariadb-5.5.41-2.el7_0.x86_64
mariadb-server-5.5.41-2.el7_0.x86_64

Anything wrong?


Zhang Huangbin, founder of iRedMail project: http://www.iredmail.org/

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

[SOGo] Providing Updates for Sieve plugin via updates.php

2015-06-02 Thread J. Echter

Hi,

i try to update sieve plugin in thunderbird via updates.php file.

It seems that it doesn't work. :)

What i did:

i added these line to updates.php (i copied lightning lines too that you 
see i added the comma):


 "{e2fda1a4-762b-4020-b5ad-a41df1933103}"
=> array( "application" => "thunderbird",
   "version" => "3.3.3",
   "filename" => "lightning.xpi" ),
"si...@mozdev.org"
 => array( "application" => "thunderbird",
   "version" => "0.2.3f",
   "filename" => "sieve-0.2.3f.xpi" )

"si...@mozdev.org" this i have from thunderbird roaming dir -> profile 
-> extensions -> si...@mozdev.org.xpi


rights for the file:

-rw-r--r-- 1 root root  596561  2. Jun 13:21 sieve-0.2.3f.xpi
-rw-r--r-- 1 root root  262678  6. Feb 19:48 sogo-connector-31.0.1.xpi

i pasted the sogo-connector line that you see we have the same rights on 
those files.


updating connector, lightning and integrator works just fine.

any hints to that?

thanks

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


Re: [SOGo] ANN: SOGo v2.3.0

2015-06-02 Thread Steve Ankeny
You indicated MariaDB didn't work in the later versions without 5.5.37 
MariaDB libs, so I'm wondering if MariaDB 10.x works properly without 
that lib or a reasonable alternative?


On 06/02/2015 07:33 AM, Ludovic Marcotte wrote:

On 02/06/2015 07:26, Steve Ankeny wrote:
Does it work without the libs file on 10.0.19-MariaDB? 


What do you mean? I don't understand your question.



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


Re: [SOGo] ANN: SOGo v2.3.0

2015-06-02 Thread Ludovic Marcotte

On 02/06/2015 07:26, Steve Ankeny wrote:
Does it work without the libs file on 10.0.19-MariaDB? 


What do you mean? I don't understand your question.

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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


Re: [SOGo] ANN: SOGo v2.3.0

2015-06-02 Thread Steve Ankeny

Does it work without the libs file on 10.0.19-MariaDB?

On 06/02/2015 07:01 AM, Ludovic Marcotte wrote:
Make sure you have version 5.5.37 of the MariaDB libs installed. 
There's a bug yet to be fixed with later versions.


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


Re: [SOGo] ANN: SOGo v2.3.0

2015-06-02 Thread Daniel Berteaud


Le 02/06/2015 13:01, Ludovic Marcotte a écrit :
> On 01/06/2015 22:56, Zhang Huangbin wrote:
>> issue #3224) Packaging issues on CentOS 7, both will cause service cannot 
>> start: http://www.sogo.nu/bugs/view.php?id=3224
>>
>> *) Systemd script doesn't create /var/run/sogo/ directory everything
>> *) sogo RPM package doesn't create /var/log/sogo/
> Strange, both were created here and they belong to the sogo package.

Don't know for /var/log, but /var/run on EL7 is a tmpfs, so if you need
a directory here, it mustn't be provided by the rpm. Instead, the rpm
should provide a /etc/tmpfiles.d/sogo.conf snippet which will contains
something like:

d /var/run/sogo 0755 sogo  sogo

This will ensure /var/run/sogo is re-created after each boot by the
systemd-tmpfiles-setup service

Cheers,
Daniel

-- 

Logo FWS

*Daniel Berteaud*

FIREWALL-SERVICES SARL.
Société de Services en Logiciels Libres
Tel : 05 56 64 15 32
Visio : http://vroom.im/dani
/www.firewall-services.com/

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

Re: [SOGo] ANN: SOGo v2.3.0

2015-06-02 Thread Ludovic Marcotte

On 01/06/2015 22:56, Zhang Huangbin wrote:

issue #3224) Packaging issues on CentOS 7, both will cause service cannot 
start:http://www.sogo.nu/bugs/view.php?id=3224

*) Systemd script doesn't create/var/run/sogo/  directory everything
*) sogo RPM package doesn't create/var/log/sogo/

Strange, both were created here and they belong to the sogo package.


issue #3225) Cannot login to sogo after fixed above two issues manually.
This looks like a programming bug.
http://www.sogo.nu/bugs/view.php?id=3225
In that ticket you mentioned it works with PostgreSQL but not MySQL. 
Make sure you have version 5.5.37 of the MariaDB libs installed. There's 
a bug yet to be fixed with later versions.


--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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

Re: [SOGo] SOGo v2.3 missing calendar and tasks after upgrade on Ubuntu

2015-06-02 Thread Luca Olivetti
El 02/06/15 a les 10:28, Ruud van Lent ha escrit:
> Hi,
> running Sogo for several years now on my Ubuntu server.
> Just upgraded after being prompted that a new version of sogo (2.3.0)
> was available.
> Upgraded and just found that everything is working except that all my
> calendar and task entries are not showing??
> Am I missing something?
> thanks for your help / tips.
> regards,
> Ruud.

I don't know if it could be the cause of your problem, but did you run
the database update script?

/usr/share/doc/sogo/sql-update-2.1.17_to_2.3.0.sh

or, if you're using mysql

/usr/share/doc/sogo/sql-update-2.1.17_to_2.3.0-mysql.sh


Bye
-- 
Luca Olivetti
Wetron Automation Technology http://www.wetron.es
Tel. +34 935883004  Fax +34 935883007
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ANN: SOGo v2.3.0

2015-06-02 Thread Götz Reinicke - IT Koordinator
Hi, what a big update ! Thanks for it.

If I do a rpm upgrade, do I have to run the sql-update-2.2.17_to_2.3.0-
mysql.sh manually too?

Or is that done as a pre-exec script?

Thansk and regards . Götz
Am 01.06.15 um 20:51 schrieb Ludovic Marcotte:
> The Inverse Team is pleased to announce the immediate availability of
> SOGo 2.3.0. This is a major release of SOGo which focuses on improved
> stability over previous versions.
<...>

-- 
Götz Reinicke
IT-Koordinator

Tel. +49 7141 969 82 420
E-Mail goetz.reini...@filmakademie.de

Filmakademie Baden-Württemberg GmbH
Akademiehof 10
71638 Ludwigsburg
www.filmakademie.de

Eintragung Amtsgericht Stuttgart HRB 205016

Vorsitzender des Aufsichtsrats: Jürgen Walter MdL
Staatssekretär im Ministerium für Wissenschaft,
Forschung und Kunst Baden-Württemberg

Geschäftsführer: Prof. Thomas Schadt



smime.p7s
Description: S/MIME Cryptographic Signature


[SOGo] SOGo v2.3 missing calendar and tasks after upgrade on Ubuntu

2015-06-02 Thread Ruud van Lent

Hi,
running Sogo for several years now on my Ubuntu server.
Just upgraded after being prompted that a new version of sogo (2.3.0) was 
available.
Upgraded and just found that everything is working except that all my calendar 
and task entries are not showing??
Am I missing something?
thanks for your help / tips.
regards,
Ruud.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Contact Uploading on SoGo

2015-06-02 Thread Kevin Laurie
Hi.
okay sorry. got it to work.
Its working fine with SoGo now on Roundcube

On Mon, Jun 1, 2015 at 11:34 PM, Kevin Laurie
 wrote:
> Dear Christian,
> Thanks for helping me earlier here.
> I am using Roundcube 1.0.4 .
> Would I need additional plugins for roundcube to see contacts of SoGo?
> Or would it integrate?
> If I do need one, I am going to be using the plugin listed below:-
>
> https://github.com/christian-putzke/Roundcube-CardDAV
>
> But I am not sure how to run this command:-
> * Execute SQL statements from /plugins/carddav/SQL/yourDatabase.sql
>
> Not much experience in sql so appreicate if you could help by telling
> me how to execute this? Appreciate it.
>
> Thanks
> Kevin
>
>
> On Mon, Jun 1, 2015 at 5:20 PM, Christian Mack
>  wrote:
>> Hello
>>
>> Am 2015-06-01 um 03:57 schrieb Kevin Laurie:
>>> Hello,
>>> Is there any tutorial on how to upload contacts onto SoGo.
>>> I am quite new to CardDAV and would appreciate if someone could
>>> provide help or tutorial on how do I upload customers onto SoGo.
>>> I have them in vard format.  Request for help.
>>>
>>
>> There is no official SOGo User Manual from Inverse.
>> But there are several out there.
>>
>> Import of address cards:
>> Open your SOGo in your browser.
>> Login to SOGo.
>> Click on "Adress Book" in the main bar.
>> Right click on the address book you want to import your address cards
>> (e.g. "Personal Adddress book").
>> Choose "Import Cards".
>> Select the file with your address cards.
>> Press "Upload".
>> Wait till SOGo has done its work.
>>
>>
>> Kind regards,
>> Christian Mack
>>
>> --
>> Christian Mack
>> Universität Konstanz
>> Kommunikations-, Informations-, Medienzentrum (KIM)
>> Abteilung Basisdienste
>> 78457 Konstanz
>> +49 7531 88-4416
>>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ANN: SOGo v2.3.0

2015-06-02 Thread Luca Olivetti
El 01/06/15 a les 20:51, Ludovic Marcotte ha escrit:

> 
>   Upgrading to v2.3.0
> 
> Run the shell
> script sql-update-2.2.17_to_2.3.0.sh or sql-update-2.2.17_to_2.3.0-mysql.sh 
> (if
> you use MySQL).

Minor typo: it's 2.1.17

luca@ubusogo:~$ dpkg -L sogo | grep sql-update
/usr/share/doc/sogo/sql-update-1.3.16_to_1.3.17-mysql.sh
/usr/share/doc/sogo/sql-update-1.3.16_to_1.3.17.sh
/usr/share/doc/sogo/sql-update-20080303.sh
/usr/share/doc/sogo/sql-update-20070822.sh
/usr/share/doc/sogo/sql-update-1.3.3_to_1.3.4-mysql.sh
/usr/share/doc/sogo/sql-update-1.2.2_to_1.3.0-mysql.sh
/usr/share/doc/sogo/sql-update-2.1.17_to_2.3.0-mysql.sh
/usr/share/doc/sogo/sql-update-1.3.11_to_1.3.12.sh
/usr/share/doc/sogo/sql-update-1.2.2_to_1.3.0.sh
/usr/share/doc/sogo/sql-update-1.3.11_to_1.3.12-mysql.sh
/usr/share/doc/sogo/sql-update-20070724.sh
/usr/share/doc/sogo/sql-update-1.3.3_to_1.3.4.sh
/usr/share/doc/sogo/sql-update-101_to_102.sh
/usr/share/doc/sogo/sql-update-2.1.17_to_2.3.0.sh
/usr/share/doc/sogo/sql-update-2.0.4b_to_2.0.5-mysql.sh

Bye
-- 
Luca Olivetti
Wetron Automation Technology http://www.wetron.es
Tel. +34 935883004  Fax +34 935883007
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ANN: SOGo v2.3.0

2015-06-02 Thread Zhang Huangbin

> On Jun 2, 2015, at 2:51 AM, Ludovic Marcotte  wrote:
> 
> • RHEL / CentOS 7 support

Reported 2 issues on CentOS 7:

issue #3224) Packaging issues on CentOS 7, both will cause service cannot 
start: http://www.sogo.nu/bugs/view.php?id=3224

*) Systemd script doesn't create /var/run/sogo/ directory everything
*) sogo RPM package doesn't create /var/log/sogo/

issue #3225) Cannot login to sogo after fixed above two issues manually.
This looks like a programming bug.
http://www.sogo.nu/bugs/view.php?id=3225

Detailed debug log attached to bug report.


Zhang Huangbin, founder of iRedMail project: http://www.iredmail.org/

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

Re: [SOGo] Problem deleting meeting

2015-06-02 Thread Christian Mack
Hello

Am 2015-06-01 um 22:17 schrieb Romeyn Prescott:
> I have been able to reproduce this, and am looking for validation before 
> submitting a bug report:
> 
> Version 2.2.17a
> 
> User 1, Calendar 1
> User 2, Calendar 2
> 
> User 1 has full privileges to Calendar 2.  User 1 creates a new event on 
> Calendar 2 (while logged in as User 1) and then invites herself (User 1) to 
> the event.
> 
> User 1 then accepts the invitation on Calendar 1.  Circumstances change and 
> the event needs to be cancelled.  User 1 selects the event on Calendar 2 and 
> deletes it.  The event disappears from Calendar 2, and initially from 
> Calendar 1, but reappears on Calendar 1 on the next browser reload and has to 
> manually deleted from Calendar 2.
> 
> I hope that makes sense…
> 

Could you recheck with SOGo 2.3.0?
If it is in there too, please open a bug report.


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature