Re: [SOGo] SOGo nightlies - problem with Outlook and strange folders

2012-10-27 Thread Miles Lott
Seriously, can someone send me a sanitized version of their dovecot 
config, assuming you are not having the same problem?  This has been a 
problem for a couple of months whether I use nightlies or release, and 
with different dovecot servers.


On 10/15/2012 3:55 PM, Miles Lott wrote:
I have a script that does this exact thing.  I wonder if there was 
anything special about your dovecot config.


On 10/15/2012 01:19 PM, Mailing wrote:

Hello,

Am 15.10.2012 14:53, schrieb Miles Lott:

Running sogo nightlies on Centos 6.3 64-bit.  We're running dovecot
2.1.10 compiled locally using atrpms' spec file:

We are seeing certain folders created with (1) at the end.  It's as
if the folder exists already and Outlook, sogo, or openchange is
creating a new one with the new name.  The only folders doing this are
the native Outlook folders Notes, Deleted Messages, and Sync Issues.
In Outlook itself, I may see 20 or 30 of these folders each.  Of
course, the folders do not show up in Dovecot or the web interface
more than once.


I had a similar behavior with my first dovecot IMAP experiments. 
Upgrading to dovecot 2.1.10 and a complete reprovisioning of the 
Openchange Samba finally solved this issue somehow (deleting Sogo 
database, restarting memchached, deleting all samba/private files).


Best regards,

Sebastian






Privileged, Proprietary and/or Confidential Information may be contained in
this electronic message.  If you are not the intended recipient, you should
not copy it, re-transmit it, use it or disclose its contents, but should
kindly return to the sender immediately and delete your copy from your system.
Gulf Interstate Engineering Company does not accept responsibility for
changes made to this electronic message or its attachments. 


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


[SOGo] SOGo nightlies - problem with Outlook and strange folders

2012-10-15 Thread Miles Lott
Running sogo nightlies on Centos 6.3 64-bit.  We're running dovecot 
2.1.10 compiled locally using atrpms' spec file:


We are seeing certain folders created with (1) at the end.  It's as if 
the folder exists already and Outlook, sogo, or openchange is creating a 
new one with the new name.  The only folders doing this are the native 
Outlook folders Notes, Deleted Messages, and Sync Issues.  In Outlook 
itself, I may see 20 or 30 of these folders each.  Of course, the 
folders do not show up in Dovecot or the web interface more than once.


I have deleted the mapistore folder as well as the user_socfs table.  
Even if I reprovision everything including dropping of the sogo 
database, these folders will return.


The mailbox I am testing with was copied from our current imap system 
using doveadm and imapc, and is roughly 2G in size.  However, even if I 
repoint sogo to the local test machine with an empty mailbox, sogo will 
create these folders in the empty mailbox.


Since samba is fortunately no longer crashing on me, I can't provide a 
trace but only logs.  I get a constant stream of the following while the 
mailbox is syncing with Outlook:


2012-10-15 07:45:11.791 samba[4095] METHOD '+[MAPIStoreContext 
openContext:withURI:connectionInfo:andTDBIndexing:]' (227) -- uri: '(null)/'

2012-10-15 07:45:11.791 samba[4095] ERROR: unrecognized module name '(null)'
[2012/10/15 07:45:11,  0] 
mapiproxy/servers/default/emsmdb/emsmdbp_object.c:407(emsmdbp_object_open_folder)

  emsmdbp_object_open_folder: opening base mapistore folder
[2012/10/15 07:45:11,  0] 
mapiproxy/libmapistore/mapistore_backend.c:341(mapistore_backend_create_context)
  namespace is sogo:// and backend_uri is 
'mlott:mlott@mail/folderDeleted_SP_Messages_SP_(1)/'

[2012/10/15 07:45:11,  0] MAPIStoreSOGo.m:155(sogo_backend_create_context)
  [SOGo: sogo_backend_create_context:155]
2012-10-15 07:45:11.830 samba[4095] METHOD '+[MAPIStoreContext 
openContext:withURI:connectionInfo:andTDBIndexing:]' (227) -- uri: 
'mlott:mlott@mail/folder'

Oct 15 07:45:11 samba [4095]: MAPIStoreMailFolder:0x26b3548:(null) -init
[2012/10/15 07:45:11,  0] 
mapiproxy/libmapistore/mapistore_interface.c:339(mapistore_del_context)

  mapistore_del_context: context_id to del is 2
Oct 15 07:45:11 samba [4095]: 
MAPIStoreMailFolder:0x26b3548:folderDeleted_SP_Messages_SP_(1) -dealloc


This is of course also slowing down the sync as it appears that we're 
stuck in some kind of loop.





Privileged, Proprietary and/or Confidential Information may be contained in
this electronic message.  If you are not the intended recipient, you should
not copy it, re-transmit it, use it or disclose its contents, but should
kindly return to the sender immediately and delete your copy from your system.
Gulf Interstate Engineering Company does not accept responsibility for
changes made to this electronic message or its attachments. 


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


Re: [SOGo] SOGo nightlies - problem with Outlook and strange folders

2012-10-15 Thread Wolfgang Sourdeau

Can you fill a bugreport in our BTS regarding this issue?


Thanks.


Wolfgang
ps: it's probably due to some incompatibilities of SOGo with Dovecot.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGo nightlies - problem with Outlook and strange folders

2012-10-15 Thread Miles Lott

Thanks - done.  Hopefully this is just a configuration issue.

On 10/15/2012 07:59 AM, Wolfgang Sourdeau wrote:

Can you fill a bugreport in our BTS regarding this issue?


Thanks.


Wolfgang
ps: it's probably due to some incompatibilities of SOGo with Dovecot.






Privileged, Proprietary and/or Confidential Information may be contained in
this electronic message.  If you are not the intended recipient, you should
not copy it, re-transmit it, use it or disclose its contents, but should
kindly return to the sender immediately and delete your copy from your system.
Gulf Interstate Engineering Company does not accept responsibility for
changes made to this electronic message or its attachments. 


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


Re: [SOGo] SOGo nightlies - problem with Outlook and strange folders

2012-10-15 Thread Mailing

Hello,

Am 15.10.2012 14:53, schrieb Miles Lott:

Running sogo nightlies on Centos 6.3 64-bit.  We're running dovecot
2.1.10 compiled locally using atrpms' spec file:

We are seeing certain folders created with (1) at the end.  It's as
if the folder exists already and Outlook, sogo, or openchange is
creating a new one with the new name.  The only folders doing this 
are

the native Outlook folders Notes, Deleted Messages, and Sync Issues.
In Outlook itself, I may see 20 or 30 of these folders each.  Of
course, the folders do not show up in Dovecot or the web interface
more than once.


I had a similar behavior with my first dovecot IMAP experiments. 
Upgrading to dovecot 2.1.10 and a complete reprovisioning of the 
Openchange Samba finally solved this issue somehow (deleting Sogo 
database, restarting memchached, deleting all samba/private files).


Best regards,

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


Re: [SOGo] SOGo nightlies - problem with Outlook and strange folders

2012-10-15 Thread Miles Lott
I have a script that does this exact thing.  I wonder if there was 
anything special about your dovecot config.


On 10/15/2012 01:19 PM, Mailing wrote:

Hello,

Am 15.10.2012 14:53, schrieb Miles Lott:

Running sogo nightlies on Centos 6.3 64-bit.  We're running dovecot
2.1.10 compiled locally using atrpms' spec file:

We are seeing certain folders created with (1) at the end.  It's as
if the folder exists already and Outlook, sogo, or openchange is
creating a new one with the new name.  The only folders doing this are
the native Outlook folders Notes, Deleted Messages, and Sync Issues.
In Outlook itself, I may see 20 or 30 of these folders each.  Of
course, the folders do not show up in Dovecot or the web interface
more than once.


I had a similar behavior with my first dovecot IMAP experiments. 
Upgrading to dovecot 2.1.10 and a complete reprovisioning of the 
Openchange Samba finally solved this issue somehow (deleting Sogo 
database, restarting memchached, deleting all samba/private files).


Best regards,

Sebastian


--
Miles Lott - ml...@gie.com
Systems Administrator, Houston
Gulf Interstate Engineering
ofc +1 713 375-4489
cel +1 713 899-4329




Privileged, Proprietary and/or Confidential Information may be contained in
this electronic message.  If you are not the intended recipient, you should
not copy it, re-transmit it, use it or disclose its contents, but should
kindly return to the sender immediately and delete your copy from your system.
Gulf Interstate Engineering Company does not accept responsibility for
changes made to this electronic message or its attachments. 


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