Re: [SOGo] Contacts and Calendar broken after upgrade to 4.3.2

2020-05-07 Thread Cristian Mammoli

Thanks, indeed i didn't. I only run yum update sogo and called it a day...
Now it works

Il 07/05/2020 11:21, Ludovic Marcotte (lmarco...@inverse.ca) ha scritto:

On 2020-05-07 3:48 a.m., Cristian Mammoli (c.mamm...@apra.it) wrote:

Hi, after upgrading to 4.3.2 Contacts an Calendar don't work anymore, 
in the logs I have tons of:


NAME:NSInvalidArgumentException REASON:EOKeyValueQualifier(instance) 
does not recognize setValue: INFO:(null) 

That's because you haven't also upgraded SOPE.




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


[SOGo] Contacts and Calendar broken after upgrade to 4.3.2

2020-05-07 Thread Cristian Mammoli
Hi, after upgrading to 4.3.2 Contacts an Calendar don't work anymore, in 
the logs I have tons of:


NAME:NSInvalidArgumentException REASON:EOKeyValueQualifier(instance) 
does not recognize setValue: INFO:(null)


With debug on:

sogod[19927:19927] PG0x0x55f3a5a32910 SQL: SELECT * FROM 
sogo_cache_folder_s_D_cappella WHERE c_path = 
'/androidc831559781+folder920fb4079b0513594d0b6ec5e377'
2020-05-07 09:46:50.986 sogod[19927:19927] PG0x0x55f3a5a32910 SQL: 
SELECT * FROM sogo_cache_folder_s_D_cappella WHERE c_path = 
'/androidc831559781+folder3cb64924c8891559063d6ec5e377'
2020-05-07 09:46:51.102 sogod[19927:19927] PG0x0x55f3a5a32910 SQL: 
SELECT * FROM sogo_cache_folder_s_D_cappella WHERE c_path = 
'/androidc831559781+vevent/personal'
2020-05-07 09:46:51.105 sogod[19927:19927] PG0x0x55f3a5a32910 SQL: 
SELECT c_path4 FROM sogo_folder_info WHERE c_path2 = 's.cappella' AND 
c_folder_type = 'Appointment'
2020-05-07 09:46:51.109 sogod[19927:19927] EXCEPTION: 0x55f3a5efef00> NAME:NSInvalidArgumentException 
REASON:EOKeyValueQualifier(instance) does not recognize setValue: 
INFO:(null)
May 07 09:46:51 sogod [19927]: |SOGo| request took 0.767791 seconds to 
execute



Cant't reproduce ATM cause I did an emergency downgrade to 4.2.0 (last 
known working version)

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


Re: [SOGo] EAS huge memory consumption

2016-06-10 Thread Cristian Mammoli



and sogo.conf:

  /* ActiveSync */
  SOGoMaximumSyncResponseSize = 1024;
  SOGoMaximumPingInterval = 10;
  SOGoMaximumSyncInterval = 30;
  SOGoInternalSyncInterval = 60;
These settings are broken. Reread: 
https://sogo.nu/files/docs/SOGoInstallationGuide.html#_microsoft_enterprise_activesync_tuning


Not all our phones are using push, anyway I changed them this way:
  /* ActiveSync */
  SOGoMaximumSyncResponseSize = 1024;
  //SOGoMaximumPingInterval = 10;
  //SOGoMaximumSyncInterval = 30;
  //SOGoInternalSyncInterval = 60;
  SOGoMaximumPingInterval = 3540;
  SOGoMaximumSyncInterval = 3540;
  SOGoInternalSyncInterval = 60;
  WOWorkersCount = 100;

and

ProxyPass /Microsoft-Server-ActiveSync \
 http://srvsogo02.apra.it:2/SOGo/Microsoft-Server-ActiveSync \
 retry=60 connectiontimeout=5 timeout=3600

 in Apache


Is this expected behaviour? How many resources am I supposed to use 
to handle 90 phones? 
If you have 90 phones, you should have at least 90 sogod processes 
since an EAS connection using push will consume one process. You can 
even dedicate a sogod instance for EAS 
(https://sogo.nu/nc/support/faq/article/dedicated-separate-sogo-instance-for-activesync.html)


I'm already using a *dedicated server* for EAS


EAS sogod processes will generally consume 16 to 50 MB of RSS. 


How comes then that 12 GB are not enough for 90 phones
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] EAS huge memory consumption

2016-06-09 Thread Cristian Mammoli
Hi, we have around 90 EAS clients (Android Phones) and a SOGo server 
dedicated to EAS only.


Most of the phones are not configured in Push (sync interval=15 min) but 
I cannot exclude that some user manually configured it in push


Apache is configured this way:

ProxyPass /Microsoft-Server-ActiveSync \
 http://srvsogo02.apra.it:2/SOGo/Microsoft-Server-ActiveSync \
 retry=60 connectiontimeout=5 timeout=360

and sogo.conf:

  /* ActiveSync */
  SOGoMaximumSyncResponseSize = 1024;
  SOGoMaximumPingInterval = 10;
  SOGoMaximumSyncInterval = 30;
  SOGoInternalSyncInterval = 60;
  WOWorkersCount = 40;
  SxVMemLimit = 384;

From the tests I did I cannot set WOWorkersCount lower than 40 or I 
start getting lots of:


No child available to handle incoming request!

I cannot set lower than 384 either: I already have lots of:

terminating app, vMem size limit (384 MB) has been reached 
(currently 397 MB)


[root@srvsogo02 ~]# grep -i "vMem size limit" /var/log/sogo/sogo.log  |wc -l
42621

The server has 4 cpus and 12 GB of RAM and after only 6-8 hours all the 
RAM is occupied and the server start swapping until the oom killer 
terminates all sogod processes.
I have another server with 4 GB of RAM that is handling 200 heavy 
Thunderbird clients just fine.


Is this expected behaviour? How many resources am I supposed to use to 
handle 90 phones?


Thanks

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


Re: [SOGo] Shared Calendars via Active Sync

2016-05-30 Thread Cristian Mammoli

I filed a bug for this like 1 year ago...


http://sogo.nu/bugs/view.php?id=3180


Il 20/05/2016 09:16, Communication (communicat...@open-dsi.fr) ha scritto:

Hi

You have to grant full permission to the user you shared the calendar 
in order to have it via ActiveSync

http://permalink.gmane.org/gmane.comp.groupware.sogo.user/22341

Works for me on SOGo 3.0.2 / Debian 8 / Outlook 2013

Regards

Philippe

Le 20/05/2016 08:40, Thomas (aon) Fuehrer (t...@aon.at) a écrit :

Hi Keith,
have you enabled the synchronization via EAS in the calendar folder 
properties?

Regards,
Thomas

On Thursday, May 19, 2016 20:29 CEST, "Keith Williams" 
(ke...@blue-hat.co.za)  wrote:



 Hi everyone,


 I am testing SOGo v3.1 and created a user with a test calendar.
 Shared that calendar to another user and subscribed the user to 
the

 shared calendar.


 On the second user's SOGo web interface the shared calendar 
displays

 and works fine. Setting up the calendar in Thunderbird with DAV
 works 100%. When setting up Active Sync (Outlook 2016 and 
iPhone 5)

 the shared calendar is not displayed as it did when the same was
 done with SOGo v2.3.x


 I have a stock standard setup from packages installed via yum on
 CentOS 7.


 Nothing concerning the calendar are displayed in the logs. Any 
hints

 where I might start looking, perhaps a setting that needs to be
 enabled in sogo.conf?


 Thanks for any assistance,


 Regards









--
Mammoli Cristian
System administrator
T. +39 0731 22911
Via Brodolini 6 | 60035 Jesi (an)

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


Re: [SOGo] ANN: SOGo v2.3.7

2016-01-26 Thread Cristian Mammoli

About the junkmail folder I think you forgot to include the following icon:

/usr/lib64/GNUstep/SOGo/WebServerResources/tb-mail-junk-flat-17x17.png

At least in the centos6 64 bit packages.

I get 404 for:
192.168.1.78 - - [26/Jan/2016:11:52:03 +0100] "GET 
/SOGo.woa/WebServerResources/tb-mail-junk-flat-17x17.png HTTP/1.1" 404 319


Also the junkmail folder is shown as "JunkFolderName" in the web interface
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ActiveSync does not synchronize additional addressbook

2015-04-24 Thread Cristian Mammoli

No. I filed a bug report here with additional details:

http://www.sogo.nu/bugs/view.php?id=3180

Il 23/04/2015 11:44, Michel Renard ha scritto:

Hi

On my iPhone, I have a tab Groups

In the same tab, they include all my contacts lists I have this to say:

iCloud
Gmail
Sogo My Account (Exchange)

Does that answer your question?

Many greetings

Michel


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


[SOGo] ActiveSync does not synchronize additional addressbook

2015-04-22 Thread Cristian Mammoli
Hi, we are testing EAS functionality in SOGo on some Android phones. 
Every user in our setup has a personal addressbook and a shared 
addressbook with common addresses. The shared addressbook owner is the 
admin user. With my phone everything is fine, both addressbooks are 
merged and I see all contacts.
On some phones (same model of mine) only the personal addressbook is 
synchronized, even if the user subscribed the other one via SOGo web 
interface.

SOGo version is 2.2.17, any help is appreciated

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


[SOGo] Re: ActiveSync does not synchronize additional addressbook

2015-04-22 Thread Cristian Mammoli
The culprit is that the additional addressbooks gets synchronized 
through activesync only if the user have full rights on it. The 
misbehaving users had only read permission on the addressbook while 
mine had all four permissions. Is this a known limitation or a bug?


Cristian

Il 22/04/2015 14:27, Cristian Mammoli ha scritto:
Hi, we are testing EAS functionality in SOGo on some Android phones. 
Every user in our setup has a personal addressbook and a shared 
addressbook with common addresses. The shared addressbook owner is the 
admin user. With my phone everything is fine, both addressbooks are 
merged and I see all contacts.
On some phones (same model of mine) only the personal addressbook is 
synchronized, even if the user subscribed the other one via SOGo web 
interface.

SOGo version is 2.2.17, any help is appreciated

Cristian

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


Re: [SOGo] SOGo extensions for Thunderbird 10!

2012-02-08 Thread Cristian Mammoli - Apra Sistemi

On 08/02/2012 01:51, Ludovic Marcotte wrote:


- Does it require some specia Sogo server version ?

No.



Is SOGo 1.3.8 ok? Do I need 1.3.11?

--
Cristian Mammoli
APRA SISTEMI srl
Via Brodolini,6 Jesi (AN)
tel dir. +390731719822

Web   www.apra.it
e-mail  c.mamm...@apra.it
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGo extensions for Thunderbird 10!

2012-02-08 Thread Cristian Mammoli - Apra Sistemi

On 08/02/2012 02:56, Ludovic Marcotte wrote:

On 07/02/12 20:35, Stephen Ingram wrote:

So I go into the extensions folder in the profile and instead of
finding two folders with all of the files in them, I just see two xpi
files. For some reason the extensions are not installing properly. Is
there some trick to getting these to load properly? I'm not sure if I
can just manually create those folders and manually unzip the xpi
files to the folders or not, but I did and it still doesn't work.

Sorry, we fixed those bugs before the email was sent but forgot to
regenerate the extensions available from:

http://inverse.ca/downloads/extensions/nightly/

Try with the 10.0pre1 versions of SOGo Connector and Integrator.



This still happens to me, maybe I am doing something wrong:
I tried with

http://inverse.ca/downloads/extensions/nightly/sogo-connector-10.0pre1.xpi

and

http://inverse.ca/downloads/extensions/nightly/sogo-integrator-10.0pre1.xpi

Both with Linux and Windows, clean profile.

I have:

 Directory of C:\Documents and Settings\Cristian\Application 
Data\Thunderbird\Profiles\b8hagyio.pippo\extensions


08/02/2012  11.53DIR  .
08/02/2012  11.53DIR  ..
08/02/2012  11.53   222.348 sogo-connec...@inverse.ca.xpi
08/02/2012  11.46   146.597 sogo-integra...@inverse.ca.xpi
08/02/2012  11.44DIR  {e2fda1a4-762b-4020-b5ad-a41df1933103}


--
Cristian Mammoli
APRA SISTEMI srl
Via Brodolini,6 Jesi (AN)
tel dir. +390731719822

Web   www.apra.it
e-mail  c.mamm...@apra.it
--
users@sogo.nu
https://inverse.ca/sogo/lists