Fot those interested:

I have set WOWorkersCount  to  30 (to properly handle mobile devices, a low
count in conjunction with mobile devices results in denied connection
requests).

However I had to set mail_max_userip_connections  to same value as
WOWorkersCount  in the dovecot config file:

protocol imap {
  ...
  mail_max_userip_connections = 30
...
}

-----Oorspronkelijk bericht-----
Van: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Namens frm frm
Verzonden: donderdag 31 maart 2016 17:02
Aan: users@sogo.nu
Onderwerp: RE: [SOGo] Outlook with SOGo EAS resynschronizes mailboxes
periodically

I am using mysql 5.5.47 on debian.

The result of the describe is

+----------------+---------------------+------+-----+---------+-------+
| Field          | Type                | Null | Key | Default | Extra |
+----------------+---------------------+------+-----+---------+-------+
| c_path         | varchar(255)        | NO   | PRI | NULL    |       |
| c_parent_path  | varchar(255)        | YES  |     | NULL    |       |
| c_type         | tinyint(3) unsigned | NO   |     | NULL    |       |
| c_creationdate | int(11)             | NO   |     | NULL    |       |
| c_lastmodified | int(11)             | NO   |     | NULL    |       |
| c_version      | int(11)             | NO   |     | 0       |       |
| c_deleted      | tinyint(4)          | NO   |     | 0       |       |
| c_content      | longtext            | YES  |     | NULL    |       |
+----------------+---------------------+------+-----+---------+-------+

-----Oorspronkelijk bericht-----
Van: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Namens Ludovic
Marcotte
Verzonden: donderdag 31 maart 2016 16:17
Aan: users@sogo.nu
Onderwerp: Re: [SOGo] Outlook with SOGo EAS resynschronizes mailboxes
periodically

On 2016-03-31 09:53, f...@gordijn.org wrote:
> I installed SOGo 3 with Dovecot 2.2.13 and EAS.
> However, from time to time (say each hour) Outlook fully synschronizes 
> all folders from scratch.
> This means that the Outlook mail folder on the client is fully cleared 
> and rebuild based on the IMAP folders on the server.
Which database engine are you using?

Show the description of your sogo_cache_folder_USERNAME table ("describe ...
" using MySQL or "\d ..."" using PostgreSQL).

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

Reply via email to