Re: [SOGo] default config sogo.conf and .GNUstepDefaults

2012-03-13 Thread Georg Bretschneider
Hi,

did you try ldapsearch in your shell?
Your bindDN confuses me. Is the user  sogoprueba in the following ou:
ou=Users,dc=servidor,dc=dominio,dc=com,dc=es ?
Try chaning your bindDN to
uid=sogoprueba,ou=Users,dc=servidor,dc=dominio,dc=com,dc=es .


Bye


Am 12.03.2012 18:44, schrieb Mikel:
 Hi
 
 Someone is able to connect sogo with ldap throw Apache and could show
 the config files?
 
 I'm trying to do it, but on SOGo web for all user that I try to login,
 always: user or password incorrect, and in
 sogo.log I can't find the problem.  In SOGo.conf what about: 
 [env=REMOTE_HOST:%{REMOTE_HOST_ADDR},PT]?
 Remote_host is were LDAP is configured?   AuthType XXX?? and
 %{REMOTE_USER}e? I'm not sure how to configured it
 
 
 
 Thank you very much!!
 
 My config file:
 
 .GNUstepDefaults: I remplaced password_bind for the correct
 
 ?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
 keyGCSFolderDebugEnabled/key
 stringYES/string
 keyGCSFolderStoreDebugEnabled/key
 stringYES/string
 keyLDAPDebugEnabled/key
 stringYES/string
 keyMySQL4DebugEnabled/key
 stringYES/string
 keyNGImap4DisableIMAP4Pooling/key
 stringYES/string
 keyOCSFolderInfoURL/key
 stringmysql://sogo:password@127.0.0.1
 mailto:password@127.0.0.1:3306/sogo/sogo_folder_info/string
 keyOCSFolderManagerSQLDebugEnabled/key
 stringYES/string
 keyOCSSessionsFolderURL/key
 stringmysql://sogo:password@127.0.0.1
 mailto:password@127.0.0.1:3306/sogo/sogo_sessions_folder/string
 keyPGDebugEnabled/key
 stringYES/string
 keySOGoACLsSendEMailNotifications/key
 stringYES/string
 keySOGoAppointmentSendEMailNotifications/key
 stringYES/string
 keySOGoDebugRequests/key
 stringYES/string
 keySOGoDraftsFoldersName/key
 stringDrafts/string
 keySOGoFirstDayOfWeek/key
 string1/string
 keySOGoFoldersSendEMailNotifications/key
 stringYES/string
 keySOGoIMAPServer/key
 stringlocalhost/string
 keySOGoLanguage/key
 stringSpanish/string
 keySOGoLoginModule/key
 stringCalendar/string
 keySOGoMailDomain/key
 stringgrupodominio.es/string
 keySOGoMailKeepDraftsAfterSend/key
 stringYES/string
 keySOGoMailMessageCheck/key
 stringevery_5_minutes/string
 keySOGoMailingMechanism/key
 stringsmtp/string
 keySOGoProfileURL/key
 stringmysql://sogo:password@127.0.0.1
 mailto:password@127.0.0.1:3306/sogo/sogo_user_profile/string
 keySOGoSMTPServer/key
 stringdebianSogo.grupodominio.es/string
 keySOGoSentFolderName/key
 stringSent/string
 keySOGoSieveScriptsEnabled/key
 stringYES/string
 keySOGoSieveServer/key
 stringsieve://localhost:4190/string
 keySOGoSuperUsernames/key
 array
 stringadmin/string
 /array
 keySOGoTimeZone/key
 stringEurope/Madrid/string
 keySOGoTrashFolderName/key
 stringTrash/string
 keySOGoUIxDebugEnabled/key
 stringYES/string
 keySOGoUserSources/key
 array
 dict
 keyCNFieldName/key
 stringcn/string
 keyIDFieldName/key
 stringuid/string
 keyUIDFieldName/key
 stringuid/string
 keybaseDN/key
 stringou=Users,dc=servidor,dc=dominio,dc=com,dc=es/string
 keybindDN/key
 stringsogopru...@dominio.com.es
 mailto:sogopru...@dominio.com.es/string
 keybindFields/key
 stringuid/string
 keybindPassword/key
 stringpassword_bind/string
 keycanAuthenticate/key
 stringYES/string
 keydisplayName/key
 stringContactos/string
 keyhostname/key
 stringservidor.dominio.com.es/string
 keyid/key
 stringpublic/string
 keyisAddressBook/key
 stringNO/string
 keyport/key
 string389/string
 keytype/key
 stringldap/string
 /dict
 /array
 keySOGoVacationEnabled/key
 stringYES/string
 keySoDebugObjectTraversal/key
 stringYES/string
 keySoSecurityManagerDebugEnabled/key
 stringYES/string
 keyWODebugZipResponse/key
 stringYES/string
 keyWODontZipResponse/key
 stringYES/string
 /dict
 /dict
 /plist
 
 
 
 
 SOGo.conf
 
 Alias /SOGo.woa/WebServerResources/ \
   /usr/lib/GNUstep/SOGo/WebServerResources/
 Alias /SOGo/WebServerResources/ \
   /usr/lib/GNUstep/SOGo/WebServerResources/
 AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) \
/usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2
 
 Directory /usr/lib/GNUstep/SOGo/
 AllowOverride None
 Order deny,allow
 Allow from all
 /Directory
 
 LocationMatch
 ^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*\.(jpg|png|gif|css|js)
   SetHandler default-handler
 /LocationMatch
 
 ## Uncomment the following to enable proxy-side authentication, you will
 then
 ## need to set the SOGoTrustProxyAuthentication SOGo user default to
 YES and
 ## adjust the x-webobjects-remote-user proxy header in the Proxy section
 ## below.
 #Location /SOGo
 # AuthType XXX
 #Require valid-user
 #SetEnv proxy-nokeepalive 1
 #Allow from all
 #/Location
 
 ProxyRequests Off
 SetEnv proxy-nokeepalive 1
 ProxyPreserveHost On
 
 # When using CAS, you should uncomment this and install
 cas-proxy-validate.py
 # in /usr/lib/cgi-bin to reduce server overloading
 #
 # ProxyPass 

Re: [SOGo] default config sogo.conf and .GNUstepDefaults

2012-03-13 Thread Mikel
Thank you

I did ldapsearch in shell, and changed bindDN when I try to login in log
it's looks like OK 

[so-security]D validate key connect of object: SOGo[0x0x12588c0]:
name=SOGo
Mar 13 10:04:34 sogod [4095]: [so-security]D validate permission
'public' on object: SOGo[0x0x12588c0]: name=SOGo
Mar 13 10:04:34 sogod [4095]: [so-security]D   successfully validated
permission 'public'.
Mar 13 10:04:34 sogod [4095]: [so-security]D   successfully validated
key (connect).

but always password wron and I'm sure the password is well:

set clientObject: SOGo[0x0x12588c0]: name=SOGo
2012-03-13 10:04:39.198 sogod[4095] -[NGLdapConnection
_searchAtBaseDN:qualifier:attributes:scope:]: search with at base
filter  for attrs 
Mar 13 10:04:39 sogod [4095]: SOGoRootPage Login for user 'sogoprueba'
might not have worked - password policy: 65535  grace: -1  expire: -1
bound: 0
Mar 13 10:04:39 sogod [4095]: |SOGo| request took 5.064696 seconds to
execute
Mar 13 10:04:39 sogod [4095]: 0x0x146d7a0[WOResponse] Zipping of
response disabled
localhost - - [13/Mar/2012:10:04:39 GMT] POST /SOGo/connect HTTP/1.1
403 34/102 5.067 - - 0


Any idea please?


sogo.log

Mar 13 10:04:34 sogod [4095]: |SOGo| starting method 'POST' on uri
'/SOGo/connect'
Mar 13 10:04:34 sogod [4095]: |SOGo| traverse(acquire): SOGo = connect
Mar 13 10:04:34 sogod [4095]: |SOGo|   do traverse name: 'SOGo'
Mar 13 10:04:34 sogod [4095]: [so-security]D validate object:
SOGo[0x0x12588c0]: name=SOGo
Mar 13 10:04:34 sogod [4095]: [so-security]D   object is public.
Mar 13 10:04:34 sogod [4095]: [so-security]D validate key SOGo of
object: SOGo[0x0x12588c0]: name=SOGo
Mar 13 10:04:34 sogod [4095]: [so-security]D   found no security info
for key (class SOGo): SOGo
Mar 13 10:04:34 sogod [4095]: [so-security]D   default is allow ...
Mar 13 10:04:34 sogod [4095]: |SOGo|   do traverse name: 'connect'
Mar 13 10:04:34 sogod [4095]: [so-security]D validate key connect of
object: SOGo[0x0x12588c0]: name=SOGo
Mar 13 10:04:34 sogod [4095]: [so-security]D validate permission
'public' on object: SOGo[0x0x12588c0]: name=SOGo
Mar 13 10:04:34 sogod [4095]: [so-security]D   successfully validated
permission 'public'.
Mar 13 10:04:34 sogod [4095]: [so-security]D   successfully validated
key (connect).
Mar 13 10:04:34 sogod [4095]: [so-security]D validate object:
0x0x14e0d70[SoPageInvocation]: class=SOGoRootPage action=connect bound
instantiated product=0x0x11737c0[SoProduct]: loaded code-loaded
bundle=/usr/lib/GNUstep/SOGo/MainUI.SOGo #classes=8 #categories=4
rm=0x0x1175ce0
Mar 13 10:04:34 sogod [4095]: [so-security]D   object is public.
Mar 13 10:04:34 sogod [4095]: [so-security]D validate key connect of
object: SOGo[0x0x12588c0]: name=SOGo
Mar 13 10:04:34 sogod [4095]: [so-security]D validate permission
'public' on object: SOGo[0x0x12588c0]: name=SOGo
Mar 13 10:04:34 sogod [4095]: [so-security]D   successfully validated
permission 'public'.
Mar 13 10:04:34 sogod [4095]: [so-security]D   successfully validated
key (connect).
Mar 13 10:04:34 sogod [4095]: |SOGo| set clientObject:
SOGo[0x0x12588c0]: name=SOGo
2012-03-13 10:04:39.198 sogod[4095] -[NGLdapConnection
_searchAtBaseDN:qualifier:attributes:scope:]: search with at base
filter  for attrs 
Mar 13 10:04:39 sogod [4095]: SOGoRootPage Login for user 'sogoprueba'
might not have worked - password policy: 65535  grace: -1  expire: -1
bound: 0
Mar 13 10:04:39 sogod [4095]: |SOGo| request took 5.064696 seconds to
execute
Mar 13 10:04:39 sogod [4095]: 0x0x146d7a0[WOResponse] Zipping of
response disabled
localhost - - [13/Mar/2012:10:04:39 GMT] POST /SOGo/connect HTTP/1.1
403 34/102 5.067 - - 0


Mikel Gilsanz Prieto

Responsable Dpto. Sistemas / IT Manager





Gran Vía 81, 8º, Dpto. 9

48011 Bilbao

+34944415140 (Ext. 204) +34650049384 +34944415192

mgils...@grupoavalon.es

www.grupoavalon.es

Este mensaje se dirige exclusivamente a su destinatario y puede contener
información privilegiada o confidencial. Si no es Vd. el destinatario
indicado, queda notificado de que la utilización, divulgación y/o copia
sin autorización está prohibida en virtud de la legislación vigente. Si
ha recibido este mensaje por error, le rogamos que nos lo comunique
inmediatamente por esta misma vía y proceda a su destrucción. Le
informamos que su dirección de correo electrónico, así como el resto de
los datos de carácter personal aportados, serán objeto de tratamiento
automatizado en nuestros ficheros, con la finalidad de gestionar la
agenda de contactos de nuestra entidad y poder atender a sus peticiones.
Vd. podrá en cualquier momento ejercer el derecho de acceso,
rectificación, cancelación y oposición en los términos establecidos en
la Ley Orgánica 15/1999 mediante notificación a i...@avalon.com.es

 Antes de imprimir este mensaje, piense si es necesario. El medio
ambiente está en nuestras manos.



El mar, 13-03-2012 a las 08:41 +0100, Georg Bretschneider escribió:

 Hi,
 
 did you try ldapsearch in your shell?
 Your bindDN confuses me. Is the user  

Re: [SOGo] [SOLVED] Problem using Funambol

2012-03-13 Thread Christian Rößner
 I did a tcpdump on port 5432 and saw lots of traffic when trying to sync with 
 contact field set to sogo-card in the App. But it fails with error 511.
 
 These are the files I used to try getting Funambol with SOGo together:
 
 funambol-10.0.3-x64.bin
 funambol-sogo-1.0.8.s4j
 json-simple-1.1.1.jar
 postgresql-9.1-901.jdbc4.jar


ok, this morning I gave Funambol another try. I completely removed 
/opt/Funambol and followed the documentation by really using Funambol-v8.7 
(maybe a newer version would do the job as well, but now I stay with it).

It did not work as well.

I looked at the postgresql-Log file on the remote server and found the answer 
quickly: Funambol connected non-SSL to a SSL-only Postgresql server. I added 
the following in funamboladmin to the three handlers sogo-card, sogo-cal and 
sogo-todo:

jdbc:postgresql://roessner1.roessner-net.de:5432/sogo?ssl=truesslfactory=org.postgresql.ssl.NonValidatingFactory

and that did the trick.

-Christian

---
Roessner-Network-Solutions
Bachelor of Science Informatik
Nahrungsberg 81, 35390 Gießen
F: +49 641 5879091, M: +49 176 93118939
USt-IdNr.: DE225643613
http://www.roessner-network-solutions.com



smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] [SOLVED] Problem using Funambol

2012-03-13 Thread Adi Kriegisch
Dear Christian,

 I looked at the postgresql-Log file on the remote server and found the answer 
 quickly: Funambol connected non-SSL to a SSL-only Postgresql server. I added 
 the following in funamboladmin to the three handlers sogo-card, sogo-cal and 
 sogo-todo:
 
 jdbc:postgresql://roessner1.roessner-net.de:5432/sogo?ssl=truesslfactory=org.postgresql.ssl.NonValidatingFactory
I had the same situation, because the installation script converts the
ampersand  into amp; when using this in
/opt/Funambol/ds-server/install.properties. So when doing a clean install
you should grep -R through the directories to find eg
org.postgresql.ssl.NonValidatingFactory and replace amp; with an .

And all of this is necessary, because Java language bindings for postgres
are the only that behave differently than all the others: They do not use
SSL transparently when required by the server.

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


Re: [SOGo] Default Login Password

2012-03-13 Thread Mikel
hi

Try   sogo   sogo 

and you can do sudo passwd root to change the root password.


Mikel Gilsanz Prieto

Responsable Dpto. Sistemas / IT Manager





Gran Vía 81, 8º, Dpto. 9

48011 Bilbao

+34944415140 (Ext. 204) +34650049384 +34944415192

mgils...@grupoavalon.es

www.grupoavalon.es

Este mensaje se dirige exclusivamente a su destinatario y puede contener
información privilegiada o confidencial. Si no es Vd. el destinatario
indicado, queda notificado de que la utilización, divulgación y/o copia
sin autorización está prohibida en virtud de la legislación vigente. Si
ha recibido este mensaje por error, le rogamos que nos lo comunique
inmediatamente por esta misma vía y proceda a su destrucción. Le
informamos que su dirección de correo electrónico, así como el resto de
los datos de carácter personal aportados, serán objeto de tratamiento
automatizado en nuestros ficheros, con la finalidad de gestionar la
agenda de contactos de nuestra entidad y poder atender a sus peticiones.
Vd. podrá en cualquier momento ejercer el derecho de acceso,
rectificación, cancelación y oposición en los términos establecidos en
la Ley Orgánica 15/1999 mediante notificación a i...@avalon.com.es

 Antes de imprimir este mensaje, piense si es necesario. El medio
ambiente está en nuestras manos.



El mié, 07-03-2012 a las 02:18 +0100, Lynn W escribió:

 I am not able to find anywhere on the website what the defaultlogins 
 and
 passwords are for the sogo appliance. This would be for the console and the
 various programs and web or command line interfaces. Can someone help me with
 this?
attachment: arbolito.gifattachment: fax.gifattachment: movil.gifattachment: tfno.gifattachment: AvalonimagenFirma.jpg

Re: [SOGo] default config sogo.conf and .GNUstepDefaults

2012-03-13 Thread Georg Bretschneider
Hi Mikel,

please post the ldapsearch string you used.


Bye

Am 13.03.2012 10:09, schrieb Mikel:
 Thank you
 
 I did ldapsearch in shell, and changed bindDN when I try to login in log
 it's looks like OK
 
 [so-security]D validate key connect of object: SOGo[0x0x12588c0]:
 name=SOGo
 Mar 13 10:04:34 sogod [4095]: [so-security]D validate permission
 'public' on object: SOGo[0x0x12588c0]: name=SOGo
 Mar 13 10:04:34 sogod [4095]: [so-security]D   successfully validated
 permission 'public'.
 Mar 13 10:04:34 sogod [4095]: [so-security]D   successfully validated
 key (connect).
 
 but always password wron and I'm sure the password is well:
 
 set clientObject: SOGo[0x0x12588c0]: name=SOGo
 2012-03-13 10:04:39.198 sogod[4095] -[NGLdapConnection
 _searchAtBaseDN:qualifier:attributes:scope:]: search with at base 
 filter  for attrs
 Mar 13 10:04:39 sogod [4095]: SOGoRootPage Login for user 'sogoprueba'
 might not have worked - password policy: 65535  grace: -1  expire: -1 
 bound: 0
 Mar 13 10:04:39 sogod [4095]: |SOGo| request took 5.064696 seconds to
 execute
 Mar 13 10:04:39 sogod [4095]: 0x0x146d7a0[WOResponse] Zipping of
 response disabled
 localhost - - [13/Mar/2012:10:04:39 GMT] POST /SOGo/connect HTTP/1.1
 403 34/102 5.067 - - 0
 
 
 Any idea please?
 
 
 sogo.log
 
 Mar 13 10:04:34 sogod [4095]: |SOGo| starting method 'POST' on uri
 '/SOGo/connect'
 Mar 13 10:04:34 sogod [4095]: |SOGo| traverse(acquire): SOGo = connect
 Mar 13 10:04:34 sogod [4095]: |SOGo|   do traverse name: 'SOGo'
 Mar 13 10:04:34 sogod [4095]: [so-security]D validate object:
 SOGo[0x0x12588c0]: name=SOGo
 Mar 13 10:04:34 sogod [4095]: [so-security]D   object is public.
 Mar 13 10:04:34 sogod [4095]: [so-security]D validate key SOGo of
 object: SOGo[0x0x12588c0]: name=SOGo
 Mar 13 10:04:34 sogod [4095]: [so-security]D   found no security info
 for key (class SOGo): SOGo
 Mar 13 10:04:34 sogod [4095]: [so-security]D   default is allow ...
 Mar 13 10:04:34 sogod [4095]: |SOGo|   do traverse name: 'connect'
 Mar 13 10:04:34 sogod [4095]: [so-security]D validate key connect of
 object: SOGo[0x0x12588c0]: name=SOGo
 Mar 13 10:04:34 sogod [4095]: [so-security]D validate permission
 'public' on object: SOGo[0x0x12588c0]: name=SOGo
 Mar 13 10:04:34 sogod [4095]: [so-security]D   successfully validated
 permission 'public'.
 Mar 13 10:04:34 sogod [4095]: [so-security]D   successfully validated
 key (connect).
 Mar 13 10:04:34 sogod [4095]: [so-security]D validate object:
 0x0x14e0d70[SoPageInvocation]: class=SOGoRootPage action=connect bound
 instantiated product=0x0x11737c0[SoProduct]: loaded code-loaded
 bundle=/usr/lib/GNUstep/SOGo/MainUI.SOGo #classes=8 #categories=4
 rm=0x0x1175ce0
 Mar 13 10:04:34 sogod [4095]: [so-security]D   object is public.
 Mar 13 10:04:34 sogod [4095]: [so-security]D validate key connect of
 object: SOGo[0x0x12588c0]: name=SOGo
 Mar 13 10:04:34 sogod [4095]: [so-security]D validate permission
 'public' on object: SOGo[0x0x12588c0]: name=SOGo
 Mar 13 10:04:34 sogod [4095]: [so-security]D   successfully validated
 permission 'public'.
 Mar 13 10:04:34 sogod [4095]: [so-security]D   successfully validated
 key (connect).
 Mar 13 10:04:34 sogod [4095]: |SOGo| set clientObject:
 SOGo[0x0x12588c0]: name=SOGo
 2012-03-13 10:04:39.198 sogod[4095] -[NGLdapConnection
 _searchAtBaseDN:qualifier:attributes:scope:]: search with at base 
 filter  for attrs
 Mar 13 10:04:39 sogod [4095]: SOGoRootPage Login for user 'sogoprueba'
 might not have worked - password policy: 65535  grace: -1  expire: -1 
 bound: 0
 Mar 13 10:04:39 sogod [4095]: |SOGo| request took 5.064696 seconds to
 execute
 Mar 13 10:04:39 sogod [4095]: 0x0x146d7a0[WOResponse] Zipping of
 response disabled
 localhost - - [13/Mar/2012:10:04:39 GMT] POST /SOGo/connect HTTP/1.1
 403 34/102 5.067 - - 0
 
 
 *Mikel Gilsanz Prieto*
 
 *Responsable Dpto. Sistemas / IT Manager*
 
 
 
 
 
 /Gran Vía 81, 8º, Dpto. 9/
 
 /48011 Bilbao/
 
 /+34944415140 (Ext. 204) //+34650049384 //+34944415192/
 
 mgils...@grupoavalon.es mailto:mgils...@grupoavalon.es
 
 www.grupoavalon.es http://www.avalon.com.es/
 
 Este mensaje se dirige exclusivamente a su destinatario y puede contener
 información privilegiada o confidencial. Si no es Vd. el destinatario
 indicado, queda notificado de que la utilización, divulgación y/o copia
 sin autorización está prohibida en virtud de la legislación vigente. Si
 ha recibido este mensaje por error, le rogamos que nos lo comunique
 inmediatamente por esta misma vía y proceda a su destrucción. Le
 informamos que su dirección de correo electrónico, así como el resto de
 los datos de carácter personal aportados, serán objeto de tratamiento
 automatizado en nuestros ficheros, con la finalidad de gestionar la
 agenda de contactos de nuestra entidad y poder atender a sus peticiones.
 Vd. podrá en cualquier momento ejercer el derecho de acceso,
 rectificación, cancelación y oposición en los términos establecidos en
 la Ley Orgánica 15/1999 mediante notificación 

Re: [SOGo] default config sogo.conf and .GNUstepDefaults

2012-03-13 Thread Andreas Balg


Re: [SOGo] notification in apple iCal

2012-03-13 Thread Thomas Paduch
*mhmmm* I don't think this depends on the push feature. We test the Apple iCal
behavior also by importing the ics files (send by sogo via mail).
same behavior ... no notification appear in the notification box. If we modifing
the ics file and change the following line

METHOD:request
to
METHOD:REQUEST

it works ... may be there is a similiar modification for the caldav entry.




On Sun, Mar 11, 2012 at 03:18:56PM -0700, Piet Hein wrote:
 I don't think server push features are implemented in SOGo (yet?). Afaik it's 
 not in the CalDAV specifications.
 
 Apple uses an own extension to realise server push features, I believe it 
 uses XMPP.
 
 Your clients should update their data if you manually refresh your client, 
 you should be able to schedule  intervals between automatic refreshes (pull) 
 in most clients, in iCal the setting can be made in the 'Account Information' 
 screen of the 'Accounts' tab in the preferences.
 
 But implementation of push features in SOGo would be great.
 
 - Original Message -
 From: Bruno Lingner (Hugo) bruno.ling...@kochan.de
 To: users@sogo.nu
 Cc: 
 Sent: Sunday, March 11, 2012 9:14 PM
 Subject: [SOGo] notification in apple iCal
 
 hi list
 
 I have a question that is not directly tied to sogo.
 why don't I see any notifications at all in apple iCal?
 I tried to do everything they say in the help file from iCal,
 but still no notification for new events appear in there.
 I thought they shoud appear in the list, as soon as someone
 invites me to a meeting, so i can keep track of events that
 I have to respond to.
 tried it in iCal 4 and 5 on macs, iPod and iPhones.
 can anyone shed a light on this perhaps?
 
 thanks
 hugo.-
 -- users@sogo.nu
 https://inverse.ca/sogo/lists
 
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists

-- 
Fate protects fools, little children and ships named Enterprise.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] access multiple users per Thunderbird account with connector

2012-03-13 Thread Martin Waschbüsch IT-Dienstleistungen
Am 12.03.12 21:30, schrieb Peter Schmidt:
 IIRC the Connector/Integrator plugins connect to the first configured
 mail account of TB. So the hostname alias/IP address won't help you.
 
 Granting ID A all access to ID B's mails/contacts/calendars would be a
 nice solution, but I guess that only works if they are on the same
 (sogo) domain.
 
 I still think, until the bug #0001029 is not fixed, the two TB profiles
 are the most generic way to circumvent this issue.
 
 Regards,
 Peter

Thanks to everyone who responded to my original question.
I have to agree with Peter that switching profiles in TB seems like the
cleanest solution for now.
I'll watch bug #0001029 and if there is any way in which testing a
change to this can help, let me know and count me in. ;-)

Cheers,

-- 
Martin Waschbüsch
IT-Dienstleistungen
Schumacherring 29
81737 München

Telefon: +49 89 57005708
Fax: +49 89 57868023
Mobil: +49 170 2189794
E-Mail: serv...@waschbuesch.it
Web: http://www.waschbuesch.it
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Set calendar refresh time

2012-03-13 Thread cerrisauro
SOGo 1.3.12C, Thunderbird 10, Lightning 1.2.3. Configured on sogo-integrator
inserting the following line in chrome/content/general/ custom-preferences.js:
force_int_pref(calendar.autorefresh.timeout, 5);
But the refresh time in calendars remain 30 minute. Look at about:config and
find calendar.registry.HASH VALUE.refreshInterval, but don't know hot set int
in custom-preferences.js.
Can somebody help?
THX
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Thunderbird 10 ESR + Connector + Integrator Issue in Deleting Event

2012-03-13 Thread Martin Seener

Hi,

i have a calendar from a different user in my TBird but i have the 
correct rights set in SOGo directly.


But i get this Error:

Fehler: An error occurred executing the calendar_delete_event_command 
command: [Exception... '[JavaScript Error: job.finalize is not a 
function {file: chrome://calendar/content/calendar-views.js line: 
141}]' when calling method: [nsIController::doCommand]  nsresult: 
0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)  location: JS 
frame :: chrome://global/content/globalOverlay.js :: goDoCommand :: line 
96  data: yes]

Quelldatei: chrome://global/content/globalOverlay.js
Zeile: 100

has anyone any clue?

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


Re: [SOGo] sogo not binding to LDAP

2012-03-13 Thread Jim Hague
On Wednesday 07 Mar 2012 13:55:24 Bunjes Friedemann wrote:
 sogo seems not to be able to bind to our LDAP server:
 [...]
 sogo.log:
 
 Mar 06 09:58:47 sogod [4778]: SOGoRootPage Login for user 'fbunjes' might
 not have worked - password policy: 65535  grace: -1  expire: -1  bound: 0
 localhost - - [06/Mar/2012:09:58:47 GMT] POST /SOGo/connect HTTP/1.1 403
 34/42 0.025 - - 2M
 
 Commandline ldapsearch using user sogo is working:
 
 ldapsearch -h localhost -b ou=HIH,dc=neurologie.uni-tuebingen.de,dc=local
 -D
 uid=sogo,ou=Users,ou=EDV,ou=HIH,dc=neurologie.uni-tuebingen.de,dc=local
 -W objectclass=person
 
 How can we further debug this? Any way to make the log more verbose?

I found the best way to debug these sorts of issues is to set the LDAP server 
to log the queries, so you can see exactly what the difference is between 
successful and unsuccessful transactions.

If, like me, you are using OpenLDAP, I find that running with 

olcLogLevel: stats

usually gives me sufficient clues.
-- 
Jim Hague - jim.ha...@acm.org  Never trust a computer you can't lift.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird 10 ESR + Connector + Integrator Issue in Deleting Event

2012-03-13 Thread Peter Schmidt

Hi Martin!

On 2012-03-13 16:59, Martin Seener wrote:

Hi,

i have a calendar from a different user in my TBird but i have the
correct rights set in SOGo directly.



I'm not sure if I got your question/problem right:

1. You see another persons calendar but you should not see it, because 
you have no rights set in sogo.


2. You see another persons calendar as set by the rights in sogo but 
when you try to modify it, an error occurs.


If it is no. 2: Does the same error occur if you modify the calendar in 
sogo directly or only if you do so via TB?



But i get this Error:

Fehler: An error occurred executing the calendar_delete_event_command
command: [Exception... '[JavaScript Error: job.finalize is not a
function {file: chrome://calendar/content/calendar-views.js line:
141}]' when calling method: [nsIController::doCommand] nsresult:
0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS) location: JS
frame :: chrome://global/content/globalOverlay.js :: goDoCommand :: line
96 data: yes]
Quelldatei: chrome://global/content/globalOverlay.js
Zeile: 100

has anyone any clue?

Regards, Martin

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


Re: [SOGo] Thunderbird 10 ESR + Connector + Integrator Issue in Deleting Event

2012-03-13 Thread Martin Seener

Hi.

yeah its No. 2.

in SOGo everything seems to run fine, but not in TB. Also modified the 
integrator correctly to my updateURL (but not yet setup the update 
server itself, but this shouldnt call the bug)


do you have any clue?

Am 3/13/12 5:18 PM, schrieb Peter Schmidt:

Hi Martin!

On 2012-03-13 16:59, Martin Seener wrote:

Hi,

i have a calendar from a different user in my TBird but i have the
correct rights set in SOGo directly.



I'm not sure if I got your question/problem right:

1. You see another persons calendar but you should not see it, because 
you have no rights set in sogo.


2. You see another persons calendar as set by the rights in sogo but 
when you try to modify it, an error occurs.


If it is no. 2: Does the same error occur if you modify the calendar 
in sogo directly or only if you do so via TB?



But i get this Error:

Fehler: An error occurred executing the calendar_delete_event_command
command: [Exception... '[JavaScript Error: job.finalize is not a
function {file: chrome://calendar/content/calendar-views.js line:
141}]' when calling method: [nsIController::doCommand] nsresult:
0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS) location: JS
frame :: chrome://global/content/globalOverlay.js :: goDoCommand :: line
96 data: yes]
Quelldatei: chrome://global/content/globalOverlay.js
Zeile: 100

has anyone any clue?

Regards, Martin

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


[SOGo] Event not appear automatically in thunderbird

2012-03-13 Thread pereira.david37
Hi, 

After the update of the version 1.3.4 to 1.3.12 of SOGO, I have a problem with
Thunderbird and lightning. Indeed, when I add an event in the calendar, the
event does not appear automatically and I need to force the update manually to
display the event in the calendar.

Versions tbird 3.1.12 and 3.1.17 tbird 
xpi: lightning 1.0b2.109i, Sogo connector and integrator 3.1.09.

Any ideas are welcome. Thank you in advance

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


Re: [SOGo] Thunderbird 10 ESR + Connector + Integrator Issue in Deleting Event

2012-03-13 Thread Adi Kriegisch
Dear Martin,

 yeah its No. 2.
 
 in SOGo everything seems to run fine, but not in TB. Also modified
 the integrator correctly to my updateURL (but not yet setup the
 update server itself, but this shouldnt call the bug)
 
 do you have any clue?
Do you have the right to write to the other calendar in the web interface?

-- Adi 

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


Re: [SOGo] Thunderbird 10 ESR + Connector + Integrator Issue in Deleting Event

2012-03-13 Thread Martin Seener

Yes,

doing all the stuff directly in sogo works like i set it up for the user 
(so correct rights)

but not in TB.

is it a good advice to udate to latest nightly build (plugins?)

Am 3/13/12 5:47 PM, schrieb Adi Kriegisch:

Dear Martin,


yeah its No. 2.

in SOGo everything seems to run fine, but not in TB. Also modified
the integrator correctly to my updateURL (but not yet setup the
update server itself, but this shouldnt call the bug)

do you have any clue?

Do you have the right to write to the other calendar in the web interface?

-- Adi


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


Re: [SOGo] Thunderbird 10 ESR + Connector + Integrator Issue in Deleting Event

2012-03-13 Thread Adi Kriegisch
 Yes,
 
 doing all the stuff directly in sogo works like i set it up for the
 user (so correct rights)
 but not in TB.
Hmmm... right clicking in the calendar pane should give you an option to
reload remote acls.
If this doesn't fix it, check in your prefs if the calendar is set read
only. (This is (a) dangerous and (b) tricky but can be done by directly
reading the prefs via Preferences dialogue...)

 is it a good advice to udate to latest nightly build (plugins?)
atm it is a safe choice -- there is only 10.0.1pre1 version of connector
updated which doesn't change that much.
But I am not convinced it helps you with your issue...

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


Re: [SOGo] Thunderbird 10 ESR + Connector + Integrator Issue in Deleting Event

2012-03-13 Thread Martin Seener

Hi,

i already tried to reload the calendars and of course the acls - doesnt 
help.
but can you shortly explain the second trick you mentioned. what exactly 
do i

have to do here?

thanks

Am 3/13/12 5:53 PM, schrieb Adi Kriegisch:

Yes,

doing all the stuff directly in sogo works like i set it up for the
user (so correct rights)
but not in TB.

Hmmm... right clicking in the calendar pane should give you an option to
reload remote acls.
If this doesn't fix it, check in your prefs if the calendar is set read
only. (This is (a) dangerous and (b) tricky but can be done by directly
reading the prefs via Preferences dialogue...)


is it a good advice to udate to latest nightly build (plugins?)

atm it is a safe choice -- there is only 10.0.1pre1 version of connector
updated which doesn't change that much.
But I am not convinced it helps you with your issue...

-- Adi

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


Re: [SOGo] Thunderbird 10 ESR + Connector + Integrator Issue in Deleting Event

2012-03-13 Thread Adi Kriegisch
 but can you shortly explain the second trick you mentioned. what
 exactly do i
 have to do here?
Preferences - Advanced - General - Config Editor
(watch out, you can destroy everything there!)
and now check the preferences for your calendars:
calendar.registry.HASH.* for sane values... 

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


Re: [SOGo] Thunderbird 10 ESR + Connector + Integrator Issue in Deleting Event

2012-03-13 Thread Martin Seener

Hi

checked the readOnly Attribute. Its set to false for every calendar.
as well as those i really cant write on

Am 3/13/12 5:53 PM, schrieb Adi Kriegisch:

Yes,

doing all the stuff directly in sogo works like i set it up for the
user (so correct rights)
but not in TB.

Hmmm... right clicking in the calendar pane should give you an option to
reload remote acls.
If this doesn't fix it, check in your prefs if the calendar is set read
only. (This is (a) dangerous and (b) tricky but can be done by directly
reading the prefs via Preferences dialogue...)


is it a good advice to udate to latest nightly build (plugins?)

atm it is a safe choice -- there is only 10.0.1pre1 version of connector
updated which doesn't change that much.
But I am not convinced it helps you with your issue...

-- Adi

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


[SOGo] SOGo don't seem recognize webcal:// uris

2012-03-13 Thread Federico Alberto Sayd

Hello:

When I try to suscribe to a web calendar, in the dialog box, if I enter 
a webcal uri of type webcal://, SOGo reports a error subscribing the 
calendar, if I change webcal:// by http://; SOGo subscribe the 
calendar without problem.


webcal:// is a de facto standard and is widely used to share calendars. 
There is any issue with webcal:// that prevents SOGo to implements 
this uri scheme? If not, I need to fill a feature request in the bug 
tracking system?


Thanks

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


[SOGo] Proxy Error while saving preferences

2012-03-13 Thread m_brunnl
Hi folks,

 

I am currently migrating from a simple mail web frontend to SOGo.

Until now everything worked fine for me, but now I got a proxy error every
time I try to save my preferences in the SOGo web frontend:


Proxy Error


The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request POST
/SOGo/so/$USER/preferences.

Reason: Error reading from remote server

 

Unfortunately I have not worked with sogo for some month as I had no time.
So I cannot identify any specific cause for this problem. I have found some
update/upgrade issues related to this error but all of them are related to
postgreSQL.

I am using MySQL (5.1.61) running on Ubuntu 10.04.2 and the latest sogo
packages (release).

 

Nothing about POST calls in the logs. Only GET operations are called
successfully:

 

[13/Mar/2012:18:37:24 GMT] GET /SOGo/so/$USER/preferences HTTP/1.1 200
15649/0 0.096 70790 77% 172K

 

Any suggestions how to get rid of this problem?

 

Regards,

Malte

 

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

Re: [SOGo] Proxy Error while saving preferences

2012-03-13 Thread André Schild
1. Is the message realy incldung $USER, or does it show the correct user 
name there ?

2. What does sogo.log tell you ?

Am 13.03.2012 19:00, schrieb m_bru...@cs.uni-kl.de:


Hi folks,

I am currently migrating from a simple mail web frontend to SOGo.

Until now everything worked fine for me, but now I got a proxy error 
every time I try to save my preferences in the SOGo web frontend:



  Proxy Error

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request 
/POST /SOGo/so/$USER/preferences/.


Reason: *Error reading from remote server*

Unfortunately I have not worked with sogo for some month as I had no 
time. So I cannot identify any specific cause for this problem. I have 
found some update/upgrade issues related to this error but all of them 
are related to postgreSQL.


I am using MySQL (5.1.61) running on Ubuntu 10.04.2 and the latest 
sogo packages (release).


Nothing about POST calls in the logs. Only GET operations are called 
successfully:


/[13/Mar/2012:18:37:24 GMT] GET /SOGo/so/$USER/preferences HTTP/1.1 
200 15649/0 0.096 70790 77% 172K/


Any suggestions how to get rid of this problem?

Regards,

Malte



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

[SOGo] Feature idea: Calendar aggregation feature

2012-03-13 Thread Piet Hein
I might have missed its existence, but I believe a feature to aggregate multipe 
calendars into one would be a nice features. We use a few calendars each and 
subscribing/managing subscriptions to them is a bit of a hassle.

Having an option in SOGo to automatically subscribe to another user's calendars 
(with availability depending on the permissions set) or to publish an URL with 
an aggregate of one's own selected calendars. would be a nice feature.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] BTS activities for Tuesday, March 13 2012

2012-03-13 Thread SOGo reporter
Title: BTS activities for Tuesday, March 13 2012





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Tuesday, March 13 2012

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1676
	2012-03-13 11:21:29
	updated (open)
	Backend Address Book
	Importing vcard contact with several categories fails
	
	  
	
1678
	2012-03-13 14:40:55
	new (open)
	Backend Calendar
	Overbooking of ressources with recurring event possible
	
	  
	
1677
	2012-03-13 13:01:30
	new (open)
	Web Preferences
	Sieve filter doesn't work if there is a filter with no rule
	
	  
	
  
  




[SOGo] Inverse SOGo Integrator 10.0

2012-03-13 Thread Alex Ferrara
Hi everyone,

I have been upgrading a medium size environment of approximately 40 users from 
Thunderbird 3.1.x to Thunderbird 10.0.2-esr, along with all the SOGo add ons.

I have noticed that now that I am using Thunderbird 10.0.2-esr / Lightning 
1.2.3 / SOGo Integrator 10.0 / SOGo Connector 10.0, everything works well if I 
install the add-ons manually. If I just install the SOGo Integrator into a 
fresh Thunderbird profile, I can see Thunderbird connecting over HTTPS to the 
update server, but no add-ons get installed.

If I go to the URL for the SOGo Connector in a browser 
(https://mail.company/plugins/updates.php?plugin=sogo-connec...@inverse.caversion=0.00platform=WINNT_x86-msvc),
 I get the following.

This XML file does not appear to have any style information associated with it. 
The document tree is shown below.
RDF xmlns=http://www.w3.org/1999/02/22-rdf-syntax-ns#; 
xmlns:em=http://www.mozilla.org/2004/em-rdf#;
Description about=urn:mozilla:extension:sogo-connec...@inverse.ca
em:updates
Seq
li
Description
em:version10.0/em:version
em:targetApplication
Description
em:id{3550f703-e582-4d05-9a08-453d09bdfdc6}/em:id
em:minVersion10.0.0/em:minVersion
em:maxVersion10.1.*/em:maxVersion
em:updateLink
https://mail.achievecorp/plugins/sogo-connector-10.0.xpi
/em:updateLink
/Description
/em:targetApplication
/Description
/li
/Seq
/em:updates
/Description
/RDF

I would really like to know what I am doing wrong here. Having SOGo 
automatically installing and upgrading packages is a great feature that I would 
like to have again.

Alex Ferrara
Director
Receptive IT Solutions

P 0403 604 604
F (02) 4822 7700
E a...@receptiveit.com.au
W www.receptiveit.com.au



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