Re: [SOGo] What is better for battery on mobile devices?

2016-05-23 Thread Adrian Figueroa

Hello,

ActiveSync works great for battery life in my experience. Especially, if 
the connection to the device is kept open for a long time without 
reconnection (24 hours for example).


Adrian

Am 23.05.2016 um 10:27 schrieb Christian Rößner 
(c...@roessner-network-solutions.com):

Hi,

I currently run SOGo-3.1.0 with Apple devices (Macs, iPhones and iPads). I also 
use Dovecot for IMAP. Currently I use directly CalDAV/CardDAV and IMAP with a 
poll interval of 30 minutes. I have seen that I also could use ActiveSync. But 
as I understood, this keeps a connection open (until a timeout of 6 minutes I 
guess).

What is the preferred solution for iOS devices? Does ActiveSync have a negative 
impact for the battery?

Thanks

Christian
—
Christian Rößner B.Sc.
Erlenwiese 14, 36304 Alsfeld
T: +49 6631 78823400, F: +49 6631 78823409, M: +49 171 9905345
USt-IdNr.: DE225643613, http://www.roessner-network-solutions.com






smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Migration script problem

2016-05-14 Thread Adrian Figueroa

That sounds great! I am on Debian 8.

Thanks in advance,
Adrian

Am 13.05.2016 um 17:18 schrieb Ludovic Marcotte (lmarco...@inverse.ca):

On 2016-05-08 12:14, Adrian Figueroa (adr...@figueroa.cc) wrote:


Checking the SOGo log file with mysql logs enabled, it shows me this, 
when I try to add a contact:


May 08 18:10:45 sogod [4786]: <0x0x7fb6ec90e660[GCSFolderManager]> 
ERROR(-[GCSFolderManager folderForRecord:]): missing folder location 
in record: {"c_acl_location" = ""; "c_folder_id" = 4; 
"c_folder_type" = Contact; "c_location" = ""; "c_path" = 
"/Users/adr...@figueroa.cc/Contacts/personal"; "c_quick_location" = 
""; }


I am running the latest nightly again.


I think I've just found and fixed that issue.

Which distro are you using? I can generate an updated nightly build 
for you to test.


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




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Migration script problem

2016-05-14 Thread Adrian Figueroa

It works great! All data is back without issues. Thanks for your efforts.

Adrian

Am 13.05.2016 um 17:18 schrieb Ludovic Marcotte (lmarco...@inverse.ca):

On 2016-05-08 12:14, Adrian Figueroa (adr...@figueroa.cc) wrote:


Checking the SOGo log file with mysql logs enabled, it shows me this, 
when I try to add a contact:


May 08 18:10:45 sogod [4786]: <0x0x7fb6ec90e660[GCSFolderManager]> 
ERROR(-[GCSFolderManager folderForRecord:]): missing folder location 
in record: {"c_acl_location" = ""; "c_folder_id" = 4; 
"c_folder_type" = Contact; "c_location" = ""; "c_path" = 
"/Users/adr...@figueroa.cc/Contacts/personal"; "c_quick_location" = 
""; }


I am running the latest nightly again.


I think I've just found and fixed that issue.

Which distro are you using? I can generate an updated nightly build 
for you to test.


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




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Migration script problem

2016-05-10 Thread Adrian Figueroa
Is there a way to manually revert the table structure to the old one? I 
have unfortunately done this to data I actually need.. I know, I should 
not have.


Kind regards,
Adrian

Am 09.05.2016 um 15:09 schrieb Adrian Figueroa (adr...@figueroa.cc):


Also, I can now not even access the calendar page in the sogo web 
interface. It tells me "502 proxy error" in the browser


Sogo.log shows:

May 09 15:05:46 sogod [25995]: <0x0x7f0df4397eb0[GCSFolderManager]> 
folderAtPath: SELECT c_folder_id, c_path, c_location, 
c_quick_location, c_acl_location, c_folder_type FROM sogo_folder_info 
WHERE c_path1 = 'Users' AND c_path2 = 'adr...@figueroa.cc' AND c_path3 
= 'Calendar' AND c_path4 = 'personal'


May 09 15:05:46 sogod [25995]: <0x0x7f0df4397eb0[GCSFolderManager]> 
ERROR(-[GCSFolderManager folderForRecord:]): missing folder location 
in record: {"c_acl_location" = ""; "c_folder_id" = 3; 
"c_folder_type" = Appointment; "c_location" = ""; "c_path" = 
"/Users/adr...@figueroa.cc/Calendar/personal"; "c_quick_location" = 
""; }


May 09 15:05:46 sogod [25995]: <0x0x7f0df4397eb0[GCSFolderManager]> 
folderAtPath: SELECT c_folder_id, c_path, c_location, 
c_quick_location, c_acl_location, c_folder_type FROM sogo_folder_info 
WHERE c_path1 = 'Users' AND c_path2 = 'adr...@figueroa.cc' AND c_path3 
= 'Calendar' AND c_path4 = '5645-57308380-1-1E775DC0'
EXCEPTION:  
NAME:NSInvalidArgumentException REASON:[NSURL 
initWithString:relativeToURL:] bad string parameter INFO:(null)




Am 09.05.2016 um 13:23 schrieb Ludovic Marcotte (lmarco...@inverse.ca):

On 2016-05-09 07:15, Ludovic Marcotte (lmarco...@inverse.ca) wrote:
The scripts incorrectly drop the column c_location from 
sogo_folder_info.


Add it back to that table using the "VARCHAR(2048) NULL" data type.


Scratch that. If you create a NEW address book or calendar, can you 
create entries in it?


--
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


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


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

Re: [SOGo] Migration script problem

2016-05-09 Thread Adrian Figueroa
Also, I can now not even access the calendar page in the sogo web 
interface. It tells me "502 proxy error" in the browser


Sogo.log shows:

May 09 15:05:46 sogod [25995]: <0x0x7f0df4397eb0[GCSFolderManager]> 
folderAtPath: SELECT c_folder_id, c_path, c_location, c_quick_location, 
c_acl_location, c_folder_type FROM sogo_folder_info WHERE c_path1 = 
'Users' AND c_path2 = 'adr...@figueroa.cc' AND c_path3 = 'Calendar' AND 
c_path4 = 'personal'


May 09 15:05:46 sogod [25995]: <0x0x7f0df4397eb0[GCSFolderManager]> 
ERROR(-[GCSFolderManager folderForRecord:]): missing folder location in 
record: {"c_acl_location" = ""; "c_folder_id" = 3; "c_folder_type" 
= Appointment; "c_location" = ""; "c_path" = 
"/Users/adr...@figueroa.cc/Calendar/personal"; "c_quick_location" = 
""; }


May 09 15:05:46 sogod [25995]: <0x0x7f0df4397eb0[GCSFolderManager]> 
folderAtPath: SELECT c_folder_id, c_path, c_location, c_quick_location, 
c_acl_location, c_folder_type FROM sogo_folder_info WHERE c_path1 = 
'Users' AND c_path2 = 'adr...@figueroa.cc' AND c_path3 = 'Calendar' AND 
c_path4 = '5645-57308380-1-1E775DC0'
EXCEPTION:  NAME:NSInvalidArgumentException 
REASON:[NSURL initWithString:relativeToURL:] bad string parameter 
INFO:(null)




Am 09.05.2016 um 13:23 schrieb Ludovic Marcotte (lmarco...@inverse.ca):

On 2016-05-09 07:15, Ludovic Marcotte (lmarco...@inverse.ca) wrote:

The scripts incorrectly drop the column c_location from sogo_folder_info.

Add it back to that table using the "VARCHAR(2048) NULL" data type.


Scratch that. If you create a NEW address book or calendar, can you 
create entries in it?


--
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


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

Re: [SOGo] Migration script problem

2016-05-09 Thread Adrian Figueroa

No, I cannot. It shows "Proxy error" if I create a new address book or calendar 
and also if I try to add a new entry to it.

The entry is then not added.


Von: Ludovic Marcotte 
Gesendet: 09.05.2016 1:23 nachm.
An: users@sogo.nu
Betreff: Re: [SOGo] Migration script problem 

On 2016-05-09 07:15, Ludovic Marcotte (lmarco...@inverse.ca) wrote:
>
> The scripts incorrectly drop the column c_location from sogo_folder_info.
>
> Add it back to that table using the "VARCHAR(2048) NULL" data type.


Scratch that. If you create a NEW address book or calendar, can you create 
entries in it?

-- 
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

smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] Migration script problem

2016-05-09 Thread Adrian Figueroa
Here you go.. Those are links to a self-hosted pastebin variant. If you 
do not trust them, I can also paste the content here directly without 
formatting.


the mysql tables:

https://s.coda.pw/?21056c442d8a0152#wNXAkYdXlzRI+oUmf0XzxNaeZU9PYUZGjoIJsfDuBBY=

and the sogo.conf file:

https://s.coda.pw/?555f5172c8fe0033#riMq3KVu7M5DGCQl66SHL4sGLqOaaVT6MXg8sTiI99w=

Thanks in advance!
Adrian

Am 09.05.2016 um 01:44 schrieb Ludovic Marcotte (lmarco...@inverse.ca):

Hi,

Show your full sogo.conf file and show us the list of your database 
tables.


Thanks,

On 2016-05-08 12:14, Adrian Figueroa (adr...@figueroa.cc) wrote:


Checking the SOGo log file with mysql logs enabled, it shows me this, 
when I try to add a contact:


May 08 18:10:45 sogod [4786]: <0x0x7fb6ec90e660[GCSFolderManager]> 
ERROR(-[GCSFolderManager folderForRecord:]): missing folder location 
in record: {"c_acl_location" = ""; "c_folder_id" = 4; 
"c_folder_type" = Contact; "c_location" = ""; "c_path" = 
"/Users/adr...@figueroa.cc/Contacts/personal"; "c_quick_location" = 
""; }


I am running the latest nightly again.

Adrian

Am 08.05.2016 um 16:59 schrieb Adrian Figueroa (adr...@figueroa.cc):


Also, if I want to create a new contact in the SOGo web interface, 
it tells me


"Not Found"

up in the right corner and does not add the contact. Something is 
wrong in my configuration or the permissions.


Am 08.05.2016 um 15:07 schrieb Ludovic Marcotte (lmarco...@inverse.ca):

On 2016-05-08 08:56, Adrian Figueroa (adr...@figueroa.cc) wrote:
Those entries were defined already, except for the cachefolderurl. 
Adding that to sogo.conf did not help, unfortunately.

Did you try the nightly builds and then reverted to 3.0.2?

If you ran that script, which you shouldn't have in the first place 
if you don't know what it does, you MUST run the nightly build of 
SOGo v3.

--
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


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


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



--
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


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

Re: [SOGo] Migration script problem

2016-05-08 Thread Adrian Figueroa

I looked inside *GCSFolderManager.m*

It is obvious, that an error is thrown in line 444-448:
if (location == nil) ...


Now, the migration script fills in "NULL" values at certain spots, which 
cause the GCSFolderManager to fail. What can I do? Sadly, I can not 
revert to the old structure.


Kind regards,
Adrian

Am 08.05.2016 um 18:14 schrieb Adrian Figueroa (adr...@figueroa.cc):


Checking the SOGo log file with mysql logs enabled, it shows me this, 
when I try to add a contact:


May 08 18:10:45 sogod [4786]: <0x0x7fb6ec90e660[GCSFolderManager]> 
ERROR(-[GCSFolderManager folderForRecord:]): missing folder location 
in record: {"c_acl_location" = ""; "c_folder_id" = 4; 
"c_folder_type" = Contact; "c_location" = ""; "c_path" = 
"/Users/adr...@figueroa.cc/Contacts/personal"; "c_quick_location" = 
""; }


I am running the latest nightly again.

Adrian

Am 08.05.2016 um 16:59 schrieb Adrian Figueroa (adr...@figueroa.cc):


Also, if I want to create a new contact in the SOGo web interface, it 
tells me


"Not Found"

up in the right corner and does not add the contact. Something is 
wrong in my configuration or the permissions.


Am 08.05.2016 um 15:07 schrieb Ludovic Marcotte (lmarco...@inverse.ca):

On 2016-05-08 08:56, Adrian Figueroa (adr...@figueroa.cc) wrote:
Those entries were defined already, except for the cachefolderurl. 
Adding that to sogo.conf did not help, unfortunately.

Did you try the nightly builds and then reverted to 3.0.2?

If you ran that script, which you shouldn't have in the first place 
if you don't know what it does, you MUST run the nightly build of 
SOGo v3.

--
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


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


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


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

Re: [SOGo] Migration script problem

2016-05-08 Thread Adrian Figueroa
Checking the SOGo log file with mysql logs enabled, it shows me this, 
when I try to add a contact:


May 08 18:10:45 sogod [4786]: <0x0x7fb6ec90e660[GCSFolderManager]> 
ERROR(-[GCSFolderManager folderForRecord:]): missing folder location in 
record: {"c_acl_location" = ""; "c_folder_id" = 4; "c_folder_type" 
= Contact; "c_location" = ""; "c_path" = 
"/Users/adr...@figueroa.cc/Contacts/personal"; "c_quick_location" = 
""; }


I am running the latest nightly again.

Adrian

Am 08.05.2016 um 16:59 schrieb Adrian Figueroa (adr...@figueroa.cc):


Also, if I want to create a new contact in the SOGo web interface, it 
tells me


"Not Found"

up in the right corner and does not add the contact. Something is 
wrong in my configuration or the permissions.


Am 08.05.2016 um 15:07 schrieb Ludovic Marcotte (lmarco...@inverse.ca):

On 2016-05-08 08:56, Adrian Figueroa (adr...@figueroa.cc) wrote:
Those entries were defined already, except for the cachefolderurl. 
Adding that to sogo.conf did not help, unfortunately.

Did you try the nightly builds and then reverted to 3.0.2?

If you ran that script, which you shouldn't have in the first place 
if you don't know what it does, you MUST run the nightly build of 
SOGo v3.

--
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


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


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

Re: [SOGo] Migration script problem

2016-05-08 Thread Adrian Figueroa
Yes, you are right about the nightly version. I agree that I should not 
have used the script.


I upgraded back to the nightly version but I have no contacts/calendar 
entries yet. Is there something else that I could be missing?


This is the mysql table structure inside "sogo":

+-+
| Tables_in_sogo  |
+-+
| sogo_acl|
| sogo_alarms_folder  |
| sogo_cache_folder   |
| sogo_cache_folder_XX

.

| sogo_folder_info|
| sogo_quick_appointment  |
| sogo_quick_contact  |
| sogo_sessions_folder|
| sogo_store  |
| sogo_user_profile   |
+-+
20 rows in set (0.00 sec)

I can also look let mysql display all the data in sogo_store as user 
sogo (which is a lot).


My sogo.conf now contains:

OCSCacheFolderURL   = 
"mysql://sogo:x@127.0.0.1:3306/sogo/sogo_cache_folder";
OCSStoreURL = 
"mysql://sogo:x@127.0.0.1:3306/sogo/sogo_store";
OCSAclURL   = 
"mysql://sogo:x@127.0.0.1:3306/sogo/sogo_acl";
SOGoProfileURL  = 
"mysql://sogo:x@127.0.0.1:3306/sogo/sogo_user_profile";
OCSFolderInfoURL= 
"mysql://sogo:x@127.0.0.1:3306/sogo/sogo_folder_info";
OCSSessionsFolderURL= 
"mysql://sogo:x@127.0.0.1:3306/sogo/sogo_sessions_folder";


Thank you for your help so far!

Am 08.05.2016 um 15:07 schrieb Ludovic Marcotte (lmarco...@inverse.ca):

On 2016-05-08 08:56, Adrian Figueroa (adr...@figueroa.cc) wrote:
Those entries were defined already, except for the cachefolderurl. 
Adding that to sogo.conf did not help, unfortunately.

Did you try the nightly builds and then reverted to 3.0.2?

If you ran that script, which you shouldn't have in the first place if 
you don't know what it does, you MUST run the nightly build of SOGo v3.

--
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


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

Re: [SOGo] Migration script problem

2016-05-08 Thread Adrian Figueroa
Also, if I want to create a new contact in the SOGo web interface, it 
tells me


"Not Found"

up in the right corner and does not add the contact. Something is wrong 
in my configuration or the permissions.


Am 08.05.2016 um 15:07 schrieb Ludovic Marcotte (lmarco...@inverse.ca):

On 2016-05-08 08:56, Adrian Figueroa (adr...@figueroa.cc) wrote:
Those entries were defined already, except for the cachefolderurl. 
Adding that to sogo.conf did not help, unfortunately.

Did you try the nightly builds and then reverted to 3.0.2?

If you ran that script, which you shouldn't have in the first place if 
you don't know what it does, you MUST run the nightly build of SOGo v3.

--
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


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

Re: [SOGo] Migration script problem

2016-05-08 Thread Adrian Figueroa
The upgrade told me to check the mysql migration script folder, so I 
thought that I had to run the latest one.


Those entries were defined already, except for the cachefolderurl. 
Adding that to sogo.conf did not help, unfortunately.


Am 08.05.2016 um 14:34 schrieb Ludovic Marcotte (lmarco...@inverse.ca):

On 2016-05-08 08:26, Adrian Figueroa (adr...@figueroa.cc) wrote:
I ran the migration script "sql-update-3.0.0-to-combined-mysql.sh" on 
SOGo 3.0.2 and now all contact and calendar data is gone. I am 
afraid, I forgot to do a backup before. The script ran without issues 
and told me, it merged tables. 

Why running this script in the first place?

Define:

  OCSCacheFolderURL = 
"mysql://sogo:YOURPASSWORD@127.0.0.1:3306/sogo/sogo_cache_folder";
  OCSStoreURL = 
"mysql://sogo:YOURPASSWORD@127.0.0.1:3306/sogo/sogo_store";

  OOCSAclURL = "mysql://sogo:YOURPASSWORD@127.0.0.1:3306/sogo/sogo_acl";

and restart sogod.

--
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


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

[SOGo] Migration script problem

2016-05-08 Thread Adrian Figueroa

Hello,

I ran the migration script "sql-update-3.0.0-to-combined-mysql.sh" on 
SOGo 3.0.2 and now all contact and calendar data is gone. I am afraid, I 
forgot to do a backup before. The script ran without issues and told me, 
it merged tables.


A table "sogo_store" was created in the process.

When I dump the sogo database, I can still see the data in the raw text. 
Can I repair/revert it somehow?


Help is much apprechiated.


Kind regards,

Adrian


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


Re: [SOGo] SOGo Web interface slow since upgrade to 3.0.2

2016-05-07 Thread Adrian Figueroa

I do get JavaScript/angularjs errors in my browser:

Error: [$rootScope:infdig] 
http://errors.angularjs.org/1.4.10/$rootScope/infdig?p0=10=%5B%5D
   at n.prototype.$digest 
(https://coda.pw/SOGo.woa/WebServerResources/js/vendor/angular.min.js:133:304)
   at n.prototype.$apply 
(https://coda.pw/SOGo.woa/WebServerResources/js/vendor/angular.min.js:135:428)
   at Anonymous function 
(https://coda.pw/SOGo.woa/WebServerResources/js/vendor/angular.min.js:148:242)
   at e 
(https://coda.pw/SOGo.woa/WebServerResources/js/vendor/angular.min.js:43:432)
   at Anonymous function 
(https://coda.pw/SOGo.woa/WebServerResources/js/vendor/angular.min.js:46:299)

angular.min.js (108,120)
SCRIPT5022: [$rootScope:infdig] 
http://errors.angularjs.org/1.4.10/$rootScope/infdig?p0=10=%5B%5D

angular.js (16470,13)

Where do those come from? Seems like some kind of infinite loop which is 
broken by angularjs at some point (takes 5 seconds, though). This is 
when I just open the start page of SOGo web with the mail list.


Adrian

Am 21.04.2016 um 16:14 schrieb Jean-Louis Biasini 
(jean-louis.bias...@viitorplus.ro):

Hi all,

I wanted to say that I also experience a somewhat slow web interface:
my config:
http://pastebin.com/hsAAfzja

Memcached runs and sogo successfully connects to it
[root@mail ~]# netstat -anptul | grep 11211 | grep sogo
tcp0  0 127.0.0.1:44389 127.0.0.1:11211 
ESTABLISHED 6110/sogod
tcp0  0 127.0.0.1:44339 127.0.0.1:11211 
ESTABLISHED 6113/sogod
tcp0  0 127.0.0.1:44354 127.0.0.1:11211 
ESTABLISHED 6111/sogod
tcp0  0 127.0.0.1:44352 127.0.0.1:11211 
ESTABLISHED 6112/sogod


Being on a virtualized environment I can add that I don't see any big 
peaks in the mem/cpu/disk io/network while navigating through the web 
interface


thanks for having opened this thread and for those answering to it ;)

Am 18.04.2016 um 14:49 schrieb Christian Mack ( 
christian.m...@uni-konstanz.de):


Hello

Is your memcached running?

Kind regards,
Christian Mack

Am 18.04.2016 um 13:40 schrieb Adrian Figueroa
( adr...@figueroa.cc):

Is there anything wrong with my configuration? I did not change it
between updates anyway, so I do not think that it is the cause
of the
problem. I came from SOGo 3.0 and there were no issues.

Am 14.04.2016 um 21:52 schrieb Adrian Figueroa
( adr...@figueroa.cc):

I installed SOGo as part of the iRedMail package. I think
that a sieve
server is running but I do not know any details. The logs
of both
apache and SOGo do not show any errors by the way.

Here is my sogo.conf:

https://s.coda.pw/?2c92588d72036759#1Gpf7sI7DS6bZtBptctyaZmGLmp3RpDG8JGao7gfkJM=


Adrian

Am 14.04.2016 um 20:42 schrieb "Qmail"
( qm...@top-consulting.net):

Can you paste your sogo.conf ?

Did you setup a sieve server and if so, is it really
working ?


On Thu, Apr 14, 2016 at 02:29 PM, Adrian Figueroa
< users@sogo.nu>
wrote:

Hello,

I am having issues with the SOGo web interface. It is
very slow
to load
and react anything.

It was running well before upgrading to 3.0.2. I have
a worker
count of
40 and all other requests (Thunderbird, Exchange on
phones etc.) run
fast and fine.

What could be the problem?



--

<http://www.viitorplus.ro/>



Jean-Louis Biasini
IT Manager la ViitorPlus
_jean-louis.biasini@viitorplus.ro_



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


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

Re: [SOGo] SOGo Web interface slow since upgrade to 3.0.2

2016-05-07 Thread Adrian Figueroa
I just tried an upgrade to the latest nightly version. Nothing changed, 
so I guess that it is in my configuration.


Could this be related to the upgrade scripts that need to be run after 
installation? I ran:


"sql-update-3.0.0-to-combined-mysql.sh" which finished fine.

I also tried

"sql-update-2.2.17_to_2.3.0-mysql.sh" which failed with

ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; 
check the manual that corresponds to your MySQL server version for the 
right syntax to use near 'NULL MODIFY c_partstates mediumtext' at line 1


I guess that I had version>2.3.0 to begin with, but I am not sure 
entirely. I did not know of the upgrade scripts before the latest 
nightly told me to check the upgrade script folder.


Can someone suggest log files to check? Sogo and apache error logs are 
clean.


Kind regards,

Adrian

Am 21.04.2016 um 16:14 schrieb Jean-Louis Biasini 
(jean-louis.bias...@viitorplus.ro):

Hi all,

I wanted to say that I also experience a somewhat slow web interface:
my config:
http://pastebin.com/hsAAfzja

Memcached runs and sogo successfully connects to it
[root@mail ~]# netstat -anptul | grep 11211 | grep sogo
tcp0  0 127.0.0.1:44389 127.0.0.1:11211 
ESTABLISHED 6110/sogod
tcp0  0 127.0.0.1:44339 127.0.0.1:11211 
ESTABLISHED 6113/sogod
tcp0  0 127.0.0.1:44354 127.0.0.1:11211 
ESTABLISHED 6111/sogod
tcp0  0 127.0.0.1:44352 127.0.0.1:11211 
ESTABLISHED 6112/sogod


Being on a virtualized environment I can add that I don't see any big 
peaks in the mem/cpu/disk io/network while navigating through the web 
interface


thanks for having opened this thread and for those answering to it ;)

Am 18.04.2016 um 14:49 schrieb Christian Mack ( 
christian.m...@uni-konstanz.de):


Hello

Is your memcached running?

Kind regards,
Christian Mack

Am 18.04.2016 um 13:40 schrieb Adrian Figueroa
( adr...@figueroa.cc):

Is there anything wrong with my configuration? I did not change it
between updates anyway, so I do not think that it is the cause
of the
problem. I came from SOGo 3.0 and there were no issues.

Am 14.04.2016 um 21:52 schrieb Adrian Figueroa
( adr...@figueroa.cc):

I installed SOGo as part of the iRedMail package. I think
that a sieve
server is running but I do not know any details. The logs
of both
apache and SOGo do not show any errors by the way.

Here is my sogo.conf:

https://s.coda.pw/?2c92588d72036759#1Gpf7sI7DS6bZtBptctyaZmGLmp3RpDG8JGao7gfkJM=


Adrian

Am 14.04.2016 um 20:42 schrieb "Qmail"
( qm...@top-consulting.net):

Can you paste your sogo.conf ?

Did you setup a sieve server and if so, is it really
working ?


On Thu, Apr 14, 2016 at 02:29 PM, Adrian Figueroa
< users@sogo.nu>
wrote:

Hello,

I am having issues with the SOGo web interface. It is
very slow
to load
and react anything.

It was running well before upgrading to 3.0.2. I have
a worker
count of
40 and all other requests (Thunderbird, Exchange on
phones etc.) run
fast and fine.

What could be the problem?



--

<http://www.viitorplus.ro/>



Jean-Louis Biasini
IT Manager la ViitorPlus
_jean-louis.biasini@viitorplus.ro_



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


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

Re: [SOGo] SOGo Web interface slow since upgrade to 3.0.2

2016-04-19 Thread Adrian Figueroa

Hello!

I think so, yes:

● memcached.service - memcached daemon
   Loaded: loaded (/lib/systemd/system/memcached.service; enabled)
   Active: active (running) since Mon 2016-04-18 22:13:26 CEST; 13h ago
 Main PID: 458 (memcached)
   CGroup: /system.slice/memcached.service
   └─458 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1

Am 18.04.2016 um 14:49 schrieb Christian Mack 
(christian.m...@uni-konstanz.de):

Hello

Is your memcached running?

Kind regards,
Christian Mack

Am 18.04.2016 um 13:40 schrieb Adrian Figueroa (adr...@figueroa.cc):

Is there anything wrong with my configuration? I did not change it
between updates anyway, so I do not think that it is the cause of the
problem. I came from SOGo 3.0 and there were no issues.

Am 14.04.2016 um 21:52 schrieb Adrian Figueroa (adr...@figueroa.cc):

I installed SOGo as part of the iRedMail package. I think that a sieve
server is running but I do not know any details. The logs of both
apache and SOGo do not show any errors by the way.

Here is my sogo.conf:
https://s.coda.pw/?2c92588d72036759#1Gpf7sI7DS6bZtBptctyaZmGLmp3RpDG8JGao7gfkJM=


Adrian

Am 14.04.2016 um 20:42 schrieb "Qmail" (qm...@top-consulting.net):

Can you paste your sogo.conf ?

Did you setup a sieve server and if so, is it really working ?


On Thu, Apr 14, 2016 at 02:29 PM, Adrian Figueroa <users@sogo.nu> wrote:

 Hello,

 I am having issues with the SOGo web interface. It is very slow
 to load
 and react anything.

 It was running well before upgrading to 3.0.2. I have a worker
 count of
 40 and all other requests (Thunderbird, Exchange on phones etc.) run
 fast and fine.

 What could be the problem?





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

Re: [SOGo] SOGo Web interface slow since upgrade to 3.0.2

2016-04-18 Thread Adrian Figueroa
Is there anything wrong with my configuration? I did not change it 
between updates anyway, so I do not think that it is the cause of the 
problem. I came from SOGo 3.0 and there were no issues.


Am 14.04.2016 um 21:52 schrieb Adrian Figueroa (adr...@figueroa.cc):
I installed SOGo as part of the iRedMail package. I think that a sieve 
server is running but I do not know any details. The logs of both 
apache and SOGo do not show any errors by the way.


Here is my sogo.conf:
https://s.coda.pw/?2c92588d72036759#1Gpf7sI7DS6bZtBptctyaZmGLmp3RpDG8JGao7gfkJM=

Adrian

Am 14.04.2016 um 20:42 schrieb "Qmail" (qm...@top-consulting.net):

Can you paste your sogo.conf ?

Did you setup a sieve server and if so, is it really working ?


On Thu, Apr 14, 2016 at 02:29 PM, Adrian Figueroa <users@sogo.nu> wrote:

Hello,

I am having issues with the SOGo web interface. It is very slow
to load
and react anything.

It was running well before upgrading to 3.0.2. I have a worker
count of
40 and all other requests (Thunderbird, Exchange on phones etc.) run
fast and fine.

What could be the problem?

Kind regards,
Adrian
-- 
users@sogo.nu <mailto:users@sogo.nu>

https://inverse.ca/sogo/lists

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


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


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

Re: [SOGo] Thunderbird 45?

2016-04-15 Thread Adrian Figueroa

SOGo connector works just as before. No complaints there.

Adrian


Am 15.04.2016 um 09:04 schrieb André Schild (an...@schild.ws):

Hello,

as TB 45 is now out of the door,
has anyone already tested it with the Sogo Addons?

Thanks

André


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

Re: [SOGo] SOGo Web interface slow since upgrade to 3.0.2

2016-04-14 Thread Adrian Figueroa
I installed SOGo as part of the iRedMail package. I think that a sieve 
server is running but I do not know any details. The logs of both apache 
and SOGo do not show any errors by the way.


Here is my sogo.conf:
https://s.coda.pw/?2c92588d72036759#1Gpf7sI7DS6bZtBptctyaZmGLmp3RpDG8JGao7gfkJM=

Adrian

Am 14.04.2016 um 20:42 schrieb "Qmail" (qm...@top-consulting.net):

Can you paste your sogo.conf ?

Did you setup a sieve server and if so, is it really working ?


On Thu, Apr 14, 2016 at 02:29 PM, Adrian Figueroa <users@sogo.nu> wrote:

Hello,

I am having issues with the SOGo web interface. It is very slow to
load
and react anything.

It was running well before upgrading to 3.0.2. I have a worker
count of
40 and all other requests (Thunderbird, Exchange on phones etc.) run
fast and fine.

What could be the problem?

Kind regards,
Adrian
-- 
users@sogo.nu <mailto:users@sogo.nu>

https://inverse.ca/sogo/lists

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


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

[SOGo] SOGo Web interface slow since upgrade to 3.0.2

2016-04-14 Thread Adrian Figueroa

Hello,

I am having issues with the SOGo web interface. It is very slow to load 
and react anything.


It was running well before upgrading to 3.0.2. I have a worker count of 
40 and all other requests (Thunderbird, Exchange on phones etc.) run 
fast and fine.


What could be the problem?

Kind regards,
Adrian
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Mail view broken on IOS / Activesync

2016-03-10 Thread Adrian Figueroa
The newest nightly fixed it all. Also, iOS calendar notifications seem to work 
(I did not see them work before).

Adrian

> Am 09.03.2016 um 15:34 schrieb Peter B :
> 
> I guess this will be in the nightlies - I´m hoping so! Got a user that needs 
> it.
> 
> I´ve been living on nightlies since 3.0.1 and they´re great, had to roll back 
> once but as it´s packaged that´s pretty painless.
> 
> The folks working on SOGo are fantastic, can´t remember I saw such responsive 
> turn-around on an application like this. (thanks guys)
> 
> Peter.
> 
> On 09/03/2016 14:25, fsanti...@garbage-juice.com wrote:
>> I can see in BTS that it's been fixed and slated for v3.0.3. is there any 
>> way to patch 3.0.2 now with this fix?
>> 
>> - Fabe
>> 
>> 
>> On 2016-03-09 03:28, Peter B wrote:
>>> I only have one iOS mobile user at the moment, so hadn't considered
>>> this serious in case it was just me (sample of one and all that). This
>>> has come up on the list a couple of times now, seems it's happening
>>> for all mobile iOS users.
>>> 
>>> So, I've just submitted a bug, http://sogo.nu/bugs/view.php?id=3571
>>> 
>>> Peter.
>>> 
>>> On 08/03/2016 23:25, Fabian Santiago wrote:
>>> 
 Yes that's exactly it + some other emails, while showing me a
 preview correctly, when I open them show me "message body empty /
 not downloaded".
 
 I can't submit the bug report myself so that would be awesome if you
 or someone else did. Thanks.
 
 Sincerely,
 
 Fabian Santiago
 
 Sent from my iPhone
 
 On Mar 8, 2016, at 4:32 PM, André Peters 
 wrote:
 
 Do mails look like this for you? ->
 
 This is a cryptographically signed message in MIME format.
 
 --ms090502040201080706050302
 Content-Type: text/plain; charset=windows-1252; format=flowed
 Content-Transfer-Encoding: quoted-printable
 
 Okay, hat sich jetzt gerade schon etwas ver=E4ndert? Also am iPhone,
 mein=
 e=20
 ich?
 
 I have a customer reporting this and need to make sure this is the
 correct problem before creating a bug report.
 inverse.ca [1] changed some mime handling stuff, maybe that broke
 it?
 
 I don't know if he reads it, but: Ludovic Marcotte, do you need a
 report/issue on Git for this?
 
 Am 08.03.2016 um 19:15 schrieb Fabian Santiago:
 
 Not officially on the bug tracking system no I haven't.
 
 Sincerely,
 
 Fabian Santiago
 
 Sent from my iPhone
 
 On Mar 8, 2016, at 1:09 PM, André Peters 
 wrote:
 
 Same here... did you report it already?
 
 Am 08.03.2016 um 18:28 schrieb fsanti...@garbage-juice.com:
 Certain email with certain encodings / mime types are being
 mis-displayed on my IOS mobile device via activesync but looks fine
 via IMAP. Sogo is doing something to it which did not occur in
 v2.3.8; only since my v3.0.2 upgrade. any thoughts?
 
 - Fabe
>>> 
>>> -- 
>>> users@sogo.nu
>>> https://inverse.ca/sogo/lists
>>> 
>>> -- 
>>> users@sogo.nu
>>> https://inverse.ca/sogo/lists
>>> 
>>> Links:
>>> --
>>> [1] http://inverse.ca
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists



smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] HTML Messages

2016-03-09 Thread Adrian Figueroa
A bug was submitted already: http://sogo.nu/bugs/view.php?id=3571 


Regards,
Adrian

> Am 09.03.2016 um 11:26 schrieb Per Laine :
> 
> Hi,
> 
> New to the list!
> 
> I updated from SOGo V2 to V3 yesterday and since then it seems like I can't 
> read HTML messages from my iPhone's (iOS 9.2.1) native email client anymore. 
> Works fins in the Web GUI or Thunderbird. Anybody with similar experience?
> 
> -- 
> Br Per Laine
> per.la...@gmail.com 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists



smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] SOGo v3 EAS attachments not displayed correctly on iPad

2016-03-08 Thread Adrian Figueroa
I have exactly the same problem on Apple mobile devices. It did not happen on 
SOGo 2.3.8, so this is new.

> Am 08.03.2016 um 07:19 schrieb Thomas Fuehrer :
> 
> Hi!
> Are you able to test a patch (i.e. compile from source)? I don't have an iPad 
> ...
> Regards,
> Thomas
> 
> -Ursprüngliche Nachricht-
> Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von 
> Peter B
> Gesendet: Montag, 7. März 2016 11:20
> An: users@sogo.nu
> Betreff: Re: [SOGo] SOGo v3 EAS attachments not displayed correctly on iPad
> 
> On 06/03/2016 23:07, Peter B wrote:
>> Couldn't tell you - SOGo is a new install for us, only ever had
>>> 3.0.1...!
>> 
>> Peter.
>> 
> 
> Some more info; the same messages on the same iPad display fine via a 
> different EAS provider on the same machine (Horde) and also via IMAP.
> 
> So, the only client in which I'm seeing this problem is iPad Mail when using 
> SOGo EAS.
> 
> Peter.coo
> 
> iPad is on iOS 9.2.1
> 
> SOGo currently 3.0.2.20160306-1
> 
> Peter.
> 
>> On 06/03/2016 20:04, Thomas Fuehrer wrote:
>>> Hi Peter!
>>> 
>>> Was this working in previous release?
>>> This might be related to the recently added MIMETruncation support.
>>> 
>>> Regards,
>>> Thomas
>>> 
>>> -Ursprüngliche Nachricht-
>>> Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag 
>>> von Peter B
>>> Gesendet: Sonntag, 6. März 2016 13:54
>>> An: users@sogo.nu
>>> Betreff: [SOGo] SOGo v3 EAS attachments not displayed correctly on 
>>> iPad
>>> 
>>> Ubuntu 14.04, SOGo v3 nightlies (currently 3.0.2.20160306-1)
>>> 
>>> Users using mail on iPad see email messages containing attachments as 
>>> raw multipart text, or in the case of multipart display content (HTML 
>>> pages etc), no content at all. Messages display correctly in Web UI 
>>> and other mail clients (Outlook/TBird).
>>> 
>>> I've seen some related issues in the bug tracker for earlier versions 
>>> but nothing for 3.0.x (that I can find).
>>> 
>>> Known issue? New bug?
>>> 
>>> Peter.
>>> --
>>> users@sogo.nu
>>> https://inverse.ca/sogo/lists
>>> 
>> 
> 
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists



smime.p7s
Description: S/MIME cryptographic signature


[SOGo] iPhone MIME problems with exchange sync

2016-03-08 Thread Adrian Figueroa
Hello!

I have SOGo 3.0.2 installed on my debian machine. I upgraded from the latest 
SOGo 2.X. Now, there are problems on apple mobile devices with any emails that 
have attachments.

They look like that:

--Apple-Mail=_65756554-F5B8-44AD-AA3E-287E1F3D291B
Content-Type: multipart/mixed;
   boundary="Apple-Mail=_E70A13A2-0E31-4128-A8F2-30A5C1D33865"


--Apple-Mail=_E70A13A2-0E31-4128-A8F2-30A5C1D33865
Content-Disposition: inline;
   filename=speedform.pdf
Content-Type: application/pdf;
   x-unix-mode=0644;
   name="speedform.pdf"
Content-Transfer-Encoding: base64

JVBERi0xLjMKJcTl8uXrp/Og0.

However, if I use an imap account on the iPhone/iPad, everything works 
perfectly fine. What is the problem here? I did not have those errors with the 
old SOGo version.

Kind regards,
Adrian

smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] ActiveSync on Android

2016-02-23 Thread Adrian Figueroa
I tested the certificates with a cert chain checker and it worked fine. Also, 
when I called mail.domain.tld in a browser, the correct certificate was served. 
Something might be wrong with the Android client.. Maybe it does not use the 
name based configuration?

I have no idea, I am no expert in this.

> Am 23.02.2016 um 18:21 schrieb Chris <ch...@espacenetworks.com>:
> 
> Very cool.  Inverse should add this issue to public FAQ or Knowledgebase on 
> sogo.nu
> 
> SOGo should be made to detect TLS certificate issues with a wget command to 
> self-test verify the web interface and if it isn't setup properly, provide 
> the admin with a human language worded error message, if not also propose the 
> fix and/or apply the fix.  Saving many admins running TLS secure web mail, 
> many, many hours of hunting this issue down.
> 
> 
> 
> 
> On 2/23/2016 5:42 AM, Adrian Figueroa wrote:
>> I solved the problem!
>> 
>> It is stock android 5 (Moto G, GPE) with stock mail, by the way. It happens 
>> on multiple devices.
>> 
>> It is like this:
>> The mail client connects to my mail server. The mail server is called 
>> "mail.domain.tld".
>> 
>> Now, another domain name on the same server (other.domain.tld) is supplied 
>> to the mail client by apache, while the certificate itself is served by the 
>> mail server (dovecot, postfix, ..). Obviously, the name of the domain now 
>> does not match the certificate.
>> 
>> What I had to do was to add mail.domain.tld to the apache vhosts and make it 
>> the first to be served by appending 000_ at the beginning of the name of the 
>> vserver config. Now, name and certificate do match.
>> 
>> I wonder why apache serves the mail client in the first place...
>> 
>> Adrian
>> 
>>> Am 22.02.2016 um 21:07 schrieb André Schild <an...@schild.ws>:
>>> 
>>> Am 22.02.2016 um 17:42 schrieb Adrian Figueroa:
>>>> Actually, I did provide the analyzer with valid login information. Maybe I 
>>>> should not pay too much attention to that 401 error.
>>>> ActiveSync does work on any other device, also on Android with other 
>>>> clients (such as "nine").
>>>> 
>>>> Could it be, that Let's Encrypt certificates do not work on Android with 
>>>> the standard mail client? They do work in browsers.
>>> Are you using Stock Android, or some other branded Android device?
>>> Some manufacturers make modifications to such services...
>>> 
>>> Does it happen on different devices?
>>> 
>>> What Android Version?
>>> 
>>> André
>>> -- 
>>> users@sogo.nu
>>> https://inverse.ca/sogo/lists
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists



smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] ActiveSync on Android

2016-02-23 Thread Adrian Figueroa
I solved the problem!

It is stock android 5 (Moto G, GPE) with stock mail, by the way. It happens on 
multiple devices.

It is like this:
The mail client connects to my mail server. The mail server is called 
"mail.domain.tld".

Now, another domain name on the same server (other.domain.tld) is supplied to 
the mail client by apache, while the certificate itself is served by the mail 
server (dovecot, postfix, ..). Obviously, the name of the domain now does not 
match the certificate.

What I had to do was to add mail.domain.tld to the apache vhosts and make it 
the first to be served by appending 000_ at the beginning of the name of the 
vserver config. Now, name and certificate do match.

I wonder why apache serves the mail client in the first place...

Adrian

> Am 22.02.2016 um 21:07 schrieb André Schild <an...@schild.ws>:
> 
> Am 22.02.2016 um 17:42 schrieb Adrian Figueroa:
>> Actually, I did provide the analyzer with valid login information. Maybe I 
>> should not pay too much attention to that 401 error.
>> ActiveSync does work on any other device, also on Android with other clients 
>> (such as "nine").
>> 
>> Could it be, that Let's Encrypt certificates do not work on Android with the 
>> standard mail client? They do work in browsers.
> 
> Are you using Stock Android, or some other branded Android device?
> Some manufacturers make modifications to such services...
> 
> Does it happen on different devices?
> 
> What Android Version?
> 
> André
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists



smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] SOGo contacts - multiple phone numbers of same "field" name

2015-09-02 Thread Adrian Figueroa

It seems like this is an Exchange limitation. Am I correct?

Best regards,
Adrian

Am 02.09.15 um 19:28 schrieb Adrian:

Hello,

I have a problem with synchronizing SOGo with an Exchange account on an
iPhone.

On the iPhone, there are contacts with many phone numbers. When I add multiple
phone numbers of the same field (e.g. "private" or "mobile") the old number is
overwritten. There is no additional field in the contact.

What can I do about this? Can SOGo be told to add a field to the contact
information (i.e. TWO private number fields)?


Kind regards,
Adrian


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


Re: [SOGo] SOGo contacts - multiple phone numbers of same "field"name

2015-09-02 Thread Adrian Figueroa
Actually, this problem only occurs, if I use Exchange sync on the iPhone. With 
cardDav, the contacts are all intact.

No contacts were actually corrupted, it is just the iPhone not syncing 
correctly.


Von: Adrian
Gesendet: 02.09.2015 7:28 nachm.
An: users@sogo.nu
Betreff: [SOGo] SOGo contacts - multiple phone numbers of same "field" name

Hello,

I have a problem with synchronizing SOGo with an Exchange account on an
iPhone.

On the iPhone, there are contacts with many phone numbers. When I add multiple
phone numbers of the same field (e.g. "private" or "mobile") the old number is
overwritten. There is no additional field in the contact.

What can I do about this? Can SOGo be told to add a field to the contact
information (i.e. TWO private number fields)?


Kind regards,
Adrian
--
users@sogo.nu
https://inverse.ca/sogo/lists



smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] Exchange: heartbeat timeout configuration

2015-08-27 Thread Adrian Figueroa

I found it myself. I added these lines in my SOGo conf:
   SOGoMaximumPingInterval = 600;   
  
  SOGoMaximumSyncInterval = 600; 
  SOGoInternalSyncInterval = 30;

They were not present and the heartbeat timeout defaulted to 10 seconds.





Am Donnerstag, 27. August 2015 13:49 CEST, Adrian adr...@figueroa.cc 
schrieb:
 Hello all,

I am using SOGo as part of the iRedMail installation and I use an Android
handset with nine as an exchange client.

The problem is, that it consumes a lot of battery power, because it sends out
a lot of heartbeat requests to the SOGo server.

In the sogo.log I see something like this every 10 seconds:

Aug 27 13:45:46 sogod [15086]: Android_IP POST /SOGo/Microsoft-Server-
ActiveSync?some_random_characters= HTTP/1.1 200 19/328 10.448 - - 0
Aug 27 13:45:59 sogod [15086]: Android_IP POST /SOGo/Microsoft-Server-
ActiveSync?some_random_characters=
= HTTP/1.1 200 13/327 10.414 - - 0


The nine log shows something like:
08-27 13:37:04.355|I|Exchange|1|Ping end. Heartbeat out of bounds. old
duration 310 new duration 10
08-27 13:37:04.551|I|w|1|Ping start. items: HeartBeat=10
08-27 13:37:16.596|I|Exchange|1|Ping end. expired

So, it sets 10 seconds as a Heartbeat, tries to increase to 310 and fails. So
it goes back to 10 seconds.

Can I increase that heartbeat timeout somehow, so that nine does not fail
increasing the hearbeat?

Kind regards,
Adrian
--
users@sogo.nu
https://inverse.ca/sogo/lists
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists