Re: [SOGo] Any add-ons for extra features within SOGo?

2011-12-24 Thread Daniel Müller
So  with SOGo2 and openchange that could be the point to integrate a file 
service (home directory) for the samba ads users!? This would bring SOGo up to 
a new dimension and would be a great new unique feature.
It would be good to know more about that phyton hooks?



 Original-Nachricht 
 Datum: Sat, 24 Dec 2011 12:04:45 +0100
 Von: Jean-Michel OLTRA jm.ol...@cloud-bs.fr
 An: users@sogo.nu
 Betreff: Re: [SOGo] Any add-ons for extra features within SOGo?

 
 Bonjour,
 
 
 Le samedi 24 décembre 2011, Goon Daba a écrit...
 
 
  examples?
  -- tasks
  -- notes
  -- file sharing store
  -- project mgt (even basic)
  -- newsletter
  -- CRM
  -- endless (LOL)
 
 The Python hooks could be used for that purpose. You can imagine a hook
 connecting to a Web Service, or a database, sharing events between the
 SOGo server and another app.
 
 -- 
 jm
 
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] First time trying to get SOGO running...

2011-12-24 Thread Peter L. Berghold
On Thu, 2011-12-22 at 20:36 -0500, Ludovic Marcotte wrote:
 On 22/12/11 18:52, Peter L. Berghold wrote:
  Thoughts anybody?
 Show the content of your .GNUstepDefaults.
 


OK.  Here's the sanitized version:

?xml version=1.0 encoding=UTF-8?
!DOCTYPE plist PUBLIC -//GNUstep//DTD plist 0.9//EN
http://www.gnustep.org/plist-0_9.xml;
plist version=0.9
dict
keyNSGlobalDomain/key
dict
/dict
keysogod/key
dict
keyOCSFolderInfoURL/key

stringpostgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info/string
keyOCSSessionsFolderURL/key

stringpostgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder/string
keySOGoACLsSendEmailNotifications/key
stringYES/string
keySOGoAppointmentSendEmailNotifications/key
stringYES/string
keySOGoDraftsFolderName/key
stringDrafts/string
keySOGoFoldersSendEmailNotifications/key
stringYES/string
keySOGoIMAPServer/key
stringlocalhost/string
keySOGoMailDomain/key
stringberghold.net/string
keySOGoMailingMechanism/key
stringsmtp/string
keySOGoProfileURL/key

stringpostgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile/string
keySOGoSMTPServer/key
stringlocalhost/string
keySOGoSentFolderName/key
stringSent/string
keySOGoTimeZone/key
stringAmerica/New_York/string
keySOGoTrashFolderName/key
stringTrash/string
keySOGoUserSources/key
array
dict
keyCNFieldName/key
stringcn/string
keyIDFieldName/key
stringuid/string
keyIMAPHostFieldName/key
stringmailHost/string
keyUIDFieldName/key
stringuid/string
keybaseDN/key
stringou=People,dc=berghold,dc=net/string
keybindDN/key
stringcn=root,dc=berghold,dc=net/string
keybindPassword/key
stringThatsMySecret/string
keycanAuthenticate/key
stringYES/string
keydisplayName/key
stringShared Addresses/string
keyhostname/key
stringlocalhost/string
keyid/key
stringpublic/string
keyisAddressBook/key
stringYES/string
keyport/key
string389/string
/dict
/array
/dict
/dict
/plist
-- 
Peter L. Berghold pe...@berghold.net

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


Re: [SOGo] LDAP search broken

2011-12-24 Thread Emmanuel Dreyfus
Christian Mack christian.m...@uni-konstanz.de wrote:

 Did you restart SOGo after changing your configuration?

Yes, I did.
 
 If you did, what locale do you use as user sogo?

None set. Did I miss something in the documentation about that? I quick
look at the manual does not show anything about locale.

I just set LANG=fr_FR.UTF-8 and restarted sogod, and I now have
something that just seems a bit less corrupted:

2011-12-24 16:30:16.153 sogod[12681] -[NGLdapConnection
_searchAtBaseDN:qualifier:attributes:scope:]: search with at base
filter  for attrs  RK
 
 And show us your LDAP configuration.

I have this:

keyLDAPDebugEnabled/key
stringYES/string
(...)
keySOGoUserSources/key
array
dict
keyCNFieldName/key
stringcn/string
keyIDFieldName/key
stringuid/string
keyIMAPHostFieldName/key
stringXXXunusedYet/string
keyUIDFieldName/key
stringuid/string
keybaseDN/key
stringdc=example,dc=net/string
keybindDN/key
string/string
keybindFields/key
array
stringdn/string
/array
keybindPassword/key
string/string
keycanAuthenticate/key
stringYES/string
keydisplayName/key
stringExample.net/string
keyencryption/key
stringSSL/string
keyfilter/key
string(objectClass=inetOrgPerson)/string
keyhostname/key
stringldap.example.net/string
keyid/key
stringpublic/string
keyisAddressBook/key
stringYES/string
keyport/key
string636/string
/dict
/array


-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
m...@netbsd.org
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] First time trying to get SOGO running...

2011-12-24 Thread Peter L. Berghold
On Sat, 2011-12-24 at 10:12 -0500, Ludovic Marcotte wrote:
 sope4.9-gdl1-postgresql

That was it!  Thanks for the pointer.  I also discovered that mod_dav
and friends were not enabled in apache. 

I'll be creating and documenting a puppet recipe for installing SOGo on
a server based on my experiences.  Not sure that the puppet module I'm
writing is ever going to do the configuration, but I haven't ruled it
out. 

Is there a how to out there for properly configuring all the working
parts of this to do proper SSL? 
-- 
Peter L. Berghold pe...@berghold.net

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


[SOGo] Write failures in log?

2011-12-24 Thread Peter L. Berghold
What are these about?  (email address has been obfuscated)

Dec 24 14:57:08 sogod [30504]: 0x0x17a9f20[SOGoCache] an error
occurred when caching value for key 'el...@no-spam.foo+attributes':
WRITE FAILURE
Dec 24 14:57:08 sogod [30504]: 0x0x17a9f20[SOGoCache] an error
occurred when caching value for key 'el...@no-spam.foo+attributes':
WRITE FAILURE
Dec 24 14:57:08 sogod [30504]: 0x0x17a9f20[SOGoCache] an error
occurred when caching value for key 'session:jTHTUeNg/qT5NgNmFmWT3w==':
WRITE FAILURE
Dec 24 14:57:08 sogod [30504]: 0x0x17a9f20[SOGoCache] an error
occurred when caching value for key 'ellie+settings': WRITE FAILURE
localhost - - [24/Dec/2011:14:57:08 GMT]
POST /SOGo/so/ellie/Mail/foldersState HTTP/1.1 200 0/0 0.019 - - 0
Dec 24 14:57:16 sogod [30504]: 0x0x17a9f20[SOGoCache] an error
occurred when caching value for key 'session:jTHTUeNg/qT5NgNmFmWT3w==':
WRITE FAILURE
Dec 24 14:57:16 sogod [30504]: 0x0x17a9f20[SOGoCache] an error
occurred when caching value for key 'ellie+attributes': WRITE FAILURE
Dec 24 14:57:16 sogod [30504]: 0x0x17a9f20[SOGoCache] an error
occurred when caching value for key 'ellie+attributes': WRITE FAILURE
Dec 24 14:57:16 sogod [30504]: 0x0x17a9f20[SOGoCache] an error
occurred when caching value for key 'el...@no-spam.foo+attributes':
WRITE FAILURE
Dec 24 14:57:16 sogod [30504]: 0x0x17a9f20[SOGoCache] an error
occurred when caching value for key 'el...@no-spam.foo+attributes':
WRITE FAILURE
Dec 24 14:57:16 sogod [30504]: 0x0x17a9f20[SOGoCache] an error
occurred when caching value for key 'session:jTHTUeNg/qT5NgNmFmWT3w==':
WRITE FAILURE
Dec 24 14:57:16 sogod [30504]: 0x0x17a9f20[SOGoCache] an error
occurred when caching value for key 'ellie@+attributes': WRITE FAILURE
Dec 24 14:57:16 sogod [30504]: 0x0x17a9f20[SOGoCache] an error
occurred when caching value for key 'ellie+attributes': WRITE FAILURE
Dec 24 14:57:16 sogod [30504]: 0x0x17a9f20[SOGoCache] an error
occurred when caching value for key 'el...@no-spam.foo+attributes':
WRITE FAILURE
Dec 24 14:57:16 sogod [30504]: 0x0x17a9f20[SOGoCache] an error
occurred when caching value for key 'el...@no-spam.foo+attributes':
WRITE FAILURE
Dec 24 14:57:16 sogod [30504]: 0x0x17a9f20[SOGoCache] an error
occurred when caching value for key 'ellie+settings': WRITE FAILURE


-- 
Peter L. Berghold pe...@berghold.net

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