From sogo@opengroupware.org Mon Sep 3 10:53:45 2007 From: sogo@opengroupware.org (Willi Fendt) Date: Mon, 03 Sep 2007 11:53:45 +0200 Subject: [SOGo] vmware image available ? Message-ID: <46DBD9A9.8000102@gmx.de> Is there a vmware image available ? This would be much easier to test the application. willi From sogo@opengroupware.org Tue Sep 4 12:32:33 2007 From: sogo@opengroupware.org (Wolfgang Sourdeau) Date: Tue, 04 Sep 2007 07:32:33 -0400 Subject: [SOGo] vmware image available ? In-Reply-To: <46DBD9A9.8000102@gmx.de> Message-ID: <9082df9b9e2412bc971f46ec94100417@Maestro.local> On 2007-09-03 05:53:45 -0400 Willi Fendt wrote: > Is there a vmware image available ? > This would be much easier to test the application. > > willi > Hi Willi, There is no such image. Maybe one day... But meanwhile, you can test SOGo directly from our demo website: http://sogo-demo.inverse.ca/ Both the web interface and the DAV interface (CalDAV, GroupDAV) are accessible from there. And soon you will be able to test the synchronization with your cellphone as well! Wolfgang From sogo@opengroupware.org Wed Sep 5 15:21:15 2007 From: sogo@opengroupware.org (Ludovic Marcotte) Date: Wed, 05 Sep 2007 10:21:15 -0400 Subject: [SOGo] ANN: Funambol SOGo Connector - v0.9.5 Message-ID: <29f8aee0a2b96ee798f7507c30ae316e@miraclemax> Inverse team is happy to announce the pre-release 0.9.5 of the Funambol SOGo Connector. [ Description ] The Funambol SOGo Connector allows any SyncML enabled devices to fully synchronize contacts, events and tasks with SOGo. The connector is fast and reliable. You can try the Funambol SOGo Connector with our SOGo demonstration server at http://sogo-demo.inverse.ca The official webpage of the project is: http://www.inverse.ca/english/contributions/funambol.html [ Features ] * Two-way synchronization support * Contacts, events and tasks support * vCalendar / vCard with version downgrade support * Full SIF support [ Changes since the last release ] * Complete SIF support was added * Fixed the JDK requirements in build.xml * We now consider the user's time zone when manipulating date information * Oracle database support * Fixed the time zone issues with events coming from Mozilla Sunbird or Mozilla Lightning (TZID in DTSTART/DTEND) [ What is SOGo ? ] SOGo is a flavour of OGo that was redesigned for scalability while keeping the fundamental functionalities of a groupware server. It can be used both as a Web application with a user interface that integrates well with the Mozilla application suite, or as a GroupDAV and CalDAV server which you can then access from your native client applicati on of choice such as Mozilla Thunderbird and Lightning. See http://www.inverse.ca/contributions/sogo.html and http://sogo.opengroupware.org/ for details. [ Getting the Funambol SOGo Connector] The Funambol SOGo Connector is free software and is distributed under the GNU GPL. As such, you are free to download and try it by either getting the newly released snapshot from : http://www.inverse.ca/uploads/Funambol/funambol-sogo-0.9.5.s4j or by getting the sources from: http://www.inverse.ca/uploads/Funambol/SOGo-connector-v0.9.5.tar.gz Documentation about the installation and configuration of SOGo is available from : http://www.inverse.ca/contributions/funambol/documentation.html [ Support ] For any questions, do not hesitate to contact us by writing an email to : support@inverse.ca We are continuously working on the project and a full-featured release 1.0 is to come very soon! Thanks, Ludovic -- INVERSE, Une division de KEYRUS A KEYRUS company T: (514) 989-2000, ext. 2800 C: (514) 755-3630 ludovic@inverse.ca www.inverse.ca AVIS - Ce courriel pourrait contenir des renseignements confidentiels ou privilegies. Si vous n'etes pas le veritable destinataire, veuillez nous en aviser immediatement. Merci. NOTICE - This e-mail may contain confidential or privileged information. If you are not the intended recipient, please notify us immediately. Thank you. From sogo@opengroupware.org Fri Sep 7 11:06:31 2007 From: sogo@opengroupware.org (Chris Picton) Date: Fri, 07 Sep 2007 12:06:31 +0200 Subject: [SOGo] Installation from RPMS - ldap authentication Message-ID: <1189159591.8817.49.camel@jabberwock> --=-5OucWPdJQy90dgKJoutQ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi I am trying out sogo, using the prebuilt RPMS for centos5 - the inverse1537 branch. The rpms install with no problems. The only necessary configuration appears to be the ~sogo/GNUstep/Defaults/.GNUstepDefaults file I create the file with the following commands: defaults -u sogo write sogod-0.9 OCSFolderInfoURL "postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_folder_info" defaults -u sogo write sogod-0.9 AgenorProfileURL "postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_user_profile" defaults -u sogo write sogod-0.9 SOGoDefaultMailDomain "tangent.co.za" defaults -u sogo write sogod-0.9 SOGoFallbackIMAP4Server "192.168.20.4" defaults -u sogo write sogod-0.9 SOGoAuthentificationMethod "bypass" defaults -u sogo write sogod-0.9 SOGoSuperUsername chrisp defaults -u sogo write sogod-0.9 SOGoServerTimeZone Africa/Johannesburg When running defaults, I get the following errors: ---------------- 2007-09-07 09:56:45.166 defaults[4064] GNUSTEP_CONFIG_FILE value ('') is not an absolute path. Please rebuild GNUstep-base specifying a valid path to the config file. 2007-09-07 09:56:45.173 defaults[4064] Unknown time zone name `SAST'. 2007-09-07 09:56:45.174 defaults[4064] Using time zone with absolute offset 0. 2007-09-07 09:56:45.165 defaults[4064] GNUSTEP_CONFIG_FILE value ('') is not an absolute path. Please rebuild GNUstep-base specifying a valid path to the config file. 2007-09-07 09:56:45.186 defaults[4064] GNUSTEP_CONFIG_FILE value ('') is not an absolute path. Please rebuild GNUstep-base specifying a valid path to the config file. ------------------ I can however log into the server and create calendar and address book entries Accessing mail gives me an apache 'Internal Server Error', with the following in the logs EXCEPTION: NAME:NSInvalidArgumentException REASON:Tried to add nil value for key 'email' to dictionary INFO:{fullName =3D chrisp; } ### child 4179 (#1) was terminated by signal 6 (uptime=3D30s). [Fri Sep 07 12:01:24 2007] [error] error during reading of response line .. I assume that is because I am actually bypassing authentication. Now, I want to configure LDAP auth. defaults -u sogo write sogod-0.9 SOGoAuthentificationMethod LDAP The snippet to put into the .GNUstepDefaults is: SOGoLDAPSources =3D { CNFieldName =3D cn; IDFieldName =3D uid; UIDFieldName =3D uid; baseDN =3D "ou=3DUsers,o=3Dtesting"; bindDN =3D "cn=3DAdministrator,o=3Dtesting"; bindPassword =3D "mypass!"; canAuthenticate =3D YES; hostname =3D "192.168.20.4"; id =3D "ldap-mycompany"; port =3D 389; }; Where does this go: If I try the following: ------------------------------------ { NSGlobalDomain =3D { }; "sogod-0.9" =3D { AgenorProfileURL =3D "postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_user_profile"; OCSFolderInfoURL =3D "postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_folder_info"; SOGoAuthentificationMethod =3D LDAP; SOGoDefaultMailDomain =3D tangent.co.za; SOGoFallbackIMAP4Server =3D 192.168.20.4; SOGoServerTimeZone =3D Africa/Johannesburg; SOGoSuperUsername =3D chrisp; SOGoLDAPSources =3D { { CNFieldName =3D cn; IDFieldName =3D uid; UIDFieldName =3D uid; baseDN =3D "ou=3DUsers,o=3Dtesting"; bindDN =3D "cn=3DAdministrator,o=3Dtesting"; bindPassword =3D "MyPass!"; canAuthenticate =3D YES; hostname =3D "192.168.20.4"; id =3D "ldap-mycompany"; port =3D 389; }; }; }; } ------------------------------------------------------- I then get the following in my logs when trying to authenticate: Sep 07 10:12:45 sogod-0.9 [4301]: <0x0x9b5caf8[SOGoWebAuthenticator]> tried wrong password for user 'chrisp'! 2007-09-07 10:12:45.180 sogod-0.9[4286] WARNING(-[SaxXMLReaderFactory _loadBundlePath:infoDictionary:nameMap:typeMap:]): multiple parsers available for MIME type 'text/calendar', using 'VSCardSaxDriver' as default for type text/calendar. 2007-09-07 10:12:45.180 sogod-0.9[4286] WARNING(-[SaxXMLReaderFactory _loadBundlePath:infoDictionary:nameMap:typeMap:]): multiple parsers available for MIME type 'text/x-vcard', using 'VSCardSaxDriver' as default for type text/x-vcard. 2007-09-07 10:12:45.203 sogod-0.9[4286] WARNING: called -[WEStringTableManager _cachedStringForKey:inTableNamed:withDefaultValue:languages:] without languages array (nil) ! Sep 07 10:12:45 sogod-0.9 [4301]: <0x0x9b48428[WEStringTableManager]> missing translations directory ... Sep 07 10:12:45 sogod-0.9 [4301]: <0x0x9b48428[WEStringTableManager]> missing translations directory ... 2007-09-07 10:12:45.205 sogod-0.9[4286] WARNING: called -[WEStringTableManager _cachedStringForKey:inTableNamed:withDefaultValue:languages:] without languages array (nil) ! Sep 07 10:12:45 sogod-0.9 [4301]: <0x0x9b48428[WEStringTableManager]> missing translations directory ... Sep 07 10:12:45 sogod-0.9 [4301]: <0x0x9b48428[WEStringTableManager]> missing translations directory ... 2007-09-07 10:12:45.206 sogod-0.9[4286] WARNING: called -[WEStringTableManager _cachedStringForKey:inTableNamed:withDefaultValue:languages:] without languages array (nil) ! Sep 07 10:12:45 sogod-0.9 [4301]: <0x0x9b48428[WEStringTableManager]> missing translations directory ... Sep 07 10:12:45 sogod-0.9 [4301]: <0x0x9b48428[WEStringTableManager]> missing translations directory ... 2007-09-07 10:12:45.209 sogod-0.9[4286] WARNING: called -[WEStringTableManager _cachedStringForKey:inTableNamed:withDefaultValue:languages:] without languages array (nil) ! Sep 07 10:12:45 sogod-0.9 [4301]: <0x0x9b48428[WEStringTableManager]> missing translations directory ... Sep 07 10:12:45 sogod-0.9 [4301]: <0x0x9b48428[WEStringTableManager]> missing translations directory ... 2007-09-07 10:12:45.211 sogod-0.9[4286] WARNING: called -[WEStringTableManager _cachedStringForKey:inTableNamed:withDefaultValue:languages:] without languages array (nil) ! Sep 07 10:12:45 sogod-0.9 [4301]: <0x0x9b48428[WEStringTableManager]> missing translations directory ... Sep 07 10:12:45 sogod-0.9 [4301]: <0x0x9b48428[WEStringTableManager]> missing translations directory ... 192.168.20.122 - - [07/Sep/2007:10:12:45 GMT] "POST /SOGo.woa/so/view HTTP/1.1" 200 859/59 0.042 3028 71% 1M ------------- When I stop sogo, I get then following: Session terminated, killing shell...^[[A2007-09-07 10:13:07.243 sogod-0.9[4286] File NSDictionary.m: 594. In [GSMutableDictionary -initWithContentsOfFile:] Contents of file '/home/sogo/GNUstep/Defaults/.GNUstepDefaults' does not contain a dictionary ...killed. and my file then contains: { NSGlobalDomain =3D { }; "sogod-0.9" =3D { }; } Can someone please give me some info on how to get ldap authentication working. Thanks Chris ---------------------+-----------------------------------------------------= -- Chris Picton | PGP Key ID: 9D28A988 (wwwkeys.pgp.net) Technical Director | PGP Key Fingerprint: Tangent Systems | 2B46 29EA D530 79EC D9EA 3ED0 229D 6DD6 9D28 A988 011 447 8096 |=20 chrisp@tangent.co.za | http://www.tangent.co.za/keys/chrisp.asc ---------------------+-----------------------------------------------------= -- --=-5OucWPdJQy90dgKJoutQ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQBG4SKnIp1t1p0oqYgRAilhAJ4tmO7OjZgt5uDxEr8uvR9rqOvvkwCfa/LW Zrf8mnrcQtyAWdqw2C0KeHc= =Vxw5 -----END PGP SIGNATURE----- --=-5OucWPdJQy90dgKJoutQ-- From sogo@opengroupware.org Mon Sep 10 18:21:51 2007 From: sogo@opengroupware.org (Wolfgang Sourdeau) Date: Mon, 10 Sep 2007 13:21:51 -0400 Subject: [SOGo] Re: [OGo-Users] Installation of sogo from RPMS - ldap authentication In-Reply-To: <46E5756A.1000208@tangent.co.za> Message-ID: <70c297e8452c2a1533b1b92e09ce5bd6@mozzarella> [message moved from users@opengroupware.org] On 2007-09-10 11:48:42 -0500 Chris Picton wrote: > Hi - I sent this to the sogo list, but so far have not have any > response Sorry Chris, I have been very busy recently and I simply forgot to answer. I apologize. > I can however log into the server and create calendar and address book > entries That is expected when the method is set to "bypass". > Accessing mail gives me an apache 'Internal Server Error', with the > following in the logs > EXCEPTION: NAME:NSInvalidArgumentException > REASON:Tried to add nil value for key 'email' to dictionary > INFO:{fullName = chrisp; } > ### child 4179 (#1) was terminated by signal 6 (uptime=30s). > [Fri Sep 07 12:01:24 2007] [error] error during reading of response > line .. That is normal. Only the calendar and the address book will work with that configuration. > Now, I want to configure LDAP auth. > defaults -u sogo write sogod-0.9 SOGoAuthentificationMethod LDAP > > The snippet to put into the .GNUstepDefaults is: > SOGoLDAPSources = { > CNFieldName = cn; > IDFieldName = uid; > UIDFieldName = uid; > baseDN = "ou=Users,o=testing"; > bindDN = "cn=Administrator,o=testing"; > bindPassword = "mypass!"; > canAuthenticate = YES; > hostname = "192.168.20.4"; > id = "ldap-mycompany"; > port = 389; > }; > I think the problem comes from the final ";". GNUstep is unfortunately very picky and will erase dictionaries which are not totally compliant with the expected syntax :/ What you can do, to make sure you don't lose your settings, is to make a backup copy of your configuration file before launching sogo or using any GNUstep application/utility. The rest of your configuration file seems ok to me. Wolfgang From sogo@opengroupware.org Mon Sep 10 21:29:09 2007 From: sogo@opengroupware.org (Chris Picton) Date: Mon, 10 Sep 2007 22:29:09 +0200 Subject: [SOGo] Re: [OGo-Users] Installation of sogo from RPMS - ldap authentication In-Reply-To: <70c297e8452c2a1533b1b92e09ce5bd6@mozzarella> References: <70c297e8452c2a1533b1b92e09ce5bd6@mozzarella> Message-ID: <46E5A915.3000107@tangent.co.za> Wolfgang Sourdeau wrote: > > I have been very busy recently and I simply forgot to answer. I apologize. No problem - thanks for the reply now. > > > What you can do, to make sure you don't lose your settings, is to make a > backup copy of your configuration file before launching sogo or using > any GNUstep application/utility. > > The rest of your configuration file seems ok to me. This is what my config now looks like (using round instead of curly brackets where necessary): ------------------- { NSGlobalDomain = { }; "sogod-0.9" = { AgenorProfileURL = "postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_user_profile"; OCSFolderInfoURL = "postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_folder_info"; SOGoAuthentificationMethod = LDAP; SOGoDefaultMailDomain = tangent.co.za; SOGoFallbackIMAP4Server = 192.168.20.4; SOGoServerTimeZone = Africa/Johannesburg; SOGoLDAPSources = ( { CNFieldName = cn; IDFieldName = uid; UIDFieldName = uid; baseDN = "ou=Users,o=testing"; bindDN = "cn=Administrator,o=testing"; bindFields = uid; bindPassword = "MyPass!"; canAuthenticate = YES; hostname = "192.168.20.4"; id = directory; port = 389; } ); }; } ------------------- Things appear to be working better now - thanks I will investigate further and post any issues I have here. Regards Chris From sogo@opengroupware.org Tue Sep 11 05:54:44 2007 From: sogo@opengroupware.org (Chris Picton) Date: Tue, 11 Sep 2007 06:54:44 +0200 Subject: [SOGo] Installation of sogo from RPMS - ldap authentication In-Reply-To: <46E5A915.3000107@tangent.co.za> References: <70c297e8452c2a1533b1b92e09ce5bd6@mozzarella> <46E5A915.3000107@tangent.co.za> Message-ID: <46E61F94.9000303@tangent.co.za> Just a follow-up on this: Chris Picton wrote: > This is what my config now looks like > ------------------- > { > NSGlobalDomain = { > }; > "sogod-0.9" = { > AgenorProfileURL = > "postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_user_profile"; > OCSFolderInfoURL = > "postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_folder_info"; > SOGoAuthentificationMethod = LDAP; > SOGoDefaultMailDomain = tangent.co.za; > SOGoFallbackIMAP4Server = 192.168.20.4; > SOGoServerTimeZone = Africa/Johannesburg; > SOGoLDAPSources = ( > { > CNFieldName = cn; > IDFieldName = uid; > UIDFieldName = uid; > baseDN = "ou=Users,o=testing"; > bindDN = "cn=Administrator,o=testing"; > bindFields = uid; > bindPassword = "MyPass!"; > canAuthenticate = YES; > isAddressBook = YES; > hostname = "192.168.20.4"; > id = directory; > port = 389; > } > ); > }; > } > ------------------- > I will investigate further and post any issues I have here. Here are my issues so far: 1. I have set my ldap source above to (isAddressBook = YES). I cannot see how to reference this addressbook in the web gui. 2. I have to log in twice to actually get to the correct pages. If I log in at /SOGo, it redirects me to /SOGo/so/chrisp/view, where I am presented with another login screen. If I log in there again, then I get to my calendar by default. 3. Cookies don't appear to be removed correctly. I sometimes get the case where I have multiple vales for 0xHIGHFLYxSOGo-0.9, basicdGVzdDxxxxxxx, and logout. Or I get multiple cookies with different paths (/SOGo/so/chrisp/ and /SOGo.woa/so/) 4. I cannot seem to access the web pages correctly with IE7. The page layout loads, but with no content. I get an ie scripting error (Object does not support this property or method on line 1468 of ..../Calendar/view) 5. I cannot access mail. The page loads and show two folders (Inbox and Drafts). Nothing happens when I select Inbox. I am using courier imap server. Hope you can help Chris Logs when activating mail ------------------------- 172.17.17.3 - - [11/Sep/2007:07:00:27 GMT] "GET /SOGo/so/test/Mail HTTP/1.1" 302 0/0 0.007 - - 0 172.17.17.3 - - [11/Sep/2007:07:00:27 GMT] "GET /SOGo/so/test/Mail/view HTTP/1.1" 200 2637/0 0.021 11355 76% 188K 172.17.17.3 - - [11/Sep/2007:07:00:28 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=English%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=labels&product=CommonUI&table=Localizable&framework=MailerUI.SOGo HTTP/1.1" 304 0/0 0.001 - - 0 172.17.17.3 - - [11/Sep/2007:07:00:29 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=English%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=clabels&product=CommonUI&table=Localizable&framework= HTTP/1.1" 304 0/0 0.001 - - 0 172.17.17.3 - - [11/Sep/2007:07:00:30 GMT] "GET /SOGo/so/test/jsonDefaults HTTP/1.1" 200 360/0 0.008 - - 0 172.17.17.3 - - [11/Sep/2007:07:00:30 GMT] "GET /SOGo/so/test/jsonSettings HTTP/1.1" 200 2/0 0.004 - - 0 172.17.17.3 - - [11/Sep/2007:07:00:31 GMT] "POST /SOGo/so/test/Mail/test@192.168.20.4/mailboxes HTTP/1.1" 200 73/0 0.006 - - 0 172.17.17.3 - - [11/Sep/2007:07:00:31 GMT] "POST /SOGo/so/test/Mail/test@192.168.20.4/folderINBOX/view?noframe=1 HTTP/1.1" 404 208/0 0.004 - - 0 172.17.17.3 - - [11/Sep/2007:07:00:31 GMT] "POST /SOGo/so/test/Mail/test@192.168.20.4/folderINBOX/quotas HTTP/1.1" 404 208/0 0.013 - - 0 ------------------------- From sogo@opengroupware.org Tue Sep 11 14:59:33 2007 From: sogo@opengroupware.org (Wolfgang Sourdeau) Date: Tue, 11 Sep 2007 09:59:33 -0400 Subject: [SOGo] Installation of sogo from RPMS - ldap authentication In-Reply-To: <46E61F94.9000303@tangent.co.za> Message-ID: <65007991de0c4ddaa952baa64bdde3fa@mozzarella> Hi Chris, I will answer your questions as much as possible: > Here are my issues so far: > > 1. I have set my ldap source above to (isAddressBook = YES). I > cannot see > how to reference this addressbook in the web gui. This is because your address book is missing a "displayName" definition parameter. > 2. I have to log in twice to actually get to the correct pages. If I > log in > at /SOGo, it redirects me to /SOGo/so/chrisp/view, where I am > presented with > another login screen. If I log in there again, then I get to my > calendar by > default. > > 3. Cookies don't appear to be removed correctly. I sometimes get the > case > where I have multiple vales for 0xHIGHFLYxSOGo-0.9, > basicdGVzdDxxxxxxx, and > logout. Or I get multiple cookies with different paths > (/SOGo/so/chrisp/ and > /SOGo.woa/so/) Both problems are actually the same. And it was fixed in the most SVN release. The code for handling cookies is quite young and many fixes have been applied already. I suggest you download that new code, or simply wait for the next release which will occur this week or the next. > 4. I cannot seem to access the web pages correctly with IE7. The > page layout > loads, but with no content. I get an ie scripting error (Object does > not > support this property or method on line 1468 of ..../Calendar/view) Again, this problem has been fixed recently. > 5. I cannot access mail. The page loads and show two folders (Inbox > and > Drafts). Nothing happens when I select Inbox. I am using courier > imap > server. Hmmm, this is rather strange because your configuration looks ok... Can you by any chance test via telnet if you can access your IMAP folders properly? The sequence would be similar to this: (the lines starting with "r:" is the response from the server, this prefix won't appear in reality) telnet 192.168.20.4 imap Trying 192.168.20.4... Connected to test.yourdomain.za. Escape character is '^]'. r: * OK test.yourdomain.za Cyrus IMAP4 1 LOGIN test r: 1 OK User logged in 1 LIST "" "%" r: * LIST (\Noinferiors) "/" "INBOX" r: * LIST (\HasNoChildren) "/" "INBOX.Drafts" r: * LIST (\HasNoChildren) "/" "INBOX.Sent" r: * LIST (\HasNoChildren) "/" "INBOX.Trash" r: 1 OK Completed (0.000 secs 12 calls) 1 LOGOUT r: * BYE LOGOUT received r: 1 OK Completed Connection closed by foreign host. From sogo@opengroupware.org Tue Sep 11 15:48:17 2007 From: sogo@opengroupware.org (Chris Picton) Date: Tue, 11 Sep 2007 16:48:17 +0200 Subject: [SOGo] Installation of sogo from RPMS - ldap authentication In-Reply-To: <65007991de0c4ddaa952baa64bdde3fa@mozzarella> References: <65007991de0c4ddaa952baa64bdde3fa@mozzarella> Message-ID: <1189522097.7255.5.camel@jabberwock> --=-EN0DhKmqVpokrOGiADbV Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2007-09-11 at 09:59 -0400, Wolfgang Sourdeau wrote: > Hi Chris, >=20 >=20 > I will answer your questions as much as possible: >=20 > > Here are my issues so far: > >=20 > > 1. I have set my ldap source above to (isAddressBook =3D YES). I=20 > > cannot see=20 > > how to reference this addressbook in the web gui. >=20 > This is because your address book is missing a "displayName"=20 > definition parameter. I will check that and fix it > > 2 and 3 and 4 > this problem has been fixed recently. Thanks for all the work. >=20 > > 5. I cannot access mail. The page loads and show two folders (Inbox=20 > > and=20 > > Drafts). Nothing happens when I select Inbox. I am using courier=20 > > imap=20 > > server. >=20 > Hmmm, this is rather strange because your configuration looks ok...=20 > Can you by any chance test via telnet if you can access your IMAP=20 > folders properly?=20 Here is the result of my telnet [root@localhost ~]# telnet 192.168.20.4 143 Trying 192.168.20.4... Connected to 192.168.20.4. Escape character is '^]'. * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=3DORDEREDSUBJECT THREAD=3DREFERENCES SORT QUOTA IDLE ACL ACL2=3DUNIO= N STARTTLS] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc. See COPYING for distribution information. . login test test123 . OK LOGIN Ok. . list "" "%" * LIST (\Marked \HasChildren) "." "INBOX" . OK LIST completed . list "" "*" * LIST (\HasNoChildren) "." "INBOX.test" * LIST (\HasNoChildren) "." "INBOX.Trash" * LIST (\HasNoChildren) "." "INBOX.Sent" * LIST (\Marked \HasChildren) "." "INBOX" . OK LIST completed . logout * BYE Courier-IMAP server shutting down . OK LOGOUT completed Connection closed by foreign host. Note that list with % only shows inbox, but list with * shows the folders. (is this due to subscription settings?) Also, I have mail in the inbox, but nothing is displayed on the right hand side. ---------------------+-----------------------------------------------------= -- Chris Picton | PGP Key ID: 9D28A988 (wwwkeys.pgp.net) Technical Director | PGP Key Fingerprint: Tangent Systems | 2B46 29EA D530 79EC D9EA 3ED0 229D 6DD6 9D28 A988 011 447 8096 |=20 chrisp@tangent.co.za | http://www.tangent.co.za/keys/chrisp.asc ---------------------+-----------------------------------------------------= -- --=-EN0DhKmqVpokrOGiADbV Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQBG5qqtIp1t1p0oqYgRAoFSAKCtM7yUQjrswbaCBEbR/k5LPrOJiwCfRwHx 2DtoGo4PZi2hTPut43D4iog= =IbiE -----END PGP SIGNATURE----- --=-EN0DhKmqVpokrOGiADbV-- From sogo@opengroupware.org Tue Sep 11 16:05:59 2007 From: sogo@opengroupware.org (Wolfgang Sourdeau) Date: Tue, 11 Sep 2007 11:05:59 -0400 Subject: [SOGo] Installation of sogo from RPMS - ldap authentication In-Reply-To: <1189522097.7255.5.camel@jabberwock> Message-ID: > Here is the result of my telnet > > [root@localhost ~]# telnet 192.168.20.4 143 > Trying 192.168.20.4... > Connected to 192.168.20.4. > Escape character is '^]'. > * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE > THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION > STARTTLS] Courier-IMAP ready. Copyright 1998-2005 Double Precision, > Inc. > See COPYING for distribution information. > . login test test123 > . OK LOGIN Ok. > . list "" "%" Actually, I was wrong. The list instruction used by SOPE is LIST "*" "*", but it does not matter that much here... I remember an issue that SOGo has with some installations of Courier IMAP. Is the "SORT" instruction disabled in your configuration? This causes Courier to not return any emails in mailboxes. You can see this with another telnet session: 1 SELECT INBOX and 1 UID SORT (REVERSE ARRIVAL) UTF-8 not deleted This should return a list of email ids. When the SORT instruction is disabled, the server will refuse to process the request and return an error at that stage. -- Wolfgang Sourdeau T: (514) 989-2000 ext. 2602 C: (514) 755-3520 AVIS - Ce courriel pourrait contenir des renseignements confidentiels ou privilegies. Si vous n'etes pas le veritable destinataire, veuillez nous en aviser immediatement. Merci. NOTICE - This e-mail may contain confidential or privileged information. If you are not the intended recipient, please notify us immediately. Thank you. From sogo@opengroupware.org Tue Sep 11 16:11:13 2007 From: sogo@opengroupware.org (Wolfgang Sourdeau) Date: Tue, 11 Sep 2007 11:11:13 -0400 Subject: [SOGo] Installation of sogo from RPMS - ldap authentication In-Reply-To: Message-ID: > Actually, I was wrong. The list instruction used by SOPE is LIST "*" > "*", but > it does not matter that much here... > > I remember an issue that SOGo has with some installations of Courier > IMAP. Is > the "SORT" instruction disabled in your configuration? This causes > Courier to > not return any emails in mailboxes. > You can see this with another telnet session: > 1 SELECT INBOX > and > 1 UID SORT (REVERSE ARRIVAL) UTF-8 not deleted > > This should return a list of email ids. When the SORT instruction is > disabled, the server will refuse to process the request and return an > error > at that stage. Another possibility would be to use a sniffer such as tcpflow to observe the imap dialog between SOGo and your server: tcpflow -c port imap W. -- Wolfgang Sourdeau T: (514) 989-2000 ext. 2602 C: (514) 755-3520 AVIS - Ce courriel pourrait contenir des renseignements confidentiels ou privilegies. Si vous n'etes pas le veritable destinataire, veuillez nous en aviser immediatement. Merci. NOTICE - This e-mail may contain confidential or privileged information. If you are not the intended recipient, please notify us immediately. Thank you. From sogo@opengroupware.org Tue Sep 11 20:11:12 2007 From: sogo@opengroupware.org (Chris Picton) Date: Tue, 11 Sep 2007 21:11:12 +0200 Subject: [SOGo] Installation of sogo from RPMS - ldap authentication In-Reply-To: References: Message-ID: <46E6E850.3000508@tangent.co.za> Wolfgang Sourdeau wrote: > >> Actually, I was wrong. The list instruction used by SOPE is LIST "*" >> "*", but it does not matter that much here... >> >> I remember an issue that SOGo has with some installations of Courier >> IMAP. Is the "SORT" instruction disabled in your configuration? This >> causes Courier to not return any emails in mailboxes. >> You can see this with another telnet session: >> 1 SELECT INBOX >> and >> 1 UID SORT (REVERSE ARRIVAL) UTF-8 not deleted >> >> This should return a list of email ids. When the SORT instruction is >> disabled, the server will refuse to process the request and return an >> error at that stage. > > Another possibility would be to use a sniffer such as tcpflow to observe > the imap dialog between SOGo and your server: > tcpflow -c port imap What imap server are you using? It may be due to differene namespace roots? Here is the result of a sniffer: * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc. See COPYING for distribution information. 1 login "test" "test123" 1 OK LOGIN Ok. 2 list "" "" * LIST (\Noselect) "." "" 2 OK LIST completed 3 list "*" "*" 3 OK LIST completed 4 getacl "INBOX" * ACL "INBOX" "owner" "acdilrsw" 4 OK GETACL completed. 5 getacl "INBOX" * ACL "INBOX" "owner" "acdilrsw" 5 OK GETACL completed. For reference, here is the result when connecting to the mailbox from Thunderbird: * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc. See COPYING for distribution information. 1 capability * CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS 1 OK CAPABILITY completed 2 login "test" "test123" 2 OK LOGIN Ok. 3 namespace * NAMESPACE (("INBOX." ".")) NIL (("#shared." ".")("shared." ".")) 3 OK NAMESPACE completed. 4 lsub "" "INBOX.*" * LSUB (\HasNoChildren) "." "INBOX.Trash" * LSUB (\HasNoChildren) "." "INBOX.Sent" 4 OK LSUB completed 5 lsub "" "#shared.*" 5 OK LSUB completed 6 lsub "" "shared.*" 6 OK LSUB completed 7 list "" "INBOX" * LIST (\Marked \HasChildren) "." "INBOX" 7 OK LIST completed 8 select "INBOX" * FLAGS (\Draft \Answered \Flagged \Deleted \Seen \Recent) * OK [PERMANENTFLAGS (\* \Draft \Answered \Flagged \Deleted \Seen)] Limited * 5 EXISTS * 0 RECENT * OK [UIDVALIDITY 1166532520] Ok * OK [MYRIGHTS "acdilrsw"] ACL 8 OK [READ-WRITE] Ok 9 myrights "INBOX" * MYRIGHTS "INBOX" "acdilrsw" 9 OK MYRIGHTS completed. 10 getacl "INBOX" * ACL "INBOX" "owner" "acdilrsw" 10 OK GETACL completed. 11 getquotaroot "INBOX" * QUOTAROOT "INBOX" "ROOT" * QUOTA "ROOT" (STORAGE 6 1000000) 11 OK GETQUOTAROOT Ok. 12 UID fetch 1:* (FLAGS) * 1 FETCH (UID 1 FLAGS (\Seen)) * 2 FETCH (UID 2 FLAGS ()) * 3 FETCH (UID 3 FLAGS ()) * 4 FETCH (UID 4 FLAGS ()) * 5 FETCH (UID 5 FLAGS ()) 12 OK FETCH completed. From sogo@opengroupware.org Tue Sep 11 21:56:53 2007 From: sogo@opengroupware.org (Wolfgang Sourdeau) Date: Tue, 11 Sep 2007 16:56:53 -0400 Subject: [SOGo] Installation of sogo from RPMS - ldap authentication In-Reply-To: <46E6E850.3000508@tangent.co.za> Message-ID: > > Another possibility would be to use a sniffer such as tcpflow to observe > > the imap dialog between SOGo and your server: > > tcpflow -c port imap > > What imap server are you using? It may be due to differene namespace roots? You are right. We are using Cyrus, which supports having folders in the root (it supports both). SOGo only manage folders-from-the-root at this moment, unfortunately. Wolfgang From sogo@opengroupware.org Wed Sep 12 09:04:04 2007 From: sogo@opengroupware.org (Olivier Migeot) Date: Wed, 12 Sep 2007 10:04:04 +0200 Subject: [SOGo] Logging to SOGo? Message-ID: <46E79D74.3010106@paysdelourcq.fr> This is a multi-part message in MIME format. --------------090307070306030600090403 Content-Type: multipart/alternative; boundary="------------050203050202020602070107" --------------050203050202020602070107 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi ev'rybody, I'm in the process of trying different OSS groupware suites, and I felt upon SOGo (the Inverse branch). The web demo is quite impressive, and I quickly compiled and installed it on a test box. It all goes (too?) well, but I'm stuck now : no matter how I configure it, I can't manage to log into the UI. Let me explain how. First, my SOPE svn revision is 1537 and SOGo is 1172 (last available when writing this). I'm using Postgres 8.2, and would like to connect to an OpenLDAP2.3 backend. I did not configure any IMAP server yet. Whether I use "LDAP" or "bypass" as an authentification method, the login "window" stays visible. Whatever login/password I enter, the top menu (Calendar, Preferences, ...) appears, but clicking on its items does nothing (beside hiding that top menu). In sogod logs, I got the following line (the only one that makes sense to me): <0x0x8712178[SOGoWebAuthenticator]> tried unknown authentication method: basicYWRtaW46dG90bw== (C) I added to files to this email : a copy of my .GNUstepDefaults (currently using LDAP auth), and some output from sogod. The only things I did to produce these logs are : launching sogod and trying to connect with user "admin" from the UI. Would anyone have a hint on this? Thanks by advance. -- --------------050203050202020602070107 Content-Type: multipart/related; boundary="------------010201090307010806040506" --------------010201090307010806040506 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi ev'rybody,

I'm in the process of trying different OSS groupware suites, and I felt upon SOGo (the Inverse branch). The web demo is quite impressive, and I quickly compiled and installed it on a test box.

It all goes (too?) well, but I'm stuck now : no matter how I configure it, I can't manage to log into the UI. Let me explain how.

First, my SOPE svn revision is 1537 and SOGo is 1172 (last available when writing this). I'm using Postgres 8.2, and would like to connect to an OpenLDAP2.3 backend. I did not configure any IMAP server yet.

Whether I use "LDAP" or "bypass" as an authentification method, the login "window" stays visible. Whatever login/password I enter, the top menu (Calendar, Preferences, ...) appears, but clicking on its items does nothing (beside hiding that top menu). In sogod logs, I got the following line (the only one that makes sense to me):

  <0x0x8712178[SOGoWebAuthenticator]> tried unknown authentication method: basicYWRtaW46dG90bw== (C)

I added to files to this email : a copy of my .GNUstepDefaults (currently using LDAP auth), and some output from sogod. The only things I did to produce these logs are : launching sogod and trying to connect with user "admin" from the UI.

Would anyone have a hint on this? Thanks by advance.

--
--------------010201090307010806040506 Content-Type: image/gif; name="OM.gif" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="OM.gif" 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 --------------010201090307010806040506-- --------------050203050202020602070107-- --------------090307070306030600090403 Content-Type: text/plain; name="GNUstepDefaults.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="GNUstepDefaults.txt" { NSGlobalDomain = { }; "sogod-0.9" = { SOGoServerTimeZone = Europe/Paris; OCSFolderInfoURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info"; AgenorProfileURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile"; WOMessageUseUTF8 = YES; WOParsersUseUTF8 = YES; WOPort = 8364; SOGoSuperUsername = "admin"; SOGoAuthentificationMethod = "LDAP"; SOGoLDAPSources = ( { CNFieldName = cn; IDFieldName = cn; UIDFieldName = cn; baseDN = "dc=mydomain,dc=local"; bindDN = "cn=admin,dc=mydomain,dc=local"; bindPassword = "mypasswd"; canAuthenticate = YES; displayName = "Shared Addresses"; hostname = sogo.mydomain.local; id = myauth; isAddressBook = NO; port = 389; } ); }; } --------------090307070306030600090403 Content-Type: text/plain; name="sogod.log" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="sogod.log" sogo@sogo:~$ sogod-0.9 2007-09-12 09:58:07.081 sogod-0.9[28474] starting SOGo (build root@ 200709111102) 2007-09-12 09:58:07.082 sogod-0.9[28474] Note: vmem size check enabled: shutting down app when vmem > 200 MB Sep 12 09:58:07 sogod-0.9 [28474]: SNS support disabled. Sep 12 09:58:07 sogod-0.9 [28474]: <0x0x8356220[SOGoProductLoader]> scanning SOGo products in: /home/sogo/GNUstep/Library/SOGo-0.9 Sep 12 09:58:07 sogod-0.9 [28474]: <0x0x8356220[SOGoProductLoader]> scanning SOGo products in: /usr/local/lib/GNUstep/Local/Library/SOGo-0.9 Sep 12 09:58:07 sogod-0.9 [28474]: <0x0x8356220[SOGoProductLoader]> register SOGo product: Mailer.SOGo Sep 12 09:58:07 sogod-0.9 [28474]: <0x0x8356220[SOGoProductLoader]> register SOGo product: MainUI.SOGo Sep 12 09:58:07 sogod-0.9 [28474]: <0x0x8356220[SOGoProductLoader]> register SOGo product: MailPartViewers.SOGo Sep 12 09:58:07 sogod-0.9 [28474]: <0x0x8356220[SOGoProductLoader]> register SOGo product: SchedulerUI.SOGo Sep 12 09:58:07 sogod-0.9 [28474]: <0x0x8356220[SOGoProductLoader]> register SOGo product: PreferencesUI.SOGo Sep 12 09:58:07 sogod-0.9 [28474]: <0x0x8356220[SOGoProductLoader]> register SOGo product: Contacts.SOGo Sep 12 09:58:07 sogod-0.9 [28474]: <0x0x8356220[SOGoProductLoader]> register SOGo product: Appointments.SOGo Sep 12 09:58:07 sogod-0.9 [28474]: <0x0x8356220[SOGoProductLoader]> register SOGo product: MailerUI.SOGo Sep 12 09:58:07 sogod-0.9 [28474]: <0x0x8356220[SOGoProductLoader]> register SOGo product: ContactsUI.SOGo Sep 12 09:58:07 sogod-0.9 [28474]: <0x0x8356220[SOGoProductLoader]> register SOGo product: CommonUI.SOGo Sep 12 09:58:07 sogod-0.9 [28474]: <0x0x8356220[SOGoProductLoader]> scanning SOGo products in: /usr/local/lib/GNUstep/Network/Library/SOGo-0.9 Sep 12 09:58:07 sogod-0.9 [28474]: <0x0x8356220[SOGoProductLoader]> scanning SOGo products in: /usr/lib/GNUstep/System/Library/SOGo-0.9 Sep 12 09:58:07 sogod-0.9 [28474]: <0x0x8356220[SOGoProductLoader]> scanning SOGo products in: /usr/local/lib/sogod-0.9 Sep 12 09:58:07 sogod-0.9 [28474]: <0x0x8356220[SOGoProductLoader]> scanning SOGo products in: /usr/lib/sogod-0.9 2007-09-12 09:58:07.194 sogod-0.9[28474] Note: fetching full mail header. 2007-09-12 09:58:07.194 sogod-0.9[28474] Note(SOGoMailObject): using constant etag for mail parts: '"imap4url_0_9_126"' 2007-09-12 09:58:07.195 sogod-0.9[28474] Note: using SOGo mail spool folder: /tmp/ 2007-09-12 09:58:07.195 sogod-0.9[28474] Note(SOGoMailBodyPart): using constant etag for mail parts: '"imap4url_0_9_126"' 2007-09-12 09:58:07.196 sogod-0.9[28474] Note: using shared-folders name: '(nil)' 2007-09-12 09:58:07.196 sogod-0.9[28474] Note: using other-users-folders name: '(nil)' 2007-09-12 09:58:07.196 sogod-0.9[28474] Note: using other-users-folders name: '(nil)' Sep 12 09:58:07 sogod-0.9 [28474]: [WARN] [so-secinfo SOGoUserFolder] tried to declare object permission twice! (perm=view,private=no,public=no) Sep 12 09:58:07 sogod-0.9 [28474]: [WARN] [so-secinfo SOGoUserFolder] tried to set default role of 'webdav access' twice! (set to (Authenticated)) Sep 12 09:58:07 sogod-0.9 [28474]: |SOGo-0.9| WOHttpAdaptor listening on address *:8364 2007-09-12 10:00:14.816 sogod-0.9[28474] Note(SoObject): SoDebugKeyLookup is enabled! 2007-09-12 10:00:14.816 sogod-0.9[28474] Note(SoObject): SoDebugBaseURL is enabled! 2007-09-12 10:00:14.816 sogod-0.9[28474] Note(SoObject): relative base URLs are enabled. 2007-09-12 10:00:14.819 sogod-0.9[28474] WARNING(-[SaxXMLReaderFactory _loadBundlePath:infoDictionary:nameMap:typeMap:]): multiple parsers available for MIME type 'text/calendar', using 'VSCardSaxDriver' as default for type text/calendar. 2007-09-12 10:00:14.819 sogod-0.9[28474] WARNING(-[SaxXMLReaderFactory _loadBundlePath:infoDictionary:nameMap:typeMap:]): multiple parsers available for MIME type 'text/x-vcard', using 'VSCardSaxDriver' as default for type text/x-vcard. 192.168.1.82 - - [12/Sep/2007:10:00:14 GMT] "GET /SOGo/ HTTP/1.1" 200 1269/0 0.057 3853 67% 1M 192.168.1.82 - - [12/Sep/2007:10:00:15 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=French%2CEnglish%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=labels&product=CommonUI&table=Localizable&framework=MainUI.SOGo HTTP/1.1" 200 130/0 0.002 - - 8K 192.168.1.82 - - [12/Sep/2007:10:00:15 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=French%2CEnglish%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=clabels&product=CommonUI&table=Localizable&framework= HTTP/1.1" 200 1503/0 0.002 - - 8K 192.168.1.82 - - [12/Sep/2007:10:00:18 GMT] "POST /SOGo/connect?userName=admin&password=toto HTTP/1.1" 204 0/0 0.002 - - 12K Sep 12 10:00:18 sogod-0.9 [28474]: <0x0x8712178[SOGoWebAuthenticator]> tried unknown authentication method: basicYWRtaW46dG90bw== (C) 2007-09-12 10:00:18.536 sogod-0.9[28474] File NSKeyValueCoding.m: 549. In [UIxToolbar -takeValue:forKey:] This method is deprecated, use -setValue:forKey: 192.168.1.82 - - [12/Sep/2007:10:00:18 GMT] "GET /SOGo/admin HTTP/1.1" 200 1377/0 0.017 4163 66% 40K 192.168.1.82 - - [12/Sep/2007:10:00:18 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=French%2CEnglish%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=labels&product=CommonUI&table=Localizable&framework=MainUI.SOGo HTTP/1.1" 304 0/0 0.001 - - 0 192.168.1.82 - - [12/Sep/2007:10:00:18 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=French%2CEnglish%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=clabels&product=CommonUI&table=Localizable&framework= HTTP/1.1" 304 0/0 0.001 - - 0 192.168.1.82 - - [12/Sep/2007:10:00:18 GMT] "GET /SOGo/jsonDefaults HTTP/1.1" 404 41/0 0.022 - - 584K 192.168.1.82 - - [12/Sep/2007:10:00:18 GMT] "GET /SOGo/jsonSettings HTTP/1.1" 404 41/0 0.011 - - 0 --------------090307070306030600090403 Content-Type: text/x-vcard; charset=utf-8; name="olivier.migeot.vcf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="olivier.migeot.vcf" begin:vcard fn:Olivier Migeot n:Migeot;Olivier org;quoted-printable:Communaut=C3=A9 de communes du Pays de l'Ourcq adr:;;2 rue Louis Delahaye;Ocquerre;;77440;France email;internet:olivier.migeot@paysdelourcq.fr title:Technicien SIG tel;cell:+33 6 83 19 51 97 x-mozilla-html:FALSE version:2.1 end:vcard --------------090307070306030600090403-- From sogo@opengroupware.org Wed Sep 12 13:32:53 2007 From: sogo@opengroupware.org (Wolfgang Sourdeau) Date: Wed, 12 Sep 2007 08:32:53 -0400 Subject: [SOGo] Logging to SOGo? In-Reply-To: <46E79D74.3010106@paysdelourcq.fr> Message-ID: <3e3c403e460f4976d90660c320bbe561@mozzarella> Hi Olivier, This is actually a bug in SOPE that is awaiting to be fixed by this patch. Until it is applied, I suggest you apply this one, which includes all the recent fixes in SOPE that are still waiting in the queue: http://www.inverse.ca/uploads/SOGo/sope-patchset-20070912.diff.gz Just go into your SOPE source directory and apply it with the following command-line: zcat sope-patchset-20070912.diff.gz | patch -p0 Afterwards, simply issue a new sequence of "make && make install". Wolfgang From sogo@opengroupware.org Tue Sep 18 11:06:16 2007 From: sogo@opengroupware.org (Andreas Speck at lists) Date: Tue, 18 Sep 2007 11:06:16 +0100 Subject: [SOGo] Problems getting SOGo to work on Debian testing Message-ID: <46EFA318.4010803@lists.wri-irg.org> This is a multi-part message in MIME format. --------------030106070504060101060701 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi there, I installed SOGo on Debian testing from SVN, and I'm having trouble getting it to work. I solved a few problems on the way: - Debian's postgresql by default uses connections over ssl - I had to disable that. - Debian's slapd doesn't by default bind to ldapv2. Having solved those two problems (which took me a while to work out), I now get the login screen when accessing the SOGo-URL. When I enter the admin user and password, then I get in my browser: "An error occurred during object publishing tried to access private object (0x0x8551708, SoClass=SOGoAppointmentFolders)" I attach a sogo.log file, which might give some hints (obviously, I replaced the real ldap password with ). ldapsearch with the same values gives me the following output (I wonder if it really allows for ldapv2, as it doesn't mention it): # extended LDIF # # LDAPv3 # base <> with scope subtree # filter: (objectclass=*) # requesting: ALL # # wri-irg.org dn: dc=wri-irg,dc=org objectClass: top objectClass: dcObject objectClass: organization o: wri-irg.org dc: wri-irg # admin, wri-irg.org dn: cn=admin,dc=wri-irg,dc=org objectClass: simpleSecurityObject objectClass: organizationalRole cn: admin description: LDAP administrator userPassword:: e2NyeXB0fUI1Nm5QLlo3eC5RLlk= # search result search: 2 result: 0 Success # numResponses: 3 # numEntries: 2 Any hints? Thanks a lot, Andreas --------------030106070504060101060701 Content-Type: text/plain; name="sogo.log" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="sogo.log" 2007-09-18 10:35:14.982 sogod-0.9[14187] starting SOGo (build root@lists 200709171616) 2007-09-18 10:35:14.983 sogod-0.9[14187] Note: vmem size check enabled: shutting down app when vmem > 200 MB Sep 18 10:35:14 sogod-0.9 [14187]: SNS support disabled. Sep 18 10:35:15 sogod-0.9 [14187]: <0x0x8322a48[SOGoProductLoader]> scanning SOGo products in: /home/sogo/GNUstep/Library/SOGo-0.9 Sep 18 10:35:15 sogod-0.9 [14187]: <0x0x8322a48[SOGoProductLoader]> scanning SOGo products in: /usr/local/lib/GNUstep/Local/Library/SOGo-0.9 Sep 18 10:35:15 sogod-0.9 [14187]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: CommonUI.SOGo Sep 18 10:35:15 sogod-0.9 [14187]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: PreferencesUI.SOGo Sep 18 10:35:15 sogod-0.9 [14187]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: SchedulerUI.SOGo Sep 18 10:35:15 sogod-0.9 [14187]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: Contacts.SOGo Sep 18 10:35:15 sogod-0.9 [14187]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: Appointments.SOGo Sep 18 10:35:15 sogod-0.9 [14187]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: Mailer.SOGo Sep 18 10:35:15 sogod-0.9 [14187]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: ContactsUI.SOGo Sep 18 10:35:15 sogod-0.9 [14187]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: MailPartViewers.SOGo Sep 18 10:35:15 sogod-0.9 [14187]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: MailerUI.SOGo Sep 18 10:35:15 sogod-0.9 [14187]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: MainUI.SOGo Sep 18 10:35:15 sogod-0.9 [14187]: <0x0x8322a48[SOGoProductLoader]> scanning SOGo products in: /usr/local/lib/GNUstep/Network/Library/SOGo-0.9 Sep 18 10:35:15 sogod-0.9 [14187]: <0x0x8322a48[SOGoProductLoader]> scanning SOGo products in: /usr/lib/GNUstep/System/Library/SOGo-0.9 Sep 18 10:35:15 sogod-0.9 [14187]: <0x0x8322a48[SOGoProductLoader]> scanning SOGo products in: /usr/local/lib/sogod-0.9 Sep 18 10:35:15 sogod-0.9 [14187]: <0x0x8322a48[SOGoProductLoader]> scanning SOGo products in: /usr/lib/sogod-0.9 2007-09-18 10:35:15.069 sogod-0.9[14187] Note: fetching full mail header. 2007-09-18 10:35:15.069 sogod-0.9[14187] Note(SOGoMailObject): using constant etag for mail parts: '"imap4url_0_9_126"' 2007-09-18 10:35:15.070 sogod-0.9[14187] Note: using SOGo mail spool folder: /tmp/ 2007-09-18 10:35:15.070 sogod-0.9[14187] Note(SOGoMailBodyPart): using constant etag for mail parts: '"imap4url_0_9_126"' 2007-09-18 10:35:15.071 sogod-0.9[14187] Note: using shared-folders name: '(nil)' 2007-09-18 10:35:15.071 sogod-0.9[14187] Note: using other-users-folders name: '(nil)' 2007-09-18 10:35:15.071 sogod-0.9[14187] Note: using other-users-folders name: '(nil)' Sep 18 10:35:15 sogod-0.9 [14187]: [WARN] [so-secinfo SOGoUserFolder] tried to declare object permission twice! (perm=view,private=no,public=no) Sep 18 10:35:15 sogod-0.9 [14187]: [WARN] [so-secinfo SOGoUserFolder] tried to set default role of 'webdav access' twice! (set to (Authenticated)) Sep 18 10:35:15 sogod-0.9 [14187]: |SOGo-0.9| WOHttpAdaptor listening on address *:20000 Sep 18 10:35:25 sogod-0.9 [14187]: <0x0x84cfd68[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 2007-09-18 10:35:25.073 sogod-0.9[14187] Note(SoObject): SoDebugKeyLookup is enabled! 2007-09-18 10:35:25.073 sogod-0.9[14187] Note(SoObject): SoDebugBaseURL is enabled! 2007-09-18 10:35:25.073 sogod-0.9[14187] Note(SoObject): relative base URLs are enabled. 2007-09-18 10:35:25.077 sogod-0.9[14187] WARNING(-[SaxXMLReaderFactory _loadBundlePath:infoDictionary:nameMap:typeMap:]): multiple parsers available for MIME type 'text/x-vcard', using 'VSvCardSaxDriver' as default for type text/x-vcard. 2007-09-18 10:35:25.077 sogod-0.9[14187] WARNING(-[SaxXMLReaderFactory _loadBundlePath:infoDictionary:nameMap:typeMap:]): multiple parsers available for MIME type 'text/calendar', using 'VSiCalSaxDriver' as default for type text/calendar. 192.168.0.102 - - [18/Sep/2007:10:35:25 GMT] "POST /SOGo/connect?userName=admin&password=zim698bik HTTP/1.1" 204 0/0 0.035 - - 1M Sep 18 10:35:25 sogod-0.9 [14187]: <0x0x8514168[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 Sep 18 10:35:25 sogod-0.9 [14187]: <0x0x84df7b0[GCSFolderManager]> Note: loading 4 GCS folder types: Sep 18 10:35:25 sogod-0.9 [14187]: <0x0x84df7b0[GCSFolderManager]> contact: OK Sep 18 10:35:25 sogod-0.9 [14187]: <0x0x84df7b0[GCSFolderManager]> appointment-oracle: OK Sep 18 10:35:25 sogod-0.9 [14187]: <0x0x84df7b0[GCSFolderManager]> contact-oracle: OK Sep 18 10:35:25 sogod-0.9 [14187]: <0x0x84df7b0[GCSFolderManager]> appointment: OK 2007-09-18 10:35:25.190 sogod-0.9[14187] Note: setup default manager at: postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info 192.168.0.102 - - [18/Sep/2007:10:35:25 GMT] "GET /SOGo/admin HTTP/1.1" 302 0/0 0.029 - - 528K Sep 18 10:35:25 sogod-0.9 [14187]: <0x0x84d99a8[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 Sep 18 10:35:25 sogod-0.9 [14187]: <0x0xb6c8ab20[SOGoUserHomePage]> default module set to 'Calendar' 192.168.0.102 - - [18/Sep/2007:10:35:25 GMT] "GET /SOGo/admin/view HTTP/1.1" 302 0/0 0.007 - - 0 Sep 18 10:35:25 sogod-0.9 [14187]: <0x0x854e248[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:35:25 GMT] "GET /SOGo/so/admin/Calendar HTTP/1.1" 302 0/0 0.005 - - 0 Sep 18 10:35:25 sogod-0.9 [14187]: <0x0x84fb180[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:35:25 GMT] "GET /SOGo/so/admin/Calendar/view HTTP/1.1" 403 244/0 0.006 - - 16K Sep 18 10:36:42 sogod-0.9 [14187]: <0x0x84de7d8[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:36:42 GMT] "GET /SOGo/jsonDefaults HTTP/1.1" 404 41/0 0.009 - - 40K Sep 18 10:36:42 sogod-0.9 [14187]: <0x0x84f6d50[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:36:42 GMT] "GET /SOGo/jsonSettings HTTP/1.1" 404 41/0 0.009 - - 0 Sep 18 10:36:55 sogod-0.9 [14187]: <0x0x84e66a8[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:36:55 GMT] "POST /SOGo/connect?userName=wrioffice&password=brak4rins HTTP/1.1" 204 0/0 0.003 - - 0 Sep 18 10:36:55 sogod-0.9 [14187]: <0x0x84f6d50[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 Sep 18 10:36:55 sogod-0.9 [14187]: <0x0x84cbb88[SOGoWebAuthenticator]> tried wrong password for user 'wrioffice'! 2007-09-18 10:36:55.227 sogod-0.9[14187] File NSKeyValueCoding.m: 549. In [UIxToolbar -takeValue:forKey:] This method is deprecated, use -setValue:forKey: 192.168.0.102 - - [18/Sep/2007:10:36:55 GMT] "GET /SOGo/wrioffice HTTP/1.1" 200 1346/0 0.044 4133 67% 708K Sep 18 10:36:55 sogod-0.9 [14187]: <0x0x85ca388[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:36:55 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=English%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=labels&product=CommonUI&table=Localizable&framework=MainUI.SOGo HTTP/1.1" 200 110/0 0.002 - - 12K Sep 18 10:36:55 sogod-0.9 [14187]: <0x0x8558078[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:36:55 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=English%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=clabels&product=CommonUI&table=Localizable&framework= HTTP/1.1" 200 1348/0 0.002 - - 0 Sep 18 10:36:55 sogod-0.9 [14187]: <0x0x8553220[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:36:55 GMT] "GET /SOGo/jsonDefaults HTTP/1.1" 404 41/0 0.010 - - 0 Sep 18 10:36:55 sogod-0.9 [14187]: <0x0x85226b0[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:36:55 GMT] "GET /SOGo/jsonSettings HTTP/1.1" 404 41/0 0.009 - - 0 Sep 18 10:37:03 sogod-0.9 [14187]: <0x0x85d1918[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:37:03 GMT] "POST /SOGo/connect?userName=admin&password=zim698bik HTTP/1.1" 204 0/0 0.003 - - 0 Sep 18 10:37:03 sogod-0.9 [14187]: <0x0x8527dd0[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:37:03 GMT] "GET /SOGo/admin HTTP/1.1" 302 0/0 0.005 - - 0 Sep 18 10:37:03 sogod-0.9 [14187]: <0x0x8521050[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:37:03 GMT] "GET /SOGo/admin/view HTTP/1.1" 302 0/0 0.006 - - 0 Sep 18 10:37:03 sogod-0.9 [14187]: <0x0x85d4a48[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:37:03 GMT] "GET /SOGo/so/admin/Calendar HTTP/1.1" 302 0/0 0.005 - - 0 Sep 18 10:37:03 sogod-0.9 [14187]: <0x0x856b0a0[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:37:03 GMT] "GET /SOGo/so/admin/Calendar/view HTTP/1.1" 403 244/0 0.005 - - 0 Sep 18 10:38:10 sogod-0.9 [14187]: <0x0x85cf608[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:38:10 GMT] "GET /SOGo/so/admin/ HTTP/1.1" 302 0/0 0.005 - - 0 Sep 18 10:38:10 sogod-0.9 [14187]: <0x0x8569340[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:38:10 GMT] "GET /SOGo/so/admin/view HTTP/1.1" 302 0/0 0.005 - - 0 Sep 18 10:38:10 sogod-0.9 [14187]: <0x0x8560c70[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:38:10 GMT] "GET /SOGo/so/admin/Calendar HTTP/1.1" 302 0/0 0.005 - - 0 Sep 18 10:38:10 sogod-0.9 [14187]: <0x0x85c1700[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:38:10 GMT] "GET /SOGo/so/admin/Calendar/view HTTP/1.1" 403 244/0 0.005 - - 0 Sep 18 10:38:25 sogod-0.9 [14187]: <0x0x85d4df8[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:38:25 GMT] "GET /SOGo/so/admin/Preferences/view HTTP/1.1" 404 208/0 0.014 - - 4K Sep 18 10:38:32 sogod-0.9 [14187]: <0x0x8595130[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:38:32 GMT] "GET /SOGo/jsonDefaults HTTP/1.1" 404 41/0 0.009 - - 4K Sep 18 10:38:32 sogod-0.9 [14187]: <0x0x84badc8[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:38:32 GMT] "GET /SOGo/jsonSettings HTTP/1.1" 404 41/0 0.009 - - 0 Sep 18 10:38:41 sogod-0.9 [14187]: <0x0x84badc8[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:38:41 GMT] "GET /SOGo/preferences HTTP/1.1" 404 40/0 0.009 - - 0 Sep 18 10:38:48 sogod-0.9 [14187]: <0x0x85a94d0[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:38:48 GMT] "POST /SOGo/connect?userName=admin&password=kam344s HTTP/1.1" 204 0/0 0.003 - - 0 Sep 18 10:38:48 sogod-0.9 [14187]: <0x0x854f638[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 Sep 18 10:38:48 sogod-0.9 [14187]: <0x0x84cbb88[SOGoWebAuthenticator]> tried wrong password for user 'admin'! 192.168.0.102 - - [18/Sep/2007:10:38:48 GMT] "GET /SOGo/admin HTTP/1.1" 200 1346/0 0.013 4133 67% 100K Sep 18 10:38:48 sogod-0.9 [14187]: <0x0x84ccb10[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:38:48 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=English%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=labels&product=CommonUI&table=Localizable&framework=MainUI.SOGo HTTP/1.1" 304 0/0 0.002 - - 0 Sep 18 10:38:48 sogod-0.9 [14187]: <0x0x856fb90[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:38:48 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=English%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=clabels&product=CommonUI&table=Localizable&framework= HTTP/1.1" 304 0/0 0.002 - - 0 Sep 18 10:38:48 sogod-0.9 [14187]: <0x0x85d3880[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:38:48 GMT] "GET /SOGo/jsonDefaults HTTP/1.1" 404 41/0 0.009 - - 0 Sep 18 10:38:48 sogod-0.9 [14187]: <0x0x84badc8[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:38:48 GMT] "GET /SOGo/jsonSettings HTTP/1.1" 404 41/0 0.009 - - 0 Sep 18 10:38:56 sogod-0.9 [14187]: <0x0x8571c20[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:38:56 GMT] "POST /SOGo/connect?userName=admin&password=zim698bik HTTP/1.1" 204 0/0 0.003 - - 0 Sep 18 10:38:56 sogod-0.9 [14187]: <0x0x856fb90[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:38:56 GMT] "GET /SOGo/admin HTTP/1.1" 302 0/0 0.005 - - 0 Sep 18 10:38:56 sogod-0.9 [14187]: <0x0x85d2b08[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:38:56 GMT] "GET /SOGo/admin/view HTTP/1.1" 302 0/0 0.005 - - 0 Sep 18 10:38:56 sogod-0.9 [14187]: <0x0x858f760[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:38:56 GMT] "GET /SOGo/so/admin/Calendar HTTP/1.1" 302 0/0 0.005 - - 0 Sep 18 10:38:56 sogod-0.9 [14187]: <0x0x856b6f8[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:38:56 GMT] "GET /SOGo/so/admin/Calendar/view HTTP/1.1" 403 244/0 0.005 - - 0 2007-09-18 10:45:57.347 sogod-0.9[14405] starting SOGo (build root@lists 200709171616) 2007-09-18 10:45:57.348 sogod-0.9[14405] Note: vmem size check enabled: shutting down app when vmem > 200 MB Sep 18 10:45:57 sogod-0.9 [14405]: SNS support disabled. Sep 18 10:45:57 sogod-0.9 [14405]: <0x0x8322a48[SOGoProductLoader]> scanning SOGo products in: /home/sogo/GNUstep/Library/SOGo-0.9 Sep 18 10:45:57 sogod-0.9 [14405]: <0x0x8322a48[SOGoProductLoader]> scanning SOGo products in: /usr/local/lib/GNUstep/Local/Library/SOGo-0.9 Sep 18 10:45:57 sogod-0.9 [14405]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: CommonUI.SOGo Sep 18 10:45:57 sogod-0.9 [14405]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: PreferencesUI.SOGo Sep 18 10:45:57 sogod-0.9 [14405]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: SchedulerUI.SOGo Sep 18 10:45:57 sogod-0.9 [14405]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: Contacts.SOGo Sep 18 10:45:57 sogod-0.9 [14405]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: Appointments.SOGo Sep 18 10:45:57 sogod-0.9 [14405]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: Mailer.SOGo Sep 18 10:45:57 sogod-0.9 [14405]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: ContactsUI.SOGo Sep 18 10:45:57 sogod-0.9 [14405]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: MailPartViewers.SOGo Sep 18 10:45:57 sogod-0.9 [14405]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: MailerUI.SOGo Sep 18 10:45:57 sogod-0.9 [14405]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: MainUI.SOGo Sep 18 10:45:57 sogod-0.9 [14405]: <0x0x8322a48[SOGoProductLoader]> scanning SOGo products in: /usr/local/lib/GNUstep/Network/Library/SOGo-0.9 Sep 18 10:45:57 sogod-0.9 [14405]: <0x0x8322a48[SOGoProductLoader]> scanning SOGo products in: /usr/lib/GNUstep/System/Library/SOGo-0.9 Sep 18 10:45:57 sogod-0.9 [14405]: <0x0x8322a48[SOGoProductLoader]> scanning SOGo products in: /usr/local/lib/sogod-0.9 Sep 18 10:45:57 sogod-0.9 [14405]: <0x0x8322a48[SOGoProductLoader]> scanning SOGo products in: /usr/lib/sogod-0.9 2007-09-18 10:45:57.440 sogod-0.9[14405] Note: fetching full mail header. 2007-09-18 10:45:57.441 sogod-0.9[14405] Note(SOGoMailObject): using constant etag for mail parts: '"imap4url_0_9_126"' 2007-09-18 10:45:57.442 sogod-0.9[14405] Note: using SOGo mail spool folder: /tmp/ 2007-09-18 10:45:57.442 sogod-0.9[14405] Note(SOGoMailBodyPart): using constant etag for mail parts: '"imap4url_0_9_126"' 2007-09-18 10:45:57.442 sogod-0.9[14405] Note: using shared-folders name: '(nil)' 2007-09-18 10:45:57.442 sogod-0.9[14405] Note: using other-users-folders name: '(nil)' 2007-09-18 10:45:57.443 sogod-0.9[14405] Note: using other-users-folders name: '(nil)' Sep 18 10:45:57 sogod-0.9 [14405]: [WARN] [so-secinfo SOGoUserFolder] tried to declare object permission twice! (perm=view,private=no,public=no) Sep 18 10:45:57 sogod-0.9 [14405]: [WARN] [so-secinfo SOGoUserFolder] tried to set default role of 'webdav access' twice! (set to (Authenticated)) Sep 18 10:45:57 sogod-0.9 [14405]: |SOGo-0.9| WOHttpAdaptor listening on address *:20000 Sep 18 10:47:21 sogod-0.9 [14405]: <0x0x84d0070[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 2007-09-18 10:47:21.102 sogod-0.9[14405] Note(SoObject): SoDebugKeyLookup is enabled! 2007-09-18 10:47:21.102 sogod-0.9[14405] Note(SoObject): SoDebugBaseURL is enabled! 2007-09-18 10:47:21.102 sogod-0.9[14405] Note(SoObject): relative base URLs are enabled. 2007-09-18 10:47:21.107 sogod-0.9[14405] WARNING(-[SaxXMLReaderFactory _loadBundlePath:infoDictionary:nameMap:typeMap:]): multiple parsers available for MIME type 'text/x-vcard', using 'VSvCardSaxDriver' as default for type text/x-vcard. 2007-09-18 10:47:21.107 sogod-0.9[14405] WARNING(-[SaxXMLReaderFactory _loadBundlePath:infoDictionary:nameMap:typeMap:]): multiple parsers available for MIME type 'text/calendar', using 'VSiCalSaxDriver' as default for type text/calendar. 192.168.0.102 - - [18/Sep/2007:10:47:21 GMT] "GET /SOGo/ HTTP/1.1" 302 0/0 0.051 - - 1M Sep 18 10:47:21 sogod-0.9 [14405]: <0x0x850b828[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:21 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:21 sogod-0.9 [14405]: <0x0x8515cf8[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:21 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:21 sogod-0.9 [14405]: <0x0x84e4a38[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:21 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:21 sogod-0.9 [14405]: <0x0x850b828[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:21 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:21 sogod-0.9 [14405]: <0x0x84f1e90[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:21 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:21 sogod-0.9 [14405]: <0x0x8505fd0[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:21 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:21 sogod-0.9 [14405]: <0x0x84f37f8[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:21 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:21 sogod-0.9 [14405]: <0x0x84e4a38[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:21 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:21 sogod-0.9 [14405]: <0x0x853d260[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:21 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:21 sogod-0.9 [14405]: <0x0x853d570[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:21 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:21 sogod-0.9 [14405]: <0x0x84f1e90[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:21 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:21 sogod-0.9 [14405]: <0x0x84f37f8[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:21 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:21 sogod-0.9 [14405]: <0x0x84cfe08[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:21 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:21 sogod-0.9 [14405]: <0x0x8515cf8[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:21 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:21 sogod-0.9 [14405]: <0x0x84cfda8[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:21 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:21 sogod-0.9 [14405]: <0x0x85129b0[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:21 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:21 sogod-0.9 [14405]: <0x0x851a000[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:21 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:21 sogod-0.9 [14405]: <0x0x84f0270[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:21 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:21 sogod-0.9 [14405]: <0x0x84cfda8[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:21 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:21 sogod-0.9 [14405]: <0x0x8505fd0[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:21 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:25 sogod-0.9 [14405]: <0x0x851a000[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:25 GMT] "GET /SOGo/ HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:25 sogod-0.9 [14405]: <0x0x853d198[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:25 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:25 sogod-0.9 [14405]: <0x0x8502780[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:25 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:25 sogod-0.9 [14405]: <0x0x8538bc0[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:25 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:25 sogod-0.9 [14405]: <0x0x84f0a18[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:25 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:25 sogod-0.9 [14405]: <0x0x8515cf8[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:25 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:25 sogod-0.9 [14405]: <0x0x851ac78[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:25 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:25 sogod-0.9 [14405]: <0x0x84e4a38[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:25 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:25 sogod-0.9 [14405]: <0x0x8515cf8[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:25 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:25 sogod-0.9 [14405]: <0x0x84c3eb0[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:25 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:25 sogod-0.9 [14405]: <0x0x84d5300[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:25 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:25 sogod-0.9 [14405]: <0x0x84c6270[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:25 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:25 sogod-0.9 [14405]: <0x0x8538bc0[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:25 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:25 sogod-0.9 [14405]: <0x0x8515cf8[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:25 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:25 sogod-0.9 [14405]: <0x0x84d02b8[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:25 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:25 sogod-0.9 [14405]: <0x0x84cfe08[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:25 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:25 sogod-0.9 [14405]: <0x0x851a000[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:25 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:25 sogod-0.9 [14405]: <0x0x853d570[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:25 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:25 sogod-0.9 [14405]: <0x0x8505fd0[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:25 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:25 sogod-0.9 [14405]: <0x0x84e2068[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:25 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:25 sogod-0.9 [14405]: <0x0x84e4a38[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:25 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:30 sogod-0.9 [14405]: <0x0x853d570[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:30 GMT] "GET /SOGo/ HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:30 sogod-0.9 [14405]: <0x0x853d570[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:30 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:30 sogod-0.9 [14405]: <0x0x84cfe08[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:30 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:30 sogod-0.9 [14405]: <0x0x8505fd0[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:30 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:30 sogod-0.9 [14405]: <0x0x851a000[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:30 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:30 sogod-0.9 [14405]: <0x0x8502780[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:30 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:30 sogod-0.9 [14405]: <0x0x853d570[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:30 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:30 sogod-0.9 [14405]: <0x0x853d570[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:30 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:30 sogod-0.9 [14405]: <0x0x8504740[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:30 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:30 sogod-0.9 [14405]: <0x0x8504740[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:30 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:30 sogod-0.9 [14405]: <0x0x84f4558[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:30 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:30 sogod-0.9 [14405]: <0x0x84e2068[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:30 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:30 sogod-0.9 [14405]: <0x0x84e2068[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:30 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:30 sogod-0.9 [14405]: <0x0x84e2068[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:30 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:30 sogod-0.9 [14405]: <0x0x84e2068[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:30 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:30 sogod-0.9 [14405]: <0x0x84f8f38[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:30 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:30 sogod-0.9 [14405]: <0x0x8512ae8[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:30 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:30 sogod-0.9 [14405]: <0x0x850fbc0[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:30 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:30 sogod-0.9 [14405]: <0x0x84fa278[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:30 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:30 sogod-0.9 [14405]: <0x0x84e2068[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:30 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:30 sogod-0.9 [14405]: <0x0x84f8f38[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:30 GMT] "GET /SOGo// HTTP/1.1" 302 0/0 0.003 - - 0 Sep 18 10:47:38 sogod-0.9 [14405]: <0x0x84ede10[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 Sep 18 10:47:38 sogod-0.9 [14405]: <0x0x8543930[GCSFolderManager]> Note: loading 4 GCS folder types: Sep 18 10:47:38 sogod-0.9 [14405]: <0x0x8543930[GCSFolderManager]> contact: OK Sep 18 10:47:38 sogod-0.9 [14405]: <0x0x8543930[GCSFolderManager]> appointment-oracle: OK Sep 18 10:47:38 sogod-0.9 [14405]: <0x0x8543930[GCSFolderManager]> contact-oracle: OK Sep 18 10:47:38 sogod-0.9 [14405]: <0x0x8543930[GCSFolderManager]> appointment: OK 2007-09-18 10:47:38.040 sogod-0.9[14405] Note: setup default manager at: postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info 192.168.0.102 - - [18/Sep/2007:10:47:38 GMT] "GET /SOGo/admin HTTP/1.1" 302 0/0 0.011 - - 168K Sep 18 10:47:38 sogod-0.9 [14405]: <0x0x8503260[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 Sep 18 10:47:38 sogod-0.9 [14405]: <0x0xb6bf5b20[SOGoUserHomePage]> default module set to 'Calendar' 192.168.0.102 - - [18/Sep/2007:10:47:38 GMT] "GET /SOGo/admin/view HTTP/1.1" 302 0/0 0.007 - - 0 Sep 18 10:47:38 sogod-0.9 [14405]: <0x0x85524b8[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:38 GMT] "GET /SOGo/so/admin/Calendar HTTP/1.1" 302 0/0 0.005 - - 0 Sep 18 10:47:38 sogod-0.9 [14405]: <0x0x854ba08[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:47:38 GMT] "GET /SOGo/so/admin/Calendar/view HTTP/1.1" 403 244/0 0.005 - - 20K Sep 18 10:48:36 sogod-0.9 [14405]: <0x0x84f33a0[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:48:36 GMT] "GET /SOGo/ HTTP/1.1" 200 1252/0 0.035 3841 67% 688K Sep 18 10:48:36 sogod-0.9 [14405]: <0x0x854bfe0[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:48:36 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=English%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=labels&product=CommonUI&table=Localizable&framework=MainUI.SOGo HTTP/1.1" 200 110/0 0.002 - - 12K Sep 18 10:48:36 sogod-0.9 [14405]: <0x0x84f33a0[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:48:36 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=English%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=clabels&product=CommonUI&table=Localizable&framework= HTTP/1.1" 200 1348/0 0.002 - - 0 Sep 18 10:48:44 sogod-0.9 [14405]: <0x0x85826c0[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:48:44 GMT] "POST /SOGo/connect?userName=admin&password=zim698bik HTTP/1.1" 204 0/0 0.003 - - 4K Sep 18 10:48:44 sogod-0.9 [14405]: <0x0x857e1a0[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:48:44 GMT] "GET /SOGo/admin HTTP/1.1" 302 0/0 0.005 - - 0 Sep 18 10:48:44 sogod-0.9 [14405]: <0x0x8577938[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:48:44 GMT] "GET /SOGo/admin/view HTTP/1.1" 302 0/0 0.006 - - 0 Sep 18 10:48:44 sogod-0.9 [14405]: <0x0x85722b0[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:48:44 GMT] "GET /SOGo/so/admin/Calendar HTTP/1.1" 302 0/0 0.005 - - 0 Sep 18 10:48:44 sogod-0.9 [14405]: <0x0x8596e40[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:48:44 GMT] "GET /SOGo/so/admin/Calendar/view HTTP/1.1" 403 244/0 0.005 - - 0 2007-09-18 10:51:38.669 sogod-0.9[14568] starting SOGo (build root@lists 200709171616) 2007-09-18 10:51:38.670 sogod-0.9[14568] Note: vmem size check enabled: shutting down app when vmem > 200 MB Sep 18 10:51:38 sogod-0.9 [14568]: SNS support disabled. Sep 18 10:51:38 sogod-0.9 [14568]: <0x0x8322a48[SOGoProductLoader]> scanning SOGo products in: /home/sogo/GNUstep/Library/SOGo-0.9 Sep 18 10:51:38 sogod-0.9 [14568]: <0x0x8322a48[SOGoProductLoader]> scanning SOGo products in: /usr/local/lib/GNUstep/Local/Library/SOGo-0.9 Sep 18 10:51:38 sogod-0.9 [14568]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: CommonUI.SOGo Sep 18 10:51:38 sogod-0.9 [14568]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: PreferencesUI.SOGo Sep 18 10:51:38 sogod-0.9 [14568]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: SchedulerUI.SOGo Sep 18 10:51:38 sogod-0.9 [14568]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: Contacts.SOGo Sep 18 10:51:38 sogod-0.9 [14568]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: Appointments.SOGo Sep 18 10:51:38 sogod-0.9 [14568]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: Mailer.SOGo Sep 18 10:51:38 sogod-0.9 [14568]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: ContactsUI.SOGo Sep 18 10:51:38 sogod-0.9 [14568]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: MailPartViewers.SOGo Sep 18 10:51:38 sogod-0.9 [14568]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: MailerUI.SOGo Sep 18 10:51:38 sogod-0.9 [14568]: <0x0x8322a48[SOGoProductLoader]> register SOGo product: MainUI.SOGo Sep 18 10:51:38 sogod-0.9 [14568]: <0x0x8322a48[SOGoProductLoader]> scanning SOGo products in: /usr/local/lib/GNUstep/Network/Library/SOGo-0.9 Sep 18 10:51:38 sogod-0.9 [14568]: <0x0x8322a48[SOGoProductLoader]> scanning SOGo products in: /usr/lib/GNUstep/System/Library/SOGo-0.9 Sep 18 10:51:38 sogod-0.9 [14568]: <0x0x8322a48[SOGoProductLoader]> scanning SOGo products in: /usr/local/lib/sogod-0.9 Sep 18 10:51:38 sogod-0.9 [14568]: <0x0x8322a48[SOGoProductLoader]> scanning SOGo products in: /usr/lib/sogod-0.9 2007-09-18 10:51:38.756 sogod-0.9[14568] Note: fetching full mail header. 2007-09-18 10:51:38.756 sogod-0.9[14568] Note(SOGoMailObject): using constant etag for mail parts: '"imap4url_0_9_126"' 2007-09-18 10:51:38.757 sogod-0.9[14568] Note: using SOGo mail spool folder: /tmp/ 2007-09-18 10:51:38.757 sogod-0.9[14568] Note(SOGoMailBodyPart): using constant etag for mail parts: '"imap4url_0_9_126"' 2007-09-18 10:51:38.758 sogod-0.9[14568] Note: using shared-folders name: '(nil)' 2007-09-18 10:51:38.758 sogod-0.9[14568] Note: using other-users-folders name: '(nil)' 2007-09-18 10:51:38.758 sogod-0.9[14568] Note: using other-users-folders name: '(nil)' Sep 18 10:51:38 sogod-0.9 [14568]: [WARN] [so-secinfo SOGoUserFolder] tried to declare object permission twice! (perm=view,private=no,public=no) Sep 18 10:51:38 sogod-0.9 [14568]: [WARN] [so-secinfo SOGoUserFolder] tried to set default role of 'webdav access' twice! (set to (Authenticated)) Sep 18 10:51:38 sogod-0.9 [14568]: |SOGo-0.9| WOHttpAdaptor listening on address *:20000 Sep 18 10:51:57 sogod-0.9 [14568]: <0x0x84d0070[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 2007-09-18 10:51:57.823 sogod-0.9[14568] Note(SoObject): SoDebugKeyLookup is enabled! 2007-09-18 10:51:57.824 sogod-0.9[14568] Note(SoObject): SoDebugBaseURL is enabled! 2007-09-18 10:51:57.824 sogod-0.9[14568] Note(SoObject): relative base URLs are enabled. 2007-09-18 10:51:57.828 sogod-0.9[14568] WARNING(-[SaxXMLReaderFactory _loadBundlePath:infoDictionary:nameMap:typeMap:]): multiple parsers available for MIME type 'text/x-vcard', using 'VSvCardSaxDriver' as default for type text/x-vcard. 2007-09-18 10:51:57.828 sogod-0.9[14568] WARNING(-[SaxXMLReaderFactory _loadBundlePath:infoDictionary:nameMap:typeMap:]): multiple parsers available for MIME type 'text/calendar', using 'VSiCalSaxDriver' as default for type text/calendar. 192.168.0.102 - - [18/Sep/2007:10:51:57 GMT] "GET /SOGo/ HTTP/1.1" 200 1252/0 0.068 3841 67% 2M Sep 18 10:51:58 sogod-0.9 [14568]: <0x0x854fcd8[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:51:58 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=English%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=labels&product=CommonUI&table=Localizable&framework=MainUI.SOGo HTTP/1.1" 200 110/0 0.002 - - 12K Sep 18 10:51:58 sogod-0.9 [14568]: <0x0x850d740[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:51:58 GMT] "GET /SOGo.woa/x/JSStringTableAction/default?languages=English%2CEnglish%2CGerman%2CDanish%2CDutch%2CFrench%2CSpanish%2CItalian%2CPortuguese%2CptBR&id=clabels&product=CommonUI&table=Localizable&framework= HTTP/1.1" 200 1348/0 0.002 - - 0 Sep 18 10:52:06 sogod-0.9 [14568]: <0x0x8506b08[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:52:06 GMT] "POST /SOGo/connect?userName=admin&password=zim698bik HTTP/1.1" 204 0/0 0.003 - - 8K Sep 18 10:52:06 sogod-0.9 [14568]: <0x0x85447e0[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 Sep 18 10:52:06 sogod-0.9 [14568]: <0x0x84cfcc8[GCSFolderManager]> Note: loading 4 GCS folder types: Sep 18 10:52:06 sogod-0.9 [14568]: <0x0x84cfcc8[GCSFolderManager]> contact: OK Sep 18 10:52:06 sogod-0.9 [14568]: <0x0x84cfcc8[GCSFolderManager]> appointment-oracle: OK Sep 18 10:52:06 sogod-0.9 [14568]: <0x0x84cfcc8[GCSFolderManager]> contact-oracle: OK Sep 18 10:52:06 sogod-0.9 [14568]: <0x0x84cfcc8[GCSFolderManager]> appointment: OK 2007-09-18 10:52:06.532 sogod-0.9[14568] Note: setup default manager at: postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info 192.168.0.102 - - [18/Sep/2007:10:52:06 GMT] "GET /SOGo/admin HTTP/1.1" 302 0/0 0.028 - - 476K Sep 18 10:52:06 sogod-0.9 [14568]: <0x0x8589e80[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 Sep 18 10:52:06 sogod-0.9 [14568]: <0x0xb6c8ab20[SOGoUserHomePage]> default module set to 'Calendar' 192.168.0.102 - - [18/Sep/2007:10:52:06 GMT] "GET /SOGo/admin/view HTTP/1.1" 302 0/0 0.008 - - 0 Sep 18 10:52:06 sogod-0.9 [14568]: <0x0x8519460[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:52:06 GMT] "GET /SOGo/so/admin/Calendar HTTP/1.1" 302 0/0 0.005 - - 0 Sep 18 10:52:06 sogod-0.9 [14568]: <0x0x8551ea8[NGHttpRequest]> got 2 values for cookie 'sympa_altemails', using first only: info@wri-irg.org:classic&91edb867,info@wri-irg.org:classic&91edb867 192.168.0.102 - - [18/Sep/2007:10:52:06 GMT] "GET /SOGo/so/admin/Calendar/view HTTP/1.1" 403 244/0 0.006 - - 4K --------------030106070504060101060701-- From sogo@opengroupware.org Thu Sep 20 10:18:14 2007 From: sogo@opengroupware.org (Chris Picton) Date: Thu, 20 Sep 2007 11:18:14 +0200 Subject: [SOGo] Building RPMS Message-ID: <1190279894.7086.7.camel@jabberwock> --=-zYYZ3LVclve5w4+mi005 Content-Type: multipart/alternative; boundary="=-+g3tmIm93V82Jy7iyo+M" --=-+g3tmIm93V82Jy7iyo+M Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Can someone please point me to the script which is used to build RPMS. I want to try patching a few things (courier IMAP support), but want to keep using RPMS for my testing. Thanks Chris ---------------------+-----------------------------------------------------= -- Chris Picton | PGP Key ID: 9D28A988 (wwwkeys.pgp.net) Technical Director | PGP Key Fingerprint: Tangent Systems | 2B46 29EA D530 79EC D9EA 3ED0 229D 6DD6 9D28 A988 011 447 8096 |=20 chrisp@tangent.co.za | http://www.tangent.co.za/keys/chrisp.asc ---------------------+-----------------------------------------------------= -- --=-+g3tmIm93V82Jy7iyo+M Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi

Can someone please point me to the script which is used to build RPMS.

I want to try patching a few things (courier IMAP support), but want to kee= p using RPMS for my testing.

Thanks

Chris
---------------------+-------------------------------------------------= ------
        Chris Picton | PGP Key ID: 9= D28A988 (wwwkeys.pgp.net)
  Technical Director | PGP Key Fingerprint:
     Tangent Systems | 2B46 29EA D530 79EC D9EA 3ED= 0 229D 6DD6 9D28 A988
        011 447 8096 |
chrisp@tangent.co.za |= http://www.tangent.co= .za/keys/chrisp.asc
---------------------+-------------------------------------------------= ------
--=-+g3tmIm93V82Jy7iyo+M-- --=-zYYZ3LVclve5w4+mi005 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQBG8jrWIp1t1p0oqYgRAhmPAJ92YgyI26fkQGRKLs8KG3+/bc/cZACeOo4J /1YPQ9wcJFgaKXJzqR+exUg= =MKVu -----END PGP SIGNATURE----- --=-zYYZ3LVclve5w4+mi005-- From sogo@opengroupware.org Sun Sep 23 21:46:10 2007 From: sogo@opengroupware.org (Helge Hess) Date: Sun, 23 Sep 2007 22:46:10 +0200 Subject: [SOGo] compilation Message-ID: <532C3307-0E72-4560-8B8D-01A857171F22@opengroupware.org> Hi, is it just me or does the SOGo-inverse branch fail to compile? :-) Looks like common.h of SoObjects/SOGo is not checked in. Greets, Helge -- Helge Hess http://www.helgehess.eu/