[SOGo] Samba panic, again

2013-08-16 Thread Michael Volz
Hi list!

Again, I am troubled by samba exceptions. The server configuration is
the same as in my post from two days ago. Know a testing user tried to
copy some emails into his mailbox. He used Outlook 2007 connected via
openchange. Samba repeatedly crashes with this error:

[2013/08/16 10:07:17,  0]
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:682(EcDoRpc_process_transaction)
  MAPI Rop: 0x01 (0)
[2013/08/16 10:07:17,  0]
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:682(EcDoRpc_process_transaction)
  MAPI Rop: 0x0a (0)
[2013/08/16 10:07:17,  0]
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:682(EcDoRpc_process_transaction)
  MAPI Rop: 0x0e (8)
[2013/08/16 10:07:17,  0]
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:682(EcDoRpc_process_transaction)
  MAPI Rop: 0x0a (14)
[2013/08/16 10:07:17,  0]
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:682(EcDoRpc_process_transaction)
  MAPI Rop: 0x0c (22)
[2013/08/16 10:07:17,  0]
mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c:682(EcDoRpc_process_transaction)
  MAPI Rop: 0x07 (37)
MAPIStoreMailMessage:0x30ebc00:2B49-520DBC80-95-1C3A0800 attempting to
get change key by synchronising folder...
0x0x23ed720[NGImap4Client] Note: no key found for sorting, using
'DATE': (null)
0x0x23ed720[NGImap4Client] Note: no key found for sorting, using
'DATE': (null)
MAPIStoreMailMessage:0x30ebc00:2B49-520DBC80-95-1C3A0800 still
nothing. We crash!
[2013/08/16 10:07:17,  0] ../lib/util/fault.c:72(fault_report)
  ===
[2013/08/16 10:07:17,  0] ../lib/util/fault.c:73(fault_report)
  INTERNAL ERROR: Signal 6 in pid 2094 (4.0.1)
  Please read the Trouble-Shooting section of the Samba HOWTO
[2013/08/16 10:07:17,  0] ../lib/util/fault.c:75(fault_report)
  ===
[2013/08/16 10:07:17,  0] ../lib/util/fault.c:144(smb_panic_default)
  PANIC: internal error

Can you help?

Best regards,
Micahel
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Thunderbird 24 support?

2013-08-16 Thread André Schild

Hello,

since TB24 has now the first Beta release I would be interested to test 
it in our environment.


http://www.mozilla.org/thunderbird/all-beta.html


Unfortunately the Sogo extension/integrator for TB17 seem to no longer 
work with TB24.


Is there a Beta of the Sogo extension/integrator available for TB24 ?


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


Re: [SOGo] Uncaught exception

2013-08-16 Thread Michael Volz
okay, thanks again.

On 15.08.2013 14:00, Szládovics Péter wrote:
 Hi Michael,

 I think the RPC over LAN and HTTP proxy over WAN.
 All authentication settings are same in both method.

 2013-08-15 08:33 keltezéssel, Michael Volz írta:
 Hi Peter,

 thanks again. I also tried several times with that box checked. But I
 will try this again. In general: which connection settings are the
 preferred / most stable ones? RPC or http proxy? Which authentication
 for each? I systematically tried them all but couldn't recognize big
 differences. How is that in your long term experience?

 Regards
 Michael

 Am 14.08.2013 19:34, schrieb Szládovics Péter:
 Michael,

 Did you check the Always prompt for user name and password
 checkbox at Exchange settings?

 http://www.sogo.nu/files/docs/SOGo%20Native%20Microsoft%20Outlook%20Configuration.pdf

 Chapter 8 (Page 17) - Step 8

 Please check it again.



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


Re: [SOGo] Uncaught exception

2013-08-16 Thread Michael Volz
Hey Ludovic,

thanks for the information. From your BTS I see that there is a Bug
concerning the creation of new Events in Outlook. From that I understand
that I should at least be able to see my partners events if I have the
permissions, am I right? Currently I only see the free/busy information.

Kind regards
Michael

On 15.08.2013 14:39, Ludovic Marcotte wrote:
 On 2013-08-15 2:46 AM, Michael Volz wrote:
 thank you for your answer. That's kind of bad news. Do you mean SOGo 2.1
 or OpenChange 2.1?
 SOGo v2.1 - look at our BTS for marked bugs for the release.
 Is there a schedule yet?
 I think it'll take 6 to 8 weeks before delivering that release.
 Is there a possibility that it would work with a more recent version of
 OpenChange compiled from source?
 Using the sources won't change anything. You could follow the bugs and
 eventually use a nightly build.

 Thanks,



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


[SOGo] Change password and set Vacation in the integrator

2013-08-16 Thread ABBAS Alain
HelloThe only thing missing in the integrator is the ability for a thunderbird user to change his vacation message and to change his passwordI would like to work on it but the documentation is really missing about the architecture and the web servicesAny ideas of how to call this page in Thunderbird and pass the authentification ?Any ideas and documentation would be welcome.Regards


Re: [SOGo] config SOGoUserSources ldap bindPassword

2013-08-16 Thread (HT) Simon Walter

On 08/16/2013 05:02 AM, ABBAS Alain wrote:

hello
The bindDn and the bindpasswoard are required if :
1) your LDAP doesn t accept anonymous request (you can add an ACL to 
accept anonymous request from the 127.0.0.1) in this case the DN 
should be found.
2) Tte DN must be searched if you have a multi level LDAP organisation 
(example with some ou or o )
in this case the auth make a first search to search the dn and after 
bind with this DN.




Thanks Alain.

I suppose it would just be the obvious LDAP limitations then - nothing 
internal to SOGo. My LDAP set up is fairly simple. If I have other 
trees, I add a new SOGoUserSources.


Cheers,

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


Re: [SOGo] Thunderbird 24 support?

2013-08-16 Thread Steve Ankeny
SOGo is designed for the Extended Service Release of Thunderbird and NOT 
the current release.


On 08/16/2013 01:36 AM, André Schild wrote:

Hello,

since TB24 has now the first Beta release I would be interested to 
test it in our environment.


http://www.mozilla.org/thunderbird/all-beta.html


Unfortunately the Sogo extension/integrator for TB17 seem to no longer 
work with TB24.


Is there a Beta of the Sogo extension/integrator available for TB24 ?


André


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


Re: [SOGo] Thunderbird 24 support?

2013-08-16 Thread Szládovics Péter

2013-08-16 07:36 keltezéssel, André Schild írta:

Hello,

since TB24 has now the first Beta release I would be interested to 
test it in our environment.


http://www.mozilla.org/thunderbird/all-beta.html


Unfortunately the Sogo extension/integrator for TB17 seem to no longer 
work with TB24.


Is there a Beta of the Sogo extension/integrator available for TB24 ?


Hi,

Download the sogo integrator again, do the needed modifications, and 
after that edit the /install.rdf file.


em:minVersionxx.xxem:minVersion
em:maxVersionxx.xxem:maxVersion

These lines define the usable TB version numbers. You can use wildcards too.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird 24 support?

2013-08-16 Thread André Schild

On 16.08.2013 14:09, Steve Ankeny wrote:
SOGo is designed for the Extended Service Release of Thunderbird and 
NOT the current release.


Thunderbird 24 will be the next ESR release, so it should be supported 
by Sogo...
At the moment there is a discussion if there will still be ESR releases 
of TB in the future,

or if the TB 17 is the last ESR

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


Re: [SOGo] Thunderbird 24 support?

2013-08-16 Thread Ludovic Marcotte

On 2013-08-16 1:36 AM, André Schild wrote:
Is there a Beta of the Sogo extension/integrator available for TB24 ? 

Not right now. I've tested them last week.

SOGo Integrator was working well, while SOGo Connector was breaking due 
to changes (AGAIN!) for the ACL code in Lightning. We'll soon 
investigate but we sure wanted to see 24 ESR out before putting any 
energy on this.


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


[SOGo] BTS activities for Friday, August 16 2013

2013-08-16 Thread SOGo reporter
Title: BTS activities for Friday, August 16 2013





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Friday, August 16 2013

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2394
	2013-08-16 05:34:13
	new (open)
	SOGo Integrator
	Inegrate vacation message and password change
	
	  
	
2393
	2013-08-16 08:36:33
	updated (open)
	with SOGo
	handle periodic sync